lsst.afw
20.0.0-16-gfab17e72e+f119078cbc
|
Namespaces | |
polygonContinued | |
Classes | |
class | Polygon |
Cartesian polygons. More... | |
class | SinglePolygonException |
An exception that indicates the single-polygon assumption has been violated. 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 168 of file Polygon.cc.
std::ostream & lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
Polygon const & | poly | ||
) |
Stream polygon.
Definition at line 172 of file Polygon.cc.
std::ostream& lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
std::vector< LsstPoint > const & | vertices | ||
) |
Definition at line 157 of file Polygon.cc.