lsst.afw g44befd6440+dd219f3bc1
|
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. More... | |
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::PointKey< T >, lsst::afw::table::BoxKey< Box >, lsst::afw::table::BoxKey< lsst::geom::Box2I >, lsst::afw::table::CoordKey, lsst::afw::table::QuadrupoleKey, lsst::afw::table::EllipseKey, lsst::afw::table::CovarianceMatrixKey< T, N >, lsst::afw::table::CovarianceMatrixKey< float, 2 >, lsst::afw::table::CovarianceMatrixKey< float, 3 >, and lsst::afw::table::ArrayKey< T >.
|
pure virtualinherited |