![]() |
VR-Forces 5.0.3 Developer's Guide
|
The AtmosphericStateSegment structure contains the atmospheric data taken at a certain location. Atmospheric data includes parameters like air pressure, air temperature, etc. The localPosition represents the location where the atmospheric data is taken.
Public Member Functions | |
| double | airPressure () |
| void | setAirPressure (double airPressure) |
| double | airTemperature () |
| void | setAirTemperature (double airTemperature) |
| double | airPressureAltitude () |
| void | setAirPressureAltitude (double airPressureAltitude) |
| double | airTemperatureAltitude () |
| void | setAirTemperatureAltitude (double airTemperatureAltitude) |
| bool | airPressureAltitudeIsSeaLevel () |
| void | setAirPressureAltitudeIsSeaLevel (bool seaLevel) |
| bool | airTemperatureAltitudeIsSeaLevel () |
| void | setAirTemperatureAltitudeIsSeaLevel (bool seaLevel) |
| double | humidity () |
| void | setHumidity (double humidity) |
| double | windDirection () |
| void | setWindDirection (double windDirection) |
| double | windSpeed () |
| void | setWindSpeed (double windSpeed) |
| DtVrfTurbulenceLevel | airTurbulence () |
| void | setAirTurbulence (const DtVrfTurbulenceLevel &airTurbulence) |
| double | airVisibility () |
| void | setAirVisibility (double airVisibility) |
| DtVector | localPosition () |
| void | setLocalPosition (const DtVector &localPosition) |
|
inline |
References myAirPressure.
Referenced by setAirPressure().
|
inline |
References airPressure(), and myAirPressure.
|
inline |
References myAirTemperature.
Referenced by setAirTemperature().
|
inline |
References airTemperature(), and myAirTemperature.
|
inline |
References myAirPressureAltitude.
Referenced by setAirPressureAltitude().
|
inline |
References airPressureAltitude(), and myAirPressureAltitude.
|
inline |
References myAirTemperatureAltitude.
Referenced by setAirTemperatureAltitude().
|
inline |
References airTemperatureAltitude(), and myAirTemperatureAltitude.
|
inline |
References myAirPressureAltitudeIsSeaLevel.
|
inline |
References myAirPressureAltitudeIsSeaLevel.
|
inline |
References myAirTemperatureAltitudeIsSeaLevel.
|
inline |
References myAirTemperatureAltitudeIsSeaLevel.
|
inline |
References myHumidity.
Referenced by setHumidity().
|
inline |
References humidity(), and myHumidity.
|
inline |
References myWindDirection.
Referenced by setWindDirection().
|
inline |
References myWindDirection, and windDirection().
|
inline |
References myWindSpeed.
Referenced by setWindSpeed().
|
inline |
References myWindSpeed, and windSpeed().
|
inline |
References myAirTurbulence.
Referenced by setAirTurbulence().
|
inline |
References airTurbulence(), and myAirTurbulence.
|
inline |
References myAirVisibility.
Referenced by setAirVisibility().
|
inline |
References airVisibility(), and myAirVisibility.
|
inline |
References myLocalPosition.
Referenced by setLocalPosition().
|
inline |
References localPosition(), and myLocalPosition.
|
private |
Referenced by airPressure(), and setAirPressure().
|
private |
Referenced by airTemperature(), and setAirTemperature().
|
private |
Referenced by airPressureAltitude(), and setAirPressureAltitude().
|
private |
Referenced by airTemperatureAltitude(), and setAirTemperatureAltitude().
|
private |
Referenced by airPressureAltitudeIsSeaLevel(), and setAirPressureAltitudeIsSeaLevel().
|
private |
Referenced by airTemperatureAltitudeIsSeaLevel(), and setAirTemperatureAltitudeIsSeaLevel().
|
private |
Referenced by humidity(), and setHumidity().
|
private |
Referenced by setWindDirection(), and windDirection().
|
private |
Referenced by setWindSpeed(), and windSpeed().
|
private |
Referenced by airTurbulence(), and setAirTurbulence().
|
private |
Referenced by airVisibility(), and setAirVisibility().
|
private |
Referenced by localPosition(), and setLocalPosition().