VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Public Attributes
makVrv::vrvExampleCloudDriver::DtWind Class Reference

A class for storing wind volume information. More...

Public Member Functions

 DtWind (double directionN2E, double minAltitude=0, double maxAltitude=100000, double speedInMps=100)
 CTOR.
bool withinAltitude (double alt) const
 Returns true if the given altitude falls between the wind volumes minimum and maximum altitude.

Public Attributes

double dirNtoE
double northVel
double eastVel
double minAlt
double maxAlt
double speed

Detailed Description

A class for storing wind volume information.

A wind volume consists of a direction, minimum and maximum altitude, and a speed.

Constructor & Destructor Documentation

makVrv::vrvExampleCloudDriver::DtWind::DtWind ( double  directionN2E,
double  minAltitude = 0,
double  maxAltitude = 100000,
double  speedInMps = 100 
)

CTOR.

Parameters
directionN2EThe direction specified in angles from north to east
minAltitudeThe minimum altitude of the wind volume
maxAltitudeThe maximum altitude of the wind volume
speedInMpsThe windspeed in meters per second

Member Function Documentation

bool makVrv::vrvExampleCloudDriver::DtWind::withinAltitude ( double  alt) const

Returns true if the given altitude falls between the wind volumes minimum and maximum altitude.

Member Data Documentation

double makVrv::vrvExampleCloudDriver::DtWind::dirNtoE
double makVrv::vrvExampleCloudDriver::DtWind::northVel
double makVrv::vrvExampleCloudDriver::DtWind::eastVel
double makVrv::vrvExampleCloudDriver::DtWind::minAlt
double makVrv::vrvExampleCloudDriver::DtWind::maxAlt
double makVrv::vrvExampleCloudDriver::DtWind::speed

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)