lsst.afw g47ad8d2bab+3cc41d2aa1
|
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 76 of file ImageAlgorithm.h.
|
inlinevirtual |
Definition at line 77 of file ImageAlgorithm.h.
|
pure virtual |