![]() |
VR-Forces 5.0.1 Developer's Guide
|
The PrecipitationStateSegment structure contains the precipitation data along a partial line section. Precipitation data includes parameters like precipitation intensity, etc. The precipitation parameters have the same value along the entire line section. The line section is determined by its starting position and distance.
Public Member Functions | |
| PrecipitationStateSegment () | |
| DtVrfWeatherPrecipitationType | precipitationType () |
| void | setPrecipitationType (const DtVrfWeatherPrecipitationType &precipitationType) |
| double | precipitationIntensity () |
| void | setPrecipitationIntensity (double precipitationIntensity) |
| DtVector | startPosition () |
| void | setStartPosition (const DtVector &startPosition) |
| double | distance () |
| void | setDistance (double distance) |
Private Attributes | |
| DtVrfWeatherPrecipitationType | myPrecipitationType |
| double | myPrecipitationIntensity |
| DtVector | myStartPosition |
| double | myDistance |
|
inline |
|
inline |
References myPrecipitationType.
Referenced by setPrecipitationType().
|
inline |
References myPrecipitationType, and precipitationType().
|
inline |
References myPrecipitationIntensity.
Referenced by setPrecipitationIntensity().
|
inline |
References myPrecipitationIntensity, and precipitationIntensity().
|
inline |
References myStartPosition.
Referenced by setStartPosition().
|
inline |
References myStartPosition, and startPosition().
|
inline |
References myDistance.
Referenced by setDistance().
|
inline |
References distance(), and myDistance.
|
private |
Referenced by PrecipitationStateSegment(), precipitationType(), and setPrecipitationType().
|
private |
Referenced by precipitationIntensity(), PrecipitationStateSegment(), and setPrecipitationIntensity().
|
private |
Referenced by PrecipitationStateSegment(), setStartPosition(), and startPosition().
|
private |
Referenced by distance(), PrecipitationStateSegment(), and setDistance().