![]() |
VR-Forces 4.1 Class Documentation
|
A record for describing a scene. More...
Public Member Functions | |
| DtSceneRecord () | |
| CTOR. | |
| DtSceneRecord (const DtSceneRecord &) | |
| CCTOR. | |
| DtSceneRecord & | operator= (const DtSceneRecord &) |
| Assignment Op. | |
| ~DtSceneRecord () | |
| DTOR. | |
| const DtTerrainRecord & | terrainRecord () const |
| Attempt to get the embedded terrain record. | |
| void | setTerrainRecord (const DtTerrainRecord &record) |
| Sets the embedded terrain record. | |
| const DtEnvironmentRecord & | environmentRecord () const |
| Attempt to get the embedded terrain record. | |
| void | setEnvironmentRecord (const DtEnvironmentRecord &record) |
| Sets the embedded terrain record. | |
| const DtDateTimeRecord & | dateTimeRecord () const |
| Attempt to get the embedded date and time record. | |
| void | setDateTimeRecord (const DtDateTimeRecord &record) |
| Sets the embedded date and time record. | |
Protected Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &ar, const unsigned int version) |
| When the class Archive corresponds to an output archive, the & operator is defined similar to <<. | |
Protected Attributes | |
| DtTerrainRecord | myEmbeddedTerrainRecord |
| DtEnvironmentRecord | myEmbeddedEnvironmentRecord |
| DtDateTimeRecord | myEmbeddedDateTimeRecord |
Friends | |
| class | boost::serialization::access |
A record for describing a scene.
| makArchives::DtSceneRecord::DtSceneRecord | ( | ) |
CTOR.
| makArchives::DtSceneRecord::DtSceneRecord | ( | const DtSceneRecord & | ) |
CCTOR.
| makArchives::DtSceneRecord::~DtSceneRecord | ( | ) |
DTOR.
| DtSceneRecord& makArchives::DtSceneRecord::operator= | ( | const DtSceneRecord & | ) |
Assignment Op.
| const DtTerrainRecord& makArchives::DtSceneRecord::terrainRecord | ( | ) | const |
Attempt to get the embedded terrain record.
| void makArchives::DtSceneRecord::setTerrainRecord | ( | const DtTerrainRecord & | record | ) |
Sets the embedded terrain record.
| const DtEnvironmentRecord& makArchives::DtSceneRecord::environmentRecord | ( | ) | const |
Attempt to get the embedded terrain record.
| void makArchives::DtSceneRecord::setEnvironmentRecord | ( | const DtEnvironmentRecord & | record | ) |
Sets the embedded terrain record.
| const DtDateTimeRecord& makArchives::DtSceneRecord::dateTimeRecord | ( | ) | const |
Attempt to get the embedded date and time record.
| void makArchives::DtSceneRecord::setDateTimeRecord | ( | const DtDateTimeRecord & | record | ) |
Sets the embedded date and time record.
|
inlineprotected |
When the class Archive corresponds to an output archive, the & operator is defined similar to <<.
Likewise, when the class Archive is a type of input archive the & operator is defined similar to >>.
|
friend |
|
protected |
|
protected |
|
protected |