#include <simpleShape.h>
Definition at line 51 of file simpleShape.h.
lsst::meas::extensions::simpleShape::SimpleShapeResultKey::SimpleShapeResultKey |
( |
| ) |
|
|
inline |
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.
SimpleShapeResultKey lsst::meas::extensions::simpleShape::SimpleShapeResultKey::addFields |
( |
afw::table::Schema & |
schema, |
|
|
std::string const & |
name |
|
) |
| |
|
static |
virtual SimpleShapeResult lsst::meas::extensions::simpleShape::SimpleShapeResultKey::get |
( |
afw::table::BaseRecord const & |
record | ) |
const |
|
virtual |
lsst::meas::base::FlagHandler const& lsst::meas::extensions::simpleShape::SimpleShapeResultKey::getFlagHandler |
( |
| ) |
const |
|
inline |
bool lsst::meas::extensions::simpleShape::SimpleShapeResultKey::isValid |
( |
| ) |
const |
Return True if the key is valid.
bool lsst::meas::extensions::simpleShape::SimpleShapeResultKey::operator!= |
( |
SimpleShapeResultKey const & |
other | ) |
const |
|
inline |
Compare the FunctorKey for equality with another, using the underlying Keys.
Definition at line 78 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.
virtual void lsst::meas::extensions::simpleShape::SimpleShapeResultKey::set |
( |
afw::table::BaseRecord & |
record, |
|
|
SimpleShapeResult const & |
value |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: