FotoSHOCK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
FotoSHOCKcore::OutputProto Class Reference

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...
 

Detailed Description

Class describing outputs of an ImageOperation.

This class describes format of each output of an ImageOperationDescriptor.

Note
The OutputProto allows using some of the special format settings, that makes possible to eg. specify, that the output has the same format as input.

Member Function Documentation

int FotoSHOCKcore::OutputProto::addOutput ( PixelData  dataFormat)

Add a new output.

Parameters
dataFormatformat defining the format of output
Returns
position (number) of the added output
const std::size_t FotoSHOCKcore::OutputProto::size ( ) const

Return the number of outputs.

Returns
number of outputs

The documentation for this class was generated from the following files: