24 #ifndef LSST_AFW_GEOM_TRANSFORM_H
25 #define LSST_AFW_GEOM_TRANSFORM_H
66 template <
class FromEndpo
int,
class ToEndpo
int>
75 using ToArray =
typename ToEndpoint::Array;
76 using ToPoint =
typename ToEndpoint::Point;
223 template <
class NextToEndpo
int>
283 FromEndpoint _fromEndpoint;
285 ToEndpoint _toEndpoint;
295 template <
class FromEndpo
int,
class ToEndpo
int>
A 2-dimensional celestial WCS that transform pixels to ICRS RA/Dec, using the LSST standard for pixel...
A CRTP facade class for subclasses of Persistable.
A base class for objects that can be persisted via afw::table::io Archive classes.
io::OutputArchiveHandle OutputArchiveHandle
std::ostream & operator<<(std::ostream &os, GenericEndpoint const &endpoint)
Print "GenericEndpoint(_n_)" to the ostream where _n_ is the number of axes, e.g. "GenericAxes(4)".
class[[deprecated("Removed with no replacement (but see lsst::afw::image::TransmissionCurve). Will be " "removed after v22.")]] FilterProperty final
Describe the properties of a Filter (e.g.
A base class for image defects.