|
lsst.afw g712618294e+4813a5392e
|
#include <ostream>#include <sstream>#include <string>#include <memory>#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 | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | 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... | |