![]() |
VR-Forces 5.0.3 Developer's Guide
|
Manager for interest management (DDM) settings.

Static Public Member Functions | |
| static DtInterestManagementSettingsManager & | instance (DtDe &de) |
Protected Member Functions | |
| DtInterestManagementSettingsManager (DtDe &de) | |
Friends | |
| template<typename ManagerClass > | |
| ManagerClass & | defaultManagerInstanceFunction (DtDe &, bool) |
| template<typename ManagerClass > | |
| void | defaultManagerRegisterInstanceFunction (DtDe &, ManagerClass *) |
Additional Inherited Members | |
Protected Types inherited from makVrv::DtBaseSharedSettingsManager< makArchives::DtInterestManagementRecord, DtSharedInterestManagementSettings > | |
| typedef DtSharedRecordSettingsBackup < DtSharedInterestManagementSettings, makArchives::DtInterestManagementRecord > | SharedRecordBackupType |
Protected Attributes inherited from makVrv::DtCommonBaseSettingsManager< makArchives::DtInterestManagementRecord > | |
| DtSignalConnectionManager | myConnections |
| std::string | myName |
| std::string | myExtension |
| std::string | myDisplayName |
| bool | myUseDefaultSettingsRecordFlag |
| bool | myAutoSaveFlag |
| DtSettingsBackup * | mySettingsBackup |
| DtDe & | myDe |
|
virtual |
DTOR.
|
protected |
Protected CTOR ( use instance(..) ).
|
static |
Get an instance of the settings manager.
|
virtual |
Forces a reset of all current interest management settings to what they currently are to force signals to be sent.
|
virtual |
Gets the DDM region size to use.
|
virtual |
Sets the DDM region size to use.
|
virtual |
Gets the threshold for region updates.
|
virtual |
Sets the threshold for region updates.
|
virtual |
Gets whether the altitude threshold for DDM regions is enabled.
|
virtual |
Sets whether the altitude threshold for DDM regions is enabled.
|
virtual |
Gets the altitude threshold for DDM regions.
|
virtual |
Sets the altitude threshold for DDM regions.
|
friend |
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retrieval/creation.
Then simply in the implementation of instance call defaultManagerInstanceFunction with the de object and return the return value.
|
friend |
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retreival/creation.
Befriend the manager instance functions for instance retrieval/creation.