virtual void AddOne::runOperation |
( |
const Inputs & |
sources, |
|
|
const Outputs & |
dest, |
|
|
vector< UpdateInfo > & |
ROI, |
|
|
const long |
stamp |
|
) |
| |
|
inlinevirtual |
Apply the operation.
Apply the operation on the given input ImageBuffers and output it in a destination buffer.
The source buffers and destination buffer can be considered as having the same PixelFormat except for some internal GraphManager operations.
- Parameters
-
sources | source buffers |
dest | destination buffers |
ROI | list of regions where the operation should be recalculated. The specified ROI is not a hard limit, the region recalculated can be bigger than ROI. |
stamp | identifier which the operation should use to identify itself. That means you should set the tile stamp to this value in the implementation. The stamp can used to check whether the requested region of a buffer has been already processed by the operation to reduce the amount of processed data |
Implements FotoSHOCKcore::ImageOperation.
The documentation for this class was generated from the following file:
- /home/lukas/development/C++/FotoSHOCK/src/examples/graph/example.cpp