![]() |
VR-Forces 4.1.1 Class Documentation
|
Record of which soil/surface types are visible and which are invisible for a particular terrain. More...
Public Types | |
| typedef std::map< int, bool > | SurfaceVisibleMap |
| Map from surface IDs to on/off setting. | |
Public Member Functions | |
| DtSurfaceSettingsRecord () | |
| CTOR. | |
| DtSurfaceSettingsRecord (const DtSurfaceSettingsRecord &orig) | |
| Copy CTOR. | |
| DtSurfaceSettingsRecord & | operator= (const DtSurfaceSettingsRecord &orig) |
| Assignment OP. | |
| ~DtSurfaceSettingsRecord () | |
| DTOR. | |
| const SurfaceVisibleMap & | surfaceVisibleMap () const |
| Get the SurfaceVisibleMap. | |
| void | setSurfaceVisibleMap (const SurfaceVisibleMap &svMap) |
| Set the SurfaceVisibleMap. | |
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 | |
| SurfaceVisibleMap | mySurfaceVisibleMap |
Friends | |
| class | boost::serialization::access |
Record of which soil/surface types are visible and which are invisible for a particular terrain.
| typedef std::map<int, bool> makArchives::DtSurfaceSettingsRecord::SurfaceVisibleMap |
Map from surface IDs to on/off setting.
| makArchives::DtSurfaceSettingsRecord::DtSurfaceSettingsRecord | ( | ) |
CTOR.
| makArchives::DtSurfaceSettingsRecord::DtSurfaceSettingsRecord | ( | const DtSurfaceSettingsRecord & | orig | ) |
Copy CTOR.
| makArchives::DtSurfaceSettingsRecord::~DtSurfaceSettingsRecord | ( | ) |
DTOR.
| DtSurfaceSettingsRecord& makArchives::DtSurfaceSettingsRecord::operator= | ( | const DtSurfaceSettingsRecord & | orig | ) |
Assignment OP.
| const SurfaceVisibleMap& makArchives::DtSurfaceSettingsRecord::surfaceVisibleMap | ( | ) | const |
Get the SurfaceVisibleMap.
| void makArchives::DtSurfaceSettingsRecord::setSurfaceVisibleMap | ( | const SurfaceVisibleMap & | svMap | ) |
Set the SurfaceVisibleMap.
|
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 |