![]() |
VR-Forces 4.1.1 Class Documentation
|
Record of interest management / DDM settings. More...
Public Member Functions | |
| DtInterestManagementRecord () | |
| CTOR. | |
| DtInterestManagementRecord (const DtInterestManagementRecord &orig) | |
| Copy CTOR. | |
| DtInterestManagementRecord & | operator= (const DtInterestManagementRecord &orig) |
| Assignment OP. | |
| ~DtInterestManagementRecord () | |
| DTOR. | |
| void | setDdmRegionSize (int size) |
| int | ddmRegionSize () const |
| void | setRegionUpdateThreshold (int percentage) |
| int | regionUpdateThreshold () const |
| void | setAltitudeThresholdEnabled (bool enabled) |
| bool | altitudeThresholdEnabled () const |
| void | setAltitudeThreshold (int threshold) |
| int | altitudeThreshold () const |
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 | |
| int | myDdmRegionSize |
| int | myRegionUpdateThreshold |
| bool | myAltitudeThresholdEnabled |
| int | myAltitudeThreshold |
Friends | |
| class | boost::serialization::access |
Record of interest management / DDM settings.
| makArchives::DtInterestManagementRecord::DtInterestManagementRecord | ( | ) |
CTOR.
| makArchives::DtInterestManagementRecord::DtInterestManagementRecord | ( | const DtInterestManagementRecord & | orig | ) |
Copy CTOR.
| makArchives::DtInterestManagementRecord::~DtInterestManagementRecord | ( | ) |
DTOR.
| DtInterestManagementRecord& makArchives::DtInterestManagementRecord::operator= | ( | const DtInterestManagementRecord & | orig | ) |
Assignment OP.
| void makArchives::DtInterestManagementRecord::setDdmRegionSize | ( | int | size | ) |
| int makArchives::DtInterestManagementRecord::ddmRegionSize | ( | ) | const |
| void makArchives::DtInterestManagementRecord::setRegionUpdateThreshold | ( | int | percentage | ) |
| int makArchives::DtInterestManagementRecord::regionUpdateThreshold | ( | ) | const |
| void makArchives::DtInterestManagementRecord::setAltitudeThresholdEnabled | ( | bool | enabled | ) |
| bool makArchives::DtInterestManagementRecord::altitudeThresholdEnabled | ( | ) | const |
| void makArchives::DtInterestManagementRecord::setAltitudeThreshold | ( | int | threshold | ) |
| int makArchives::DtInterestManagementRecord::altitudeThreshold | ( | ) | const |
|
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 |