Template Class FunctorKey¶
Defined in File FunctorKey.h
Inheritance Relationships¶
Base Types¶
public lsst::afw::table::OutputFunctorKey< T >
(Template Class OutputFunctorKey)public lsst::afw::table::InputFunctorKey< T >
(Template Class InputFunctorKey)
Class Documentation¶
-
template<typename
T
>
classFunctorKey
: public lsst::afw::table::OutputFunctorKey<T>, public lsst::afw::table::InputFunctorKey<T>¶ 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.
Public Types
-
template<>
usingValue
= T¶ The data type for get and set.
-
template<>