lsst.afw
22.0.1-37-g8beae7976+adf6a225de
|
Classes | |
class | SinglePolygonException |
An exception that indicates the single-polygon assumption has been violated. More... | |
class | Polygon |
Cartesian polygons. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, Polygon const &poly) |
Stream polygon. More... | |
std::ostream & | operator<< (std::ostream &os, std::vector< LsstPoint > const &vertices) |
std::ostream & | operator<< (std::ostream &os, BoostPolygon const &poly) |
std::ostream& lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
BoostPolygon const & | poly | ||
) |
Definition at line 167 of file Polygon.cc.
std::ostream & lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
Polygon const & | poly | ||
) |
Stream polygon.
Definition at line 171 of file Polygon.cc.
std::ostream& lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
std::vector< LsstPoint > const & | vertices | ||
) |
Definition at line 156 of file Polygon.cc.