![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <representationconverter.h>
Public Types | |
| using | ConverterID = typename RepresentationConverter<BaseRepr>::ConverterID |
| using | ConverterList = std::vector<const RepresentationConverter<BaseRepr>*> |
Public Member Functions | |
| size_t | steps () const |
| ConverterID | getConverterID () const |
| void | addConverter (const RepresentationConverter< BaseRepr > *converter) |
| const ConverterList & | getConverters () const |
A set of RepresentationConverters to convert from one kind of representation to a different kind through multiple steps.