OMKInteractorOutputT.cpp File Reference

#include "OMKInteractorOutputT.inl"
#include "OMKExtensibleSimulatedObject.h"
#include "OMKInteractorExtension.h"
#include "OMKInteractiveEventId.h"
#include "OMKIAttribute.h"
#include "OMKParametersAccessor.inl"
#include "OMKTransformType.h"

Include dependency graph for OMKInteractorOutputT.cpp:

Go to the source code of this file.

Defines

#define REGISTER_INTERACTOR_OUTPUT_FACTORY(PrmType, ModelType)
#define REGISTER_INTERACTOR_OUTPUT_FACTORY_S(Type)

Variables

const bool REGISTERED


Define Documentation

#define REGISTER_INTERACTOR_OUTPUT_FACTORY ( PrmType,
ModelType   ) 

Value:

InteractorOutputFactory::getInstance(). \
    registerCreator< InteractorOutputCreatorT< InteractorOutputT< PrmType, ModelType > > > \
    ( std::pair< std::string, std::string >( typeid( PrmType ).name(), typeid( ModelType ).name() ) )

Definition at line 35 of file OMKInteractorOutputT.cpp.

#define REGISTER_INTERACTOR_OUTPUT_FACTORY_S ( Type   ) 

Value:

InteractorOutputFactory::getInstance(). \
    registerCreator< InteractorOutputCreatorT< InteractorOutputT< Type, SimpleTypeT< Type > > > > \
    ( std::pair< std::string, std::string >( typeid( Type ).name(), typeid( SimpleTypeT< Type > ).name() ) )

Definition at line 40 of file OMKInteractorOutputT.cpp.


Variable Documentation

const bool REGISTERED

Initial value:

Definition at line 45 of file OMKInteractorOutputT.cpp.


logo OpenMask

Documentation generated on Mon Jun 9 11:45:58 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007