LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Functions
Endpoint.cc File Reference
#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::ostreamlsst::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::ostreamlsst::afw::geom::operator<< (std::ostream &os, Point2Endpoint const &endpoint)
 Print "Point2Endpoint()" to the ostream. More...
 
std::ostreamlsst::afw::geom::operator<< (std::ostream &os, SpherePointEndpoint const &endpoint)
 Print "SpherePointEndpoint()" to the ostream. More...