lsst.afw
20.0.0-13-gad96b2d30+614f89f815
|
Functor to compute a flag bit, used to create an ndarray expression template for flag columns. More...
#include <BaseColumnView.h>
Public Types | |
typedef Field< Flag >::Element | argument_type |
typedef bool | result_type |
Public Member Functions | |
result_type | operator() (argument_type element) const |
FlagExtractor (Key< Flag > const &key) | |
Functor to compute a flag bit, used to create an ndarray expression template for flag columns.
Definition at line 16 of file BaseColumnView.h.
typedef Field<Flag>::Element lsst::afw::table::detail::FlagExtractor::argument_type |
Definition at line 17 of file BaseColumnView.h.
typedef bool lsst::afw::table::detail::FlagExtractor::result_type |
Definition at line 18 of file BaseColumnView.h.
|
inlineexplicit |
Definition at line 22 of file BaseColumnView.h.
|
inline |
Definition at line 20 of file BaseColumnView.h.