lsst.afw g2603b601e3+b53bcbb7be
|
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.