![]() |
VR-Link API Documentation for HLA Evolved
|
Collaboration diagram for DtRoutingSpaceDesc:Public Member Functions | |
| DtRoutingSpaceDesc (const char *spaceName, RTI::SpaceHandle handle) | |
| Constructor. More... | |
| DtRoutingSpaceDesc (const DtRoutingSpaceDesc &orig) | |
| Copy Constructor. More... | |
| virtual | ~DtRoutingSpaceDesc () |
| Destructor. More... | |
| DtRoutingSpaceDesc & | operator= (const DtRoutingSpaceDesc &orig) |
| Operators. More... | |
| bool | operator!= (const DtRoutingSpaceDesc &orig) |
| bool | operator== (const DtRoutingSpaceDesc &orig) |
| virtual const DtString & | name () const |
| Get name. More... | |
| virtual RTI::SpaceHandle | handle () const |
| Get handle. More... | |
| virtual void | addDimension (const char *dimName, RTI::DimensionHandle handle) |
| Adds an dimension to the space. Used when reading Fed file. More... | |
| virtual bool | isName (const char *spaceName) const |
| Return boolean: name matches (1516(e) case sensitive; 1.3 not)? More... | |
| virtual RTI::DimensionHandle | dimensionHandle (const char *dimName) const |
| Get dimension handle from name. More... | |
| virtual const DtString & | dimensionName (RTI::DimensionHandle dimHandle) const |
| Get dimension name from handle. More... | |
| virtual const DtDimensionHandleSet & | dimensions () const |
| Get the set of dimensions. More... | |
| virtual void | print () const |
| Print the contents. More... | |
Static Public Attributes | |
| static RTI::SpaceHandle | theInvalidSpaceHandle |
| static RTI::DimensionHandle | theInvalidDimensionHandle |
Protected Attributes | |
| DtString | myName |
| RTI::SpaceHandle | myHandle |
| DtDimensionHandleNameMap | myDimensionNamesByHandle |
| DtDimensionNameHandleMap | myDimensionHandlesByName |
| DtDimensionHandleSet | myDimensionHandles |
| DtRoutingSpaceDesc::DtRoutingSpaceDesc | ( | const char * | spaceName, |
| RTI::SpaceHandle | handle | ||
| ) |
Constructor.
| DtRoutingSpaceDesc::DtRoutingSpaceDesc | ( | const DtRoutingSpaceDesc & | orig | ) |
Copy Constructor.
|
virtual |
Destructor.
|
virtual |
Adds an dimension to the space. Used when reading Fed file.
|
virtual |
Get dimension handle from name.
|
virtual |
Get dimension name from handle.
|
virtual |
Get the set of dimensions.
|
virtual |
Get handle.
|
virtual |
Return boolean: name matches (1516(e) case sensitive; 1.3 not)?
|
virtual |
Get name.
| bool DtRoutingSpaceDesc::operator!= | ( | const DtRoutingSpaceDesc & | orig | ) |
| DtRoutingSpaceDesc& DtRoutingSpaceDesc::operator= | ( | const DtRoutingSpaceDesc & | orig | ) |
Operators.
| bool DtRoutingSpaceDesc::operator== | ( | const DtRoutingSpaceDesc & | orig | ) |
|
virtual |
Print the contents.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
static |