lsst.afw g8f2ba02de7+0e50281dbb
|
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 181 of file Polygon.cc.
|
inline |
Definition at line 182 of file Polygon.cc.
|
inlineexplicit |
Definition at line 183 of file Polygon.cc.
|
inlineexplicit |
Definition at line 187 of file Polygon.cc.
|
inlineexplicit |
Definition at line 191 of file Polygon.cc.
|
inline |
Definition at line 193 of file Polygon.cc.
|
static |
Definition at line 222 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::intersection | ( | PolyT const & | other | ) | const |
Definition at line 249 of file Polygon.cc.
std::shared_ptr< Polygon > lsst::afw::geom::polygon::Polygon::Impl::intersectionSingle | ( | PolyT const & | other | ) | const |
Definition at line 234 of file Polygon.cc.
|
inline |
Definition at line 200 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::symDifference | ( | PolyT const & | other | ) | const |
Definition at line 275 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::union_ | ( | PolyT const & | other | ) | const |
Definition at line 268 of file Polygon.cc.
std::shared_ptr< Polygon > lsst::afw::geom::polygon::Polygon::Impl::unionSingle | ( | PolyT const & | other | ) | const |
Definition at line 256 of file Polygon.cc.
BoostPolygon lsst::afw::geom::polygon::Polygon::Impl::poly |
Definition at line 219 of file Polygon.cc.