lsst.afw g28e9080985+60ce4897b0
|
Public Member Functions | |
Impl () | |
Impl (Polygon::Box const &box) | |
Impl (std::vector< LsstPoint > const &vertices) | |
Impl (BoostPolygon const &_poly) | |
void | check () |
template<class PolyT > | |
bool | overlaps (PolyT const &other) const |
template<class PolyT > | |
std::shared_ptr< Polygon > | intersectionSingle (PolyT const &other) const |
template<class PolyT > | |
std::vector< std::shared_ptr< Polygon > > | intersection (PolyT const &other) const |
template<class PolyT > | |
std::shared_ptr< Polygon > | unionSingle (PolyT const &other) const |
template<class PolyT > | |
std::vector< std::shared_ptr< Polygon > > | union_ (PolyT const &other) const |
template<class PolyT > | |
std::vector< std::shared_ptr< Polygon > > | symDifference (PolyT const &other) const |
Static Public Member Functions | |
static std::vector< std::shared_ptr< Polygon > > | convertBoostPolygons (std::vector< BoostPolygon > const &boostPolygons) |
Public Attributes | |
BoostPolygon | poly |
Definition at line 176 of file Polygon.cc.
|
inline |
Definition at line 177 of file Polygon.cc.
|
inlineexplicit |
Definition at line 178 of file Polygon.cc.
|
inlineexplicit |
Definition at line 182 of file Polygon.cc.
|
inlineexplicit |
Definition at line 186 of file Polygon.cc.
|
inline |
Definition at line 188 of file Polygon.cc.
|
static |
Definition at line 217 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::intersection | ( | PolyT const & | other | ) | const |
Definition at line 244 of file Polygon.cc.
std::shared_ptr< Polygon > lsst::afw::geom::polygon::Polygon::Impl::intersectionSingle | ( | PolyT const & | other | ) | const |
Definition at line 229 of file Polygon.cc.
|
inline |
Definition at line 195 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::symDifference | ( | PolyT const & | other | ) | const |
Definition at line 270 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::union_ | ( | PolyT const & | other | ) | const |
Definition at line 263 of file Polygon.cc.
std::shared_ptr< Polygon > lsst::afw::geom::polygon::Polygon::Impl::unionSingle | ( | PolyT const & | other | ) | const |
Definition at line 251 of file Polygon.cc.
BoostPolygon lsst::afw::geom::polygon::Polygon::Impl::poly |
Definition at line 214 of file Polygon.cc.