LSST Applications g04dff08e69+a31126d12c,g0fba68d861+6f0555c5d7,g1ec0fe41b4+f536777771,g1fd858c14a+16adead242,g35bb328faa+fcb1d3bbc8,g36376648e7+fcceaebe53,g4af146b050+19aac6f792,g4d2262a081+0aec624b04,g53246c7159+fcb1d3bbc8,g5a012ec0e7+b20b785ecb,g60b5630c4e+fcceaebe53,g6273192d42+d45c8c5480,g67b6fd64d1+4086c0989b,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g7b71ed6315+fcb1d3bbc8,g87b7deb4dc+01ed5cbf73,g8852436030+d9452d045a,g89139ef638+4086c0989b,g9125e01d80+fcb1d3bbc8,g94187f82dc+fcceaebe53,g989de1cb63+4086c0989b,g9d31334357+fcceaebe53,g9f33ca652e+a9aa85e8df,gabe3b4be73+1e0a283bba,gabf8522325+fa80ff7197,gb1101e3267+ff234fad5d,gb58c049af0+f03b321e39,gb89ab40317+4086c0989b,gc0bb628dac+e91e539f6f,gcf25f946ba+d9452d045a,gd6cbbdb0b4+af3c3595f5,gd9a9a58781+fcb1d3bbc8,gde0f65d7ad+26cbe7494a,ge278dab8ac+d65b3c2b70,ge410e46f29+4086c0989b,gf23fb2af72+b3e27b8ebc,gf67bdafdda+4086c0989b,v29.0.0.rc6
LSST Data Management Base Package
|
Convenience base class that combines the OutputFunctorKey and InputFunctorKey. More...
#include <FunctorKey.h>
Public Types | |
using | Value = T |
The data type for get and set. | |
Public Member Functions | |
virtual T | get (BaseRecord const &record) const =0 |
virtual void | set (BaseRecord &record, T const &value) const =0 |
Convenience base class that combines the OutputFunctorKey and InputFunctorKey.
Most objects that can set a calculated or compound value from a record can also get that value back, so we provide this class to aggregate those interfaces.
Definition at line 74 of file FunctorKey.h.
using lsst::afw::table::FunctorKey< T >::Value = T |
The data type for get and set.
Definition at line 77 of file FunctorKey.h.
|
pure virtualinherited |
Implemented in lsst::afw::table::ArrayKey< T >, lsst::afw::table::ArrayKey< double >, lsst::afw::table::BoxKey< Box >, lsst::afw::table::BoxKey< lsst::geom::Box2D >, lsst::afw::table::BoxKey< lsst::geom::Box2D >, lsst::afw::table::BoxKey< lsst::geom::Box2I >, lsst::afw::table::BoxKey< lsst::geom::Box2I >, lsst::afw::table::BoxKey< T >, lsst::afw::table::BoxKey< T >, lsst::afw::table::CoordKey, lsst::afw::table::CovarianceMatrixKey< T, N >, lsst::afw::table::CovarianceMatrixKey< double, 5 >, lsst::afw::table::CovarianceMatrixKey< ErrElement, 2 >, lsst::afw::table::CovarianceMatrixKey< ErrElement, 3 >, lsst::afw::table::CovarianceMatrixKey< float, 2 >, lsst::afw::table::CovarianceMatrixKey< float, 2 >, lsst::afw::table::CovarianceMatrixKey< float, 3 >, lsst::afw::table::CovarianceMatrixKey< float, 3 >, lsst::afw::table::EllipseKey, lsst::afw::table::Point3Key< T >, lsst::afw::table::Point3Key< double >, lsst::afw::table::Point3Key< double >, lsst::afw::table::Point3Key< int >, lsst::afw::table::Point3Key< int >, lsst::afw::table::PointKey< T >, lsst::afw::table::PointKey< CentroidElement >, lsst::afw::table::PointKey< double >, lsst::afw::table::PointKey< double >, lsst::afw::table::PointKey< Element >, lsst::afw::table::PointKey< int >, lsst::afw::table::PointKey< int >, lsst::afw::table::QuadrupoleKey, lsst::meas::base::CentroidResultKey, lsst::meas::base::FluxResultKey, lsst::meas::base::MagResultKey, lsst::meas::base::SdssShapeResultKey, lsst::meas::base::ShapeResultKey, lsst::meas::extensions::simpleShape::SimpleShapeResultKey, lsst::shapelet::MultiShapeletFunctionKey, and lsst::shapelet::ShapeletFunctionKey.
|
pure virtualinherited |
Implemented in lsst::afw::table::ArrayKey< double >, lsst::afw::table::BoxKey< Box >, lsst::afw::table::BoxKey< T >, lsst::afw::table::CoordKey, lsst::afw::table::CovarianceMatrixKey< double, 5 >, lsst::afw::table::CovarianceMatrixKey< ErrElement, 2 >, lsst::afw::table::PointKey< CentroidElement >, and lsst::afw::table::PointKey< Element >.