LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <memory>
#include <vector>
#include "astshim.h"
#include "ndarray.h"
#include "lsst/geom/Point.h"
#include "lsst/geom/SpherePoint.h"
Go to the source code of this file.
Classes | |
class | lsst::afw::geom::BaseEndpoint< PointT, ArrayT > |
Virtual base class for endpoints, which are helper classes for Transform. More... | |
class | lsst::afw::geom::BaseVectorEndpoint< PointT > |
Base class for endpoints with Array = std::vector<Point> where Point has 2 dimensions. More... | |
class | lsst::afw::geom::GenericEndpoint |
A generic endpoint for data in the format used by ast::Mapping. More... | |
class | lsst::afw::geom::Point2Endpoint |
An endpoint for lsst::geom::Point2D. More... | |
class | lsst::afw::geom::SpherePointEndpoint |
An endpoint for lsst::geom::SpherePoint. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::geom | |
Functions | |
std::ostream & | lsst::afw::geom::operator<< (std::ostream &os, GenericEndpoint const &endpoint) |
Print "GenericEndpoint(_n_)" to the ostream where _n_ is the number of axes, e.g. "GenericAxes(4)". More... | |
std::ostream & | lsst::afw::geom::operator<< (std::ostream &os, Point2Endpoint const &endpoint) |
Print "Point2Endpoint()" to the ostream. More... | |
std::ostream & | lsst::afw::geom::operator<< (std::ostream &os, SpherePointEndpoint const &endpoint) |
Print "SpherePointEndpoint()" to the ostream. More... | |