lsst.meas.algorithms  14.0-10-g59393990+2
Public Member Functions | Public Attributes | List of all members
lsst::meas::algorithms::CoaddBoundedFieldElement Struct Reference

Struct used to hold one Exposure's data in a CoaddBoundedField. More...

#include <CoaddBoundedField.h>

Public Member Functions

 CoaddBoundedFieldElement (boost::shared_ptr< afw::math::BoundedField > field_, boost::shared_ptr< afw::image::Wcs const > wcs_, boost::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. More...
 
bool operator!= (CoaddBoundedFieldElement const &rhs) const
 Elements are equal if all their components are equal. More...
 

Public Attributes

boost::shared_ptr< afw::math::BoundedFieldfield
 
boost::shared_ptr< afw::image::Wcs const > wcs
 
boost::shared_ptr< afw::geom::polygon::Polygon const > validPolygon
 
double weight
 

Detailed Description

Struct used to hold one Exposure's data in a CoaddBoundedField.

Definition at line 34 of file CoaddBoundedField.h.

Constructor & Destructor Documentation

◆ CoaddBoundedFieldElement()

lsst::meas::algorithms::CoaddBoundedFieldElement::CoaddBoundedFieldElement ( boost::shared_ptr< afw::math::BoundedField field_,
boost::shared_ptr< afw::image::Wcs const >  wcs_,
boost::shared_ptr< afw::geom::polygon::Polygon const >  validPolygon_,
double  weight_ = 1.0 
)
inline

Definition at line 36 of file CoaddBoundedField.h.

Member Function Documentation

◆ operator!=()

bool lsst::meas::algorithms::CoaddBoundedFieldElement::operator!= ( CoaddBoundedFieldElement const &  rhs) const
inline

Elements are equal if all their components are equal.

Definition at line 50 of file CoaddBoundedField.h.

◆ operator==()

bool lsst::meas::algorithms::CoaddBoundedFieldElement::operator== ( CoaddBoundedFieldElement const &  rhs) const
inline

Elements are equal if all their components are equal.

Definition at line 45 of file CoaddBoundedField.h.

Member Data Documentation

◆ field

boost::shared_ptr< afw::math::BoundedField > lsst::meas::algorithms::CoaddBoundedFieldElement::field

Definition at line 50 of file CoaddBoundedField.h.

◆ validPolygon

boost::shared_ptr< afw::geom::polygon::Polygon const > lsst::meas::algorithms::CoaddBoundedFieldElement::validPolygon

Definition at line 54 of file CoaddBoundedField.h.

◆ wcs

boost::shared_ptr< afw::image::Wcs const > lsst::meas::algorithms::CoaddBoundedFieldElement::wcs

Definition at line 53 of file CoaddBoundedField.h.

◆ weight

double lsst::meas::algorithms::CoaddBoundedFieldElement::weight

Definition at line 55 of file CoaddBoundedField.h.


The documentation for this struct was generated from the following file: