|
lsst.afw g4f4f280218+81551fceaa
|
A functor class equivalent to std::function<ValT (int, int, ValT)>, but with a virtual operator() More...
#include <ImageAlgorithm.h>
Public Member Functions | |
| virtual | ~pixelOp1XY () |
| virtual ValT | operator() (int x, int y, ValT lhs) 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 (int, int, ValT)>, but with a virtual operator()
Definition at line 67 of file ImageAlgorithm.h.
|
inlinevirtual |
Definition at line 68 of file ImageAlgorithm.h.
|
pure virtual |