Class describing outputs of an ImageOperation. More...
#include <ImageOperation.hpp>
Public Member Functions | |
int | addOutput (PixelData dataFormat) |
Add a new output. More... | |
const std::size_t | size () const |
Return the number of outputs. More... | |
Class describing outputs of an ImageOperation.
This class describes format of each output of an ImageOperationDescriptor.
int FotoSHOCKcore::OutputProto::addOutput | ( | PixelData | dataFormat) |
Add a new output.
dataFormat | format defining the format of output |
const std::size_t FotoSHOCKcore::OutputProto::size | ( | ) | const |
Return the number of outputs.