![]() |
VR-Link API Documentation for HLA 1.3
|
Collaboration diagram for DtDimensionDesc:Public Member Functions | |
| DtDimensionDesc (const char *dimName, RTI::DimensionHandle dimensionHandle, unsigned long defaultLower=DtMIN_EXTENT, unsigned long defaultUpper=DtMAX_EXTENT, unsigned long max=DtMAX_EXTENT, bool exclude=true) | |
| Constructor. More... | |
| DtDimensionDesc (const DtDimensionDesc &orig) | |
| Copy Constructor. More... | |
| virtual | ~DtDimensionDesc () |
| Destructor. More... | |
| DtDimensionDesc & | operator= (const DtDimensionDesc &orig) |
| Operators. More... | |
| bool | operator!= (const DtDimensionDesc &orig) |
| bool | operator== (const DtDimensionDesc &orig) |
| virtual const DtString & | name () const |
| Get dimension name. More... | |
| virtual bool | isName (const char *name) |
| Return boolean: name matches (1516(e) case sensitive, 1.3 not)? More... | |
| virtual RTI::DimensionHandle | handle () const |
| Get dimension name. More... | |
| virtual unsigned long | lowerBound () const |
| Get lower bound. More... | |
| virtual unsigned long | upperBound () const |
| Get upper bound. More... | |
| virtual unsigned long | maxBound () const |
| Get maximum upper bound. More... | |
| virtual bool | excluded () const |
| Get excluded. More... | |
| virtual void | print () const |
| Print the contents. More... | |
Static Public Attributes | |
| static RTI::DimensionHandle | theInvalidHandle |
Protected Attributes | |
| DtString | myName |
| RTI::DimensionHandle | myHandle |
| unsigned long | myMaxBound |
| unsigned long | myLowerBound |
| unsigned long | myUpperBound |
| bool | myExcluded |
| DtDimensionDesc::DtDimensionDesc | ( | const char * | dimName, |
| RTI::DimensionHandle | dimensionHandle, | ||
| unsigned long | defaultLower = DtMIN_EXTENT, |
||
| unsigned long | defaultUpper = DtMAX_EXTENT, |
||
| unsigned long | max = DtMAX_EXTENT, |
||
| bool | exclude = true |
||
| ) |
Constructor.
| DtDimensionDesc::DtDimensionDesc | ( | const DtDimensionDesc & | orig | ) |
Copy Constructor.
|
virtual |
Destructor.
|
virtual |
Get excluded.
|
virtual |
Get dimension name.
|
virtual |
Return boolean: name matches (1516(e) case sensitive, 1.3 not)?
|
virtual |
Get lower bound.
|
virtual |
Get maximum upper bound.
|
virtual |
Get dimension name.
| bool DtDimensionDesc::operator!= | ( | const DtDimensionDesc & | orig | ) |
| DtDimensionDesc& DtDimensionDesc::operator= | ( | const DtDimensionDesc & | orig | ) |
Operators.
| bool DtDimensionDesc::operator== | ( | const DtDimensionDesc & | orig | ) |
|
virtual |
Print the contents.
|
virtual |
Get upper bound.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |