LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <ostream>
#include <sstream>
#include <string>
#include <memory>
#include <typeinfo>
#include <vector>
#include "astshim.h"
#include "lsst/geom/Point.h"
#include "lsst/geom/SpherePoint.h"
#include "lsst/afw/geom/Endpoint.h"
Go to the source code of this file.
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... | |