lsst.meas.extensions.simpleShape
20.0.0+5
|
#include <simpleShape.h>
Public Types | |
typedef T | Value |
Public Member Functions | |
SimpleShapeResultKey () | |
SimpleShapeResultKey (lsst::afw::table::SubSchema const &s) | |
Construct from a subschema, assuming _xx, _yy, etc. More... | |
virtual SimpleShapeResult | get (afw::table::BaseRecord const &record) const |
virtual void | set (afw::table::BaseRecord &record, SimpleShapeResult const &value) const |
bool | operator== (SimpleShapeResultKey const &other) const |
Compare the FunctorKey for equality with another, using the underlying Keys. More... | |
bool | operator!= (SimpleShapeResultKey const &other) const |
bool | isValid () const |
Return True if the key is valid. More... | |
lsst::meas::base::FlagHandler const & | getFlagHandler () const |
virtual void | set (BaseRecord &record, T const &value) const =0 |
Static Public Member Functions | |
static SimpleShapeResultKey | addFields (afw::table::Schema &schema, std::string const &name) |
Definition at line 52 of file simpleShape.h.
|
inline |
Definition at line 60 of file simpleShape.h.
lsst::meas::extensions::simpleShape::SimpleShapeResultKey::SimpleShapeResultKey | ( | lsst::afw::table::SubSchema const & | s | ) |
Construct from a subschema, assuming _xx, _yy, etc.
subfields
If a schema has "a_xx", "a_yy", etc. fields, this constructor allows you to construct a SimpleShapeResultKey via:
Definition at line 336 of file simpleShape.cc.
|
static |
Definition at line 319 of file simpleShape.cc.
|
virtual |
Implements lsst::afw::table::FunctorKey< SimpleShapeResult >.
Definition at line 343 of file simpleShape.cc.
|
inline |
Definition at line 85 of file simpleShape.h.
bool lsst::meas::extensions::simpleShape::SimpleShapeResultKey::isValid | ( | ) | const |
Return True if the key is valid.
Definition at line 370 of file simpleShape.cc.
|
inline |
Definition at line 79 of file simpleShape.h.
bool lsst::meas::extensions::simpleShape::SimpleShapeResultKey::operator== | ( | SimpleShapeResultKey const & | other | ) | const |
Compare the FunctorKey for equality with another, using the underlying Keys.
Definition at line 363 of file simpleShape.cc.
|
virtual |
Definition at line 354 of file simpleShape.cc.