| MBDyn-1.7.3
    | 
#include <aerodata.h>


| Public Member Functions | |
| C81Data (unsigned int uLabel) | |
|  Public Member Functions inherited from WithLabel | |
| WithLabel (unsigned int uL=0, const std::string &sN="") | |
| virtual | ~WithLabel (void) | 
| void | PutLabel (unsigned int uL) | 
| void | PutName (const std::string &sN) | 
| unsigned int | GetLabel (void) const | 
| const std::string & | GetName (void) const | 
| Additional Inherited Members | |
|  Public Attributes inherited from c81_data | |
| char | header [31] | 
| int | NML | 
| int | NAL | 
| doublereal * | ml | 
| doublereal * | al | 
| doublereal * | stall | 
| doublereal * | mstall | 
| int | NMD | 
| int | NAD | 
| doublereal * | md | 
| doublereal * | ad | 
| int | NMM | 
| int | NAM | 
| doublereal * | mm | 
| doublereal * | am | 
|  Protected Attributes inherited from WithLabel | |
| unsigned int | uLabel | 
| std::string | sName | 
Definition at line 49 of file aerodata.h.
| C81Data::C81Data | ( | unsigned int | uLabel | ) |