lsst.afw ge15bfa9975+e3573e3735
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
lsst::afw::table::OutputFunctorKey< T > Class Template Referenceabstract

Base class for objects that can extract a value from a record, but are not a true Key themselves. More...

#include <FunctorKey.h>

Inheritance diagram for lsst::afw::table::OutputFunctorKey< T >:
lsst::afw::table::FunctorKey< ndarray::Array< T const, 1, 1 > > lsst::afw::table::FunctorKey< Box > lsst::afw::table::FunctorKey< lsst::geom::SpherePoint > lsst::afw::table::FunctorKey< Eigen::Matrix< T, N, N > > lsst::afw::table::FunctorKey< lsst::afw::geom::ellipses::Ellipse > lsst::afw::table::FunctorKey< lsst::geom::Point< T, 3 > > lsst::afw::table::FunctorKey< lsst::geom::Point< T, 2 > > lsst::afw::table::FunctorKey< lsst::afw::geom::ellipses::Quadrupole > lsst::afw::table::FunctorKey< lsst::geom::Point< int, 2 > > lsst::afw::table::FunctorKey< lsst::geom::Point< Element, 2 > > lsst::afw::table::FunctorKey< Eigen::Matrix< float, N, N > > lsst::afw::table::FunctorKey< lsst::geom::Point< double, 2 > > lsst::afw::table::FunctorKey< lsst::geom::Box2I > lsst::afw::table::FunctorKey< T >

Public Types

using Value = T
 The data type for get. More...
 

Public Member Functions

virtual T get (BaseRecord const &record) const =0
 
virtual ~OutputFunctorKey () noexcept=default
 

Detailed Description

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

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

Objects that inherit from OutputFunctorKey can be passed to BaseRecord::get(), just as true Keys can, but the record will simply pass itself to OutputFunctorKey::get() and return the result.

Definition at line 40 of file FunctorKey.h.

Member Typedef Documentation

◆ Value

template<typename T >
using lsst::afw::table::OutputFunctorKey< T >::Value = T

The data type for get.

Definition at line 43 of file FunctorKey.h.

Constructor & Destructor Documentation

◆ ~OutputFunctorKey()

template<typename T >
virtual lsst::afw::table::OutputFunctorKey< T >::~OutputFunctorKey ( )
virtualdefaultnoexcept

Member Function Documentation

◆ get()

template<typename T >
virtual T lsst::afw::table::OutputFunctorKey< T >::get ( BaseRecord const &  record) const
pure virtual

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