lsst.afw 22.0.1-43-gf2a78aa89+d93e5fd551
Classes | Functions
lsst::afw::geom::polygon Namespace Reference

Classes

class  Polygon
 Cartesian polygons. More...
 
class  SinglePolygonException
 An exception that indicates the single-polygon assumption has been violated. More...
 

Functions

std::ostreamoperator<< (std::ostream &os, Polygon const &poly)
 Stream polygon. More...
 
std::ostreamoperator<< (std::ostream &os, std::vector< LsstPoint > const &vertices)
 
std::ostreamoperator<< (std::ostream &os, BoostPolygon const &poly)
 

Function Documentation

◆ operator<<() [1/3]

std::ostream & lsst::afw::geom::polygon::operator<< ( std::ostream os,
BoostPolygon const &  poly 
)

Definition at line 172 of file Polygon.cc.

◆ operator<<() [2/3]

std::ostream & lsst::afw::geom::polygon::operator<< ( std::ostream os,
Polygon const &  poly 
)

Stream polygon.

Definition at line 176 of file Polygon.cc.

◆ operator<<() [3/3]

std::ostream & lsst::afw::geom::polygon::operator<< ( std::ostream os,
std::vector< LsstPoint > const &  vertices 
)

Definition at line 161 of file Polygon.cc.