lsst.afw
20.0.0-11-g7b7d0ee7e+614f89f815
|
A functor class equivalent to std::function<LhsT (LhsT, RhsT)>, but with a virtual operator() More...
#include <ImageAlgorithm.h>
Public Member Functions | |
virtual | ~pixelOp2 () |
virtual LhsT | operator() (LhsT lhs, RhsT rhs) 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<LhsT (LhsT, RhsT)>, but with a virtual operator()
Definition at line 79 of file ImageAlgorithm.h.
|
inlinevirtual |
Definition at line 80 of file ImageAlgorithm.h.
|
pure virtual |