12 #include <tbb/mutex.h>
29 virtual char*
chooseClass(
const char* vrlClass, DtExerciseConn* conn,
void* fomClassSpecific);
Instances of DtVrfParameterDb are the database of DtVrfObjectParameters objects used in the construct...
Definition: vrfParameterDb.h:41
static tbb::mutex theHlaMutex
Definition: vrfObjectClassChooser.h:37
const DtVrfParameterDb * myParameterDb
Definition: vrfObjectClassChooser.h:41
The VR-Forces implementation of the DtObjectClassChooser uses the DtVrfParameterDb to determine what ...
Definition: vrfObjectClassChooser.h:19
#define DT_DLL_vrfExtendedProperties
This file is used to determine how to build.
Definition: vrfExtendedPropertiesDefines.h:25
static char * chooseClass(const char *vrlClass, DtExerciseConn *conn, void *fomClassSpecific, void *usr)
Chooses the class to publish. The usr pointer must be an instance of this class. Calls the chooseClas...
This class is used to choose the object class to publish. By default it uses the classes configured i...
Definition: objectClassChooser.h:20