![]() |
VR-Forces 4.1.1 Class Documentation
|
A DtTerrainPatchRecord contains the information to construct a single DtTerrainPatch. More...
Public Types | |
| typedef std::list < DtExtractionOperationRecord > | ExtractionOperations |
Protected Member Functions | |
| void | updateOverlaySettings (const DtOverlaySettingsRecord_V1 &) |
| Reworks old style overlay settings record to new format. | |
| 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 <<. | |
Friends | |
| class | boost::serialization::access |
A DtTerrainPatchRecord contains the information to construct a single DtTerrainPatch.
| typedef std::list<DtExtractionOperationRecord> makArchives::DtTerrainPatchRecord::ExtractionOperations |
| makArchives::DtTerrainPatchRecord::DtTerrainPatchRecord | ( | ) |
CTOR.
| makArchives::DtTerrainPatchRecord::DtTerrainPatchRecord | ( | const DtTerrainPatchRecord & | orig | ) |
Copy CTOR.
| makArchives::DtTerrainPatchRecord::~DtTerrainPatchRecord | ( | ) |
DTOR.
| DtTerrainPatchRecord& makArchives::DtTerrainPatchRecord::operator= | ( | const DtTerrainPatchRecord & | orig | ) |
Assignment OP.
| const DtModelDefinitionRecord& makArchives::DtTerrainPatchRecord::terrainPatchDefinitionRecord | ( | ) | const |
Get the terrain Patch Definition.
| void makArchives::DtTerrainPatchRecord::setTerrainPatchDefinitionRecord | ( | const DtModelDefinitionRecord & | rec | ) |
Set the DtModelDefinitionRecord.
| const DtSurfaceSettingsRecord& makArchives::DtTerrainPatchRecord::surfaceSettingsRecord | ( | ) | const |
Get the DtSurfaceSettingsRecord.
| void makArchives::DtTerrainPatchRecord::setSurfaceSettingsRecord | ( | const DtSurfaceSettingsRecord & | rec | ) |
Set the DtSurfaceSettingsRecord.
| void makArchives::DtTerrainPatchRecord::setOverlaySettingsRecord | ( | const DtOverlaySettingsRecord & | ) |
Set the DtOverlaySettingsRecord.
| const DtOverlaySettingsRecord& makArchives::DtTerrainPatchRecord::overlaySettingsRecord | ( | ) | const |
Get the DtOverlaySettingsRecords.
| const ExtractionOperations& makArchives::DtTerrainPatchRecord::extractionOperations | ( | ) | const |
Get the ExtractionOperations.
| void makArchives::DtTerrainPatchRecord::setExtractionOperations | ( | const ExtractionOperations & | ops | ) |
Set the ExtractionOperations.
| const DtPropSettingsRecord& makArchives::DtTerrainPatchRecord::propSettingsRecord | ( | ) | const |
Get the prop settings record.
| void makArchives::DtTerrainPatchRecord::setPropSettingsRecord | ( | const DtPropSettingsRecord & | rec | ) |
Set the prop settings record.
|
protected |
Reworks old style overlay settings record to new format.
|
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 |
|
protected |
|
protected |