lsst.afw
21.0.0-11-ga6ea59e8e+47cba9fc36
|
A functor class equivalent to std::function<ValT ()>, but with a virtual operator() More...
#include <ImageAlgorithm.h>
Public Member Functions | |
virtual | ~pixelOp0 () |
virtual ValT | operator() () const =0 |
T | swap (T... args) |
T | assign (T... args) |
T | target (T... args) |
T | operator() (T... args) |
T | target_type (T... args) |
T | operator bool (T... args) |
A functor class equivalent to std::function<ValT ()>, but with a virtual operator()
Definition at line 52 of file ImageAlgorithm.h.
|
inlinevirtual |
Definition at line 53 of file ImageAlgorithm.h.
|
pure virtual |