Inviwo  0.9.10.1
Inviwo documentation
inviwo::RepresentationMetaFactory Class Reference

#include <representationmetafactory.h>

Public Types

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

Public Member Functions

bool registerObject (BaseRepresentationFactory *factory)
 
bool unRegisterObject (BaseRepresentationFactory *factory)
 
template<typename BaseRepr >
RepresentationFactory< BaseRepr > * getRepresentationFactory () const
 

Detailed Description

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

See also
Data
DataRepresentation
RepresentationFactoryObject
RepresentationFactory
InviwoApplication::getRepresentationMetaFactory()
InviwoModule::registerRepresentationFactory()

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