|
lsst.afw g4f4f280218+81551fceaa
|
#include <memory>#include <vector>#include "astshim.h"#include "Eigen/Core"#include "ndarray.h"#include "lsst/afw/geom/Endpoint.h"#include "lsst/afw/table/io/Persistable.h"Go to the source code of this file.
Classes | |
| class | lsst::afw::geom::Transform< FromEndpoint, ToEndpoint > |
| Transform LSST spatial data, such as lsst::geom::Point2D and lsst::geom::SpherePoint, using an AST mapping. More... | |
Namespaces | |
| namespace | lsst |
| A base class for image defects. | |
| namespace | lsst::afw |
| namespace | lsst::afw::geom |
Typedefs | |
| using | lsst::afw::geom::TransformPoint2ToPoint2 = Transform< Point2Endpoint, Point2Endpoint > |
| using | lsst::afw::geom::TransformPoint2ToGeneric = Transform< Point2Endpoint, GenericEndpoint > |
| using | lsst::afw::geom::TransformPoint2ToSpherePoint = Transform< Point2Endpoint, SpherePointEndpoint > |
Functions | |
| template<class FromEndpoint , class ToEndpoint > | |
| std::ostream & | lsst::afw::geom::operator<< (std::ostream &os, Transform< FromEndpoint, ToEndpoint > const &transform) |
| Print a Transform to an ostream. More... | |