lsst.afw
20.0.0-6-g4dd452d24+1caa149b74
|
Go to the documentation of this file.
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...
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)".
A base class for image defects.
A base class for objects that can be persisted via afw::table::io Archive classes.
A CRTP facade class for subclasses of Persistable.
io::OutputArchiveHandle OutputArchiveHandle