![]() |
VR-Exchange 2.6 API Documentation
|
Represents entities which are not simulated, but rather only listed in the aggregate. More...
Public Member Functions | |
| DtSilentEntity () | |
| Default CTOR. | |
| DtSilentEntity (const DtSilentEntity &other) | |
| Copy CTOR - this class is copyable. | |
| virtual | ~DtSilentEntity () |
| Default DTOR. | |
| DtSilentEntity & | operator= (const DtSilentEntity &other) |
| Assignment Operator - this class is copyable. | |
| bool | operator== (const DtSilentEntity &other) const |
| Tests for equality by comparing size and bytes. | |
Data Exchange Attributes | |
| DtDEC_ATTRIBUTE (DtU32, NumberOfEntities, numberOfEntities) | |
| The number of entities of this type. | |
| DtDEC_ATTRIBUTE (DtU32, NumberOfAppearanceRecords, numberOfAppearanceRecords) | |
| The Number of Appearance records in this aggregate. | |
| DtDEC_ATTRIBUTE (DtU64, EntityAppearance, entityAppearance) | |
| The Entity's appearance record. | |
| DtDEC_ATTRIBUTE (DtEntityType, EntityType, entityType) | |
| The Entity's type. | |
Represents entities which are not simulated, but rather only listed in the aggregate.
| MAKVrExchange::DtSilentEntity::DtSilentEntity | ( | ) |
Default CTOR.
| MAKVrExchange::DtSilentEntity::DtSilentEntity | ( | const DtSilentEntity & | other | ) |
Copy CTOR - this class is copyable.
|
virtual |
Default DTOR.
| MAKVrExchange::DtSilentEntity::DtDEC_ATTRIBUTE | ( | DtU32 | , |
| NumberOfEntities | , | ||
| numberOfEntities | |||
| ) |
The number of entities of this type.
| MAKVrExchange::DtSilentEntity::DtDEC_ATTRIBUTE | ( | DtU32 | , |
| NumberOfAppearanceRecords | , | ||
| numberOfAppearanceRecords | |||
| ) |
The Number of Appearance records in this aggregate.
| MAKVrExchange::DtSilentEntity::DtDEC_ATTRIBUTE | ( | DtU64 | , |
| EntityAppearance | , | ||
| entityAppearance | |||
| ) |
The Entity's appearance record.
| MAKVrExchange::DtSilentEntity::DtDEC_ATTRIBUTE | ( | DtEntityType | , |
| EntityType | , | ||
| entityType | |||
| ) |
The Entity's type.
| DtSilentEntity& MAKVrExchange::DtSilentEntity::operator= | ( | const DtSilentEntity & | other | ) |
Assignment Operator - this class is copyable.
| bool MAKVrExchange::DtSilentEntity::operator== | ( | const DtSilentEntity & | other | ) | const |
Tests for equality by comparing size and bytes.