lsst.meas.extensions.simpleShape  13.0-5-gaa0a428+30
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | Static Public Member Functions | List of all members
lsst::meas::extensions::simpleShape::SimpleShapeResultKey Class Reference

#include <simpleShape.h>

Inheritance diagram for lsst::meas::extensions::simpleShape::SimpleShapeResultKey:

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 isValid () const
 Return True if the key is valid. More...
 
lsst::meas::base::FlagHandler
const & 
getFlagHandler () 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
 Compare the FunctorKey for equality with another, using the underlying Keys. More...
 

Static Public Member Functions

static SimpleShapeResultKey addFields (afw::table::Schema &schema, std::string const &name)
 

Detailed Description

Definition at line 51 of file simpleShape.h.

Constructor & Destructor Documentation

lsst::meas::extensions::simpleShape::SimpleShapeResultKey::SimpleShapeResultKey ( )
inline

Definition at line 59 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:

* SimpleShapeResultKey k(schema["a"]);
*

Definition at line 336 of file simpleShape.cc.

Member Function Documentation

SimpleShapeResultKey lsst::meas::extensions::simpleShape::SimpleShapeResultKey::addFields ( afw::table::Schema &  schema,
std::string const &  name 
)
static

Definition at line 319 of file simpleShape.cc.

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

Definition at line 84 of file simpleShape.h.

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: