![]() |
VR-Link API Documentation for HLA 4
|
A library of classes for reading and manipulating OMT files. More...
Classes | |
| class | DtAltVelocityDatatypeRep |
| Display geocentric orientation as topographic Heading, Pitch, Roll. More... | |
| class | DtArrayDatatypeRep |
| OMT Datatype that works by taking a size and showing a list of datatypes. More... | |
| class | DtAttributeFedNode |
| Represents an attribute inside a object class. More... | |
| class | DtBoolAttrNode |
| This is a generic switch with an enabled disabled category. More... | |
| class | DtBoolDatatypeRep |
| OMT Datatype of type Boolean. More... | |
| class | DtByteDatatypeRep |
| OMT Datatype of type Byte - in network format which means Big Endian representation. More... | |
| class | DtCharDatatypeRep |
| OMT Datatype of type Char - in network format which means Big Endian representation. More... | |
| class | DtComplexDatatypeNode |
| Complex datatypes are a OMT 1.3 construct that merges arrays, variants, and fixed into one monstrous thing. More... | |
| class | DtConversionString |
| This is a collection of functions for the DtString class that includes More conversions from different types of objects WARNING: This function may be used in strange casting ways in order to get around the limitations of C++. More... | |
| class | DtCSVReader |
| Inputs data from a comma delimited file format. More... | |
| class | DtDatatypeFedNode |
| Represents an attribute inside a object class. More... | |
| class | DtDatatypeManager |
| This class handles the conversion between a byte stream and an English readable view of the data in an OMT Tree. More... | |
| class | DtDatatypeRep |
| A Datatype Representation is a class that can take a group of bytes and display them in a certain type of way that would be more useful to the user. More... | |
| class | DtDoubleDatatypeRep |
| OMT Datatype of type Double - in network format which means Big Endian representation. More... | |
| class | DtDoubleLEDatatypeRep |
| OMT Datatype of type Double - in little endian. More... | |
| class | DtEntityTypeDatatypeRep |
| Display an entity type in English. More... | |
| class | DtFedNode |
| Represents a node in a fed tree. More... | |
| class | DtFloatDatatypeRep |
| OMT Datatype of type Float - in network format which means Big Endian representation. More... | |
| class | DtFloatLEDatatypeRep |
| OMT Datatype of type Float - in little endian. More... | |
| class | DtGenAttrNode |
| This is a generic attribute node I should be able to use this to replace all these extra node classes. More... | |
| class | DtHexDatatypeRep |
| OMT Datatype of type Double - in network format which means Big Endian representation. More... | |
| class | DtIntDatatypeRep |
| OMT Datatype of type Integer - in network format which means Big Endian representation. More... | |
| class | DtInteractionClassFedNode |
| defines an object class inside our Fed Tree More... | |
| class | DtIntLEDatatypeRep |
| OMT Datatype of type Integer - in little endian. More... | |
| class | DtLongDatatypeRep |
| OMT Datatype of type Long - in network format which means Big Endian representation. More... | |
| class | DtLongLEDatatypeRep |
| OMT Datatype of type Long - in little endian. More... | |
| class | DtNumberDatatypeRep |
| A type of datatype that can turn itself into a number (double) representation. More... | |
| class | DtObjectClassFedNode |
| defines an object class inside our Fed Tree More... | |
| class | DtOMTDatatypeNode |
| represents a node in an OMT tree containing a datatype description. More... | |
| class | DtOMTNode |
| represents a node in an OMT tree. More... | |
| class | DtOMTReadException |
| class | DtOMTTree |
| A tree using the an OMT File information. More... | |
| class | DtParameterFedNode |
| Represents an parameter inside a object class. More... | |
| class | DtShortDatatypeRep |
| OMT Datatype of type Short - in network format which means Big Endian representation. More... | |
| class | DtShortLEDatatypeRep |
| OMT Datatype of type Short - in little endian. More... | |
| class | DtStringDatatypeRep |
| OMT Datatype of type string. More... | |
| class | DtStringTree |
| Basically a struct with a destructor, a string tree is a collection of indexed strings used to hold more complex attributes or parameters. More... | |
| class | DtTopoCoordinateDatatypeRep |
| Display geocentric orientation as topographic Heading, Pitch, Roll. More... | |
| class | DtUtf16DatatypeRep |
| OMT Datatype of type unicode (utf16-Big Endian string) More... | |
| class | DtUtf8DatatypeRep |
| OMT Datatype of type unicode (utf8 Endian string) More... | |
| class | DtVlRtiMismatchException |
A library of classes for reading and manipulating OMT files.
This library is designed for internal MAK use and is not supported as part of the standard public VR-Link interface. Customers may use it, but MAK reserves the right to change it frequently and without notice.