|
lsst.afw g4f4f280218+81551fceaa
|
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 172 of file Polygon.cc.
| std::ostream & lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
| Polygon const & | poly | ||
| ) |
Stream polygon.
Definition at line 176 of file Polygon.cc.
| std::ostream & lsst::afw::geom::polygon::operator<< | ( | std::ostream & | os, |
| std::vector< LsstPoint > const & | vertices | ||
| ) |
Definition at line 161 of file Polygon.cc.