lsst.afw
21.0.0-34-g13549a6f6+8935f19055
|
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 177 of file Polygon.cc.
|
inline |
Definition at line 178 of file Polygon.cc.
|
inlineexplicit |
Definition at line 179 of file Polygon.cc.
|
inlineexplicit |
Definition at line 183 of file Polygon.cc.
|
inlineexplicit |
Definition at line 187 of file Polygon.cc.
|
inline |
Definition at line 189 of file Polygon.cc.
|
static |
Definition at line 218 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::intersection | ( | PolyT const & | other | ) | const |
Definition at line 245 of file Polygon.cc.
std::shared_ptr< Polygon > lsst::afw::geom::polygon::Polygon::Impl::intersectionSingle | ( | PolyT const & | other | ) | const |
Definition at line 230 of file Polygon.cc.
|
inline |
Definition at line 196 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::symDifference | ( | PolyT const & | other | ) | const |
Definition at line 271 of file Polygon.cc.
std::vector< std::shared_ptr< Polygon > > lsst::afw::geom::polygon::Polygon::Impl::union_ | ( | PolyT const & | other | ) | const |
Definition at line 264 of file Polygon.cc.
std::shared_ptr< Polygon > lsst::afw::geom::polygon::Polygon::Impl::unionSingle | ( | PolyT const & | other | ) | const |
Definition at line 252 of file Polygon.cc.
BoostPolygon lsst::afw::geom::polygon::Polygon::Impl::poly |
Definition at line 215 of file Polygon.cc.