Inviwo  0.9.10.1
Inviwo documentation
inviwo::RepresentationConverterMetaFactory Class Reference

#include <representationconvertermetafactory.h>

Public Types

using BaseReprId = BaseRepresentationConverterFactory::BaseReprId
 
using FactoryMap = std::unordered_map< BaseReprId, BaseRepresentationConverterFactory * >
 

Public Member Functions

bool registerObject (BaseRepresentationConverterFactory *factory)
 
bool unRegisterObject (BaseRepresentationConverterFactory *factory)
 
template<typename BaseRepr >
RepresentationConverterFactory< BaseRepr > * getConverterFactory () const
 

Detailed Description

The Representation Converter Meta Factory holds RepresentationConverterFactories for various kinds of representations (Volume Representation, Layer Representation, Buffer Representation, etc)

See also
Data
DataRepresentation
RepresentationConverter
RepresentationConverterFactory
InviwoApplication::getRepresentationConverterMetaFactory()
InviwoModule::registerRepresentationConverterFactory()

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