![]() |
VR-Forces 4.1 Class Documentation
|
Record of environment/weather settings Includes precipitation, air, and clouds. More...
Public Types | |
| typedef std::vector < DtCloudLayerRecord > | CloudLayerRecordList |
Public Member Functions | |
| DtEnvironmentRecord () | |
| CTOR. | |
| DtEnvironmentRecord (const DtEnvironmentRecord &orig) | |
| Copy CTOR. | |
| DtEnvironmentRecord & | operator= (const DtEnvironmentRecord &orig) |
| Assignment OP. | |
| ~DtEnvironmentRecord () | |
| DTOR. | |
| void | setAirTurbidity (float turbidity) |
| float | airTurbidity () const |
| void | setVisibleDistance (float distance) |
| float | visibleDistance () const |
| void | setPrecipitationEnabled (bool enabled) |
| bool | precipitationEnabled () const |
| void | setPrecipitationType (const std::string &type) |
| const std::string & | precipitationType () const |
| void | setPrecipitationIntensity (float intensity) |
| float | precipitationIntensity () const |
| CloudLayerRecordList & | cloudLayers () |
| const CloudLayerRecordList & | cloudLayers () 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 | |
| float | myAirTurbidity |
| float | myVisibilityDistance |
| bool | myPrecipitationEnabledFlag |
| std::string | myPrecipitationType |
| float | myPrecipitationIntensity |
| CloudLayerRecordList | myCloudLayers |
Friends | |
| class | boost::serialization::access |
Record of environment/weather settings Includes precipitation, air, and clouds.
| typedef std::vector<DtCloudLayerRecord> makArchives::DtEnvironmentRecord::CloudLayerRecordList |
| makArchives::DtEnvironmentRecord::DtEnvironmentRecord | ( | ) |
CTOR.
| makArchives::DtEnvironmentRecord::DtEnvironmentRecord | ( | const DtEnvironmentRecord & | orig | ) |
Copy CTOR.
| makArchives::DtEnvironmentRecord::~DtEnvironmentRecord | ( | ) |
DTOR.
| DtEnvironmentRecord& makArchives::DtEnvironmentRecord::operator= | ( | const DtEnvironmentRecord & | orig | ) |
Assignment OP.
| void makArchives::DtEnvironmentRecord::setAirTurbidity | ( | float | turbidity | ) |
| float makArchives::DtEnvironmentRecord::airTurbidity | ( | ) | const |
| void makArchives::DtEnvironmentRecord::setVisibleDistance | ( | float | distance | ) |
| float makArchives::DtEnvironmentRecord::visibleDistance | ( | ) | const |
| void makArchives::DtEnvironmentRecord::setPrecipitationEnabled | ( | bool | enabled | ) |
| bool makArchives::DtEnvironmentRecord::precipitationEnabled | ( | ) | const |
| void makArchives::DtEnvironmentRecord::setPrecipitationType | ( | const std::string & | type | ) |
| const std::string& makArchives::DtEnvironmentRecord::precipitationType | ( | ) | const |
| void makArchives::DtEnvironmentRecord::setPrecipitationIntensity | ( | float | intensity | ) |
| float makArchives::DtEnvironmentRecord::precipitationIntensity | ( | ) | const |
| CloudLayerRecordList& makArchives::DtEnvironmentRecord::cloudLayers | ( | ) |
| const CloudLayerRecordList& makArchives::DtEnvironmentRecord::cloudLayers | ( | ) | 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 |
|
protected |
|
protected |