MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
WindProfile Class Reference

#include <windprof.h>

Inheritance diagram for WindProfile:
Collaboration diagram for WindProfile:

Public Member Functions

 WindProfile (const Vec3 &X0, const Mat3x3 &R0)
 
virtual ~WindProfile (void)
 
- Public Member Functions inherited from Gust
virtual ~Gust (void)
 
void SetAirProperties (const AirProperties *pap)
 
virtual Vec3 GetVelocity (const Vec3 &X) const
 
virtual bool GetVelocity (const Vec3 &X, Vec3 &V) const =0
 
virtual std::ostream & Restart (std::ostream &out) const =0
 

Protected Attributes

const Vec3 X0
 
const Mat3x3 R0
 
- Protected Attributes inherited from Gust
const AirPropertiespAP
 

Detailed Description

Definition at line 47 of file windprof.h.

Constructor & Destructor Documentation

WindProfile::WindProfile ( const Vec3 X0,
const Mat3x3 R0 
)

Definition at line 45 of file windprof.cc.

References NO_OP.

48 : X0(X0), R0(R0)
49 {
50  NO_OP;
51 }
#define NO_OP
Definition: myassert.h:74
const Mat3x3 R0
Definition: windprof.h:50
const Vec3 X0
Definition: windprof.h:49
WindProfile::~WindProfile ( void  )
virtual

Definition at line 53 of file windprof.cc.

References NO_OP.

54 {
55  NO_OP;
56 }
#define NO_OP
Definition: myassert.h:74

Member Data Documentation


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