![]() |
VR-Forces 4.0.4 Class Documentation
|
Contains makVrf::DtTerrainProfileSettingsManager class. More...

Contains makVrf::DtTerrainProfileSettingsManager class.
Manager of terrain profile settings. Use this class to set and to be notified of terrain profile changed
| virtual makVrf::DtTerrainProfileSettingsManager::~DtTerrainProfileSettingsManager | ( | ) | [virtual] |
| static DtTerrainProfileSettingsManager& makVrf::DtTerrainProfileSettingsManager::instance | ( | makVrv::DtDe & | de | ) | [static] |
Returns instance of the messager.
| static void makVrf::DtTerrainProfileSettingsManager::registerInstance | ( | makVrv::DtDe & | , |
| DtTerrainProfileSettingsManager * | |||
| ) | [static] |
| virtual void makVrf::DtTerrainProfileSettingsManager::getRecord | ( | DtTerrainProfileSettingsRecord & | rec | ) | const [virtual] |
| virtual void makVrf::DtTerrainProfileSettingsManager::setFromRecord | ( | const DtTerrainProfileSettingsRecord & | rec | ) | [virtual] |
| virtual void makVrf::DtTerrainProfileSettingsManager::loadDefaults | ( | bool | fromFactory = false | ) | [virtual] |
Loads default or factory record.
| virtual void makVrf::DtTerrainProfileSettingsManager::saveAsDefaults | ( | ) | [virtual] |
Saves record as default record.
| const makVrv::DtRecordSettingsBackupInterface* makVrf::DtTerrainProfileSettingsManager::settingsBackup | ( | ) | const [inline] |
| makVrv::DtRecordSettingsBackupInterface* makVrf::DtTerrainProfileSettingsManager::settingsBackup | ( | ) | [inline] |
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
Shows vertex marker on line at each line point.
Accessor/set methods for various options in the terrain profile.
Range is in meters.
| double makVrf::DtTerrainProfileSettingsManager::showObjectsWithinRange | ( | ) | const |
Accessor/set methods for various options in the terrain profile.
| void makVrf::DtTerrainProfileSettingsManager::setSamplingRate | ( | double | ) |
Sample a point every N meters on the line.
| double makVrf::DtTerrainProfileSettingsManager::samplingRate | ( | ) | const |
Accessor/set methods for various options in the terrain profile.
Sets the maximum number of sample points on a line.
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
Accessor/set methods for various options in the terrain profile.
| void makVrf::DtTerrainProfileSettingsManager::exportSettings | ( | const std::string & | fileName | ) |
Exports the current cache settings to a file.
| void makVrf::DtTerrainProfileSettingsManager::importSettings | ( | const std::string & | fileName | ) |
Import the current cache settings from a file.
| boost::signal<void (const DtTerrainProfileSettingsRecord&)> makVrf::DtTerrainProfileSettingsManager::signal_terrainProfileSettingsChanged |
Sent after anything about the terrain profile options have changed.
makVrv::DtRecordSettingsBackupInterface* makVrf::DtTerrainProfileSettingsManager::mySettingsBackup [protected] |
DtTerrainProfileSettingsRecord makVrf::DtTerrainProfileSettingsManager::myTerrainProfileSettings [protected] |