Template Function lsst::afw::geom::operator<<(std::ostream&, Transform<FromEndpoint, ToEndpoint> const&)¶
Function Documentation¶
-
template<class
FromEndpoint
, classToEndpoint
>
std::ostream &lsst::afw::geom
::
operator<<
(std::ostream &os, Transform<FromEndpoint, ToEndpoint> const &transform) Print a Transform to an ostream
The format is “Transform<_fromEndpoint_, _toEndpoint_>” where fromEndpoint and toEndpoint are the appropriate endpoint printed to the ostream; for example “Transform<GenericEndpoint(4), Point2Endpoint()>”