lsst.meas.algorithms ge6526c86ff+0433e6603d
|
Struct used to hold one Exposure's data in a CoaddBoundedField. More...
#include <CoaddBoundedField.h>
Public Member Functions | |
CoaddBoundedFieldElement (std::shared_ptr< afw::math::BoundedField > field_, std::shared_ptr< afw::geom::SkyWcs const > wcs_, std::shared_ptr< afw::geom::polygon::Polygon const > validPolygon_, double weight_=1.0) | |
bool | operator== (CoaddBoundedFieldElement const &rhs) const |
Elements are equal if all their components are equal. | |
bool | operator!= (CoaddBoundedFieldElement const &rhs) const |
Elements are equal if all their components are equal. | |
Public Attributes | |
std::shared_ptr< afw::math::BoundedField > | field |
std::shared_ptr< afw::geom::SkyWcs const > | wcs |
std::shared_ptr< afw::geom::polygon::Polygon const > | validPolygon |
double | weight |
Struct used to hold one Exposure's data in a CoaddBoundedField.
Definition at line 37 of file CoaddBoundedField.h.
|
inline |
Definition at line 38 of file CoaddBoundedField.h.
|
inline |
Elements are equal if all their components are equal.
Definition at line 51 of file CoaddBoundedField.h.
bool lsst::meas::algorithms::CoaddBoundedFieldElement::operator== | ( | CoaddBoundedFieldElement const & | rhs | ) | const |
Elements are equal if all their components are equal.
Definition at line 68 of file CoaddBoundedField.cc.
std::shared_ptr<afw::math::BoundedField> lsst::meas::algorithms::CoaddBoundedFieldElement::field |
Definition at line 53 of file CoaddBoundedField.h.
std::shared_ptr<afw::geom::polygon::Polygon const> lsst::meas::algorithms::CoaddBoundedFieldElement::validPolygon |
Definition at line 55 of file CoaddBoundedField.h.
std::shared_ptr<afw::geom::SkyWcs const> lsst::meas::algorithms::CoaddBoundedFieldElement::wcs |
Definition at line 54 of file CoaddBoundedField.h.
double lsst::meas::algorithms::CoaddBoundedFieldElement::weight |
Definition at line 56 of file CoaddBoundedField.h.