|
lsst.afw g714e0ed6de+de8826df4f
|
Classes | |
| class | Polygon |
| Cartesian polygons. More... | |
| class | SinglePolygonException |
| An exception that indicates the single-polygon assumption has been violated. More... | |
Functions | |
| DOXYGEN_IGNORE std::ostream & | operator<< (std::ostream &os, Polygon const &poly) |
| Stream polygon. | |
| 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.