Go to the source code of this file.
|
| #define | DtALMOST(x, y, e) (((x)<=((y)+(e))) && ((x)>=((y)-(e)))) |
| |
|
| template<typename StateRepType > |
| void | makVrfVrlinkExtToolkit::setAttributeNameToHandleMap (DtObjClassDesc *desc) |
| | Sets the attribute name to handle map for the extended state rep for the given FOM class. More...
|
| |
| void | makVrfVrlinkExtToolkit::setExtendedAttributesNameToHandleMap (DtObjClassDesc *desc) |
| | Sets the attribute name to handle map for the Extended Attributes state rep for the given FOM class. More...
|
| |
| 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) |
| | Registers the necessary state rep creators, encoder, decoder, and checker functions for the given FOM classes which extend a supported VR-Link class. More...
|
| |
| #define DtALMOST |
( |
|
x, |
|
|
|
y, |
|
|
|
e |
|
) |
| (((x)<=((y)+(e))) && ((x)>=((y)-(e)))) |