Image Processing output class. More...
#include <ImageViz/Engines/SoImageVizEngineOutput.h>
Public Member Functions | |
SoImageVizEngineMFieldOutput () | |
virtual | ~SoImageVizEngineMFieldOutput () |
OutputType | getValue () const |
size_t | getSize () const |
void | setValue (OutputType value, int size) |
Friends | |
class | SoImageVizEngineOutputPrivateAccessor |
SoImageVizEngineMFieldOutput< OutputFieldType, OutputType >::SoImageVizEngineMFieldOutput | ( | ) | [inline] |
Constructor.
virtual SoImageVizEngineMFieldOutput< OutputFieldType, OutputType >::~SoImageVizEngineMFieldOutput | ( | ) | [inline, virtual] |
Destructor.
size_t SoImageVizEngineMFieldOutput< OutputFieldType, OutputType >::getSize | ( | ) | const [inline] |
Return the cached output value.
OutputType SoImageVizEngineMFieldOutput< OutputFieldType, OutputType >::getValue | ( | ) | const [inline] |
Return the cached output value.
void SoImageVizEngineMFieldOutput< OutputFieldType, OutputType >::setValue | ( | OutputType | value, | |
int | size | |||
) | [inline] |
Set the cached output value.
This method should only be used when implementing a custom engine.
This design is to be evolved in the near future.
friend class SoImageVizEngineOutputPrivateAccessor [friend] |