![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Namespaces | |
| makVrfVrlinkExtToolkit | |
Macros | |
| #define | DtALMOST(x, y, e) (((x)<=((y)+(e))) && ((x)>=((y)-(e)))) |
Functions | |
| template<typename StateRepType > | |
| void | makVrfVrlinkExtToolkit::setAttributeNameToHandleMap (DtObjClassDesc *desc) |
| void | makVrfVrlinkExtToolkit::setExtendedAttributesNameToHandleMap (DtObjClassDesc *desc) |
| bool | makVrfVrlinkExtToolkit::areClassNamesEquivalent (const DtString &name1, const DtString &name2) |
| template<typename StateRepType , typename PublisherType , typename ReflectedObjType > | |
| void | makVrfVrlinkExtToolkit::registerExtendedAttributeClasses (const DtString &fullBaseClassName, const DtString &publisherName, const DtString &reflListName, const DtFomMapper::DtObjectClassChooserWithUsrData &classChooser, void *classChooserUsr, DtExerciseConn *exConn) |
| #define DtALMOST | ( | x, | |
| y, | |||
| e | |||
| ) | (((x)<=((y)+(e))) && ((x)>=((y)-(e)))) |
Referenced by makVrfVrlinkExtToolkit::registerExtendedAttributeClasses().