LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst::afw::table::InputFunctorKey< T > Class Template Referenceabstract

#include <FunctorKey.h>

Inheritance diagram for lsst::afw::table::InputFunctorKey< T >:
lsst::afw::table::FunctorKey< T > lsst::afw::table::CovarianceMatrixKey< ErrElement, 2 > lsst::afw::table::CovarianceMatrixKey< ErrElement, 3 > lsst::afw::table::CovarianceMatrixKey< float, 2 > lsst::afw::table::CovarianceMatrixKey< float, 3 > lsst::afw::table::PointKey< CentroidElement > lsst::afw::table::PointKey< double > lsst::afw::table::PointKey< int >

Public Member Functions

virtual void set (BaseRecord &record, T const &value) const =0
 
virtual ~InputFunctorKey ()
 

Detailed Description

template<typename T>
class lsst::afw::table::InputFunctorKey< T >

Base class for objects that can set a value on a record, but are not a true Key themselves.

Objects that inherit from InputFunctorKey can be passed to BaseRecord::set(), just as true Keys can, but the record will simply pass itself to OutputFunctorKey::set() along with the value that was passed.

Definition at line 54 of file FunctorKey.h.

Constructor & Destructor Documentation

template<typename T>
virtual lsst::afw::table::InputFunctorKey< T >::~InputFunctorKey ( )
inlinevirtual

Definition at line 59 of file FunctorKey.h.

59 {}

Member Function Documentation

template<typename T>
virtual void lsst::afw::table::InputFunctorKey< T >::set ( BaseRecord record,
T const &  value 
) const
pure virtual

The documentation for this class was generated from the following file: