![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS profile XML block (fuselage and wing) More...
#include <cpacsAcftXML.h>
Public Member Functions | |
cpacsProfile () | |
Constructor of class cpacsProfile. More... | |
virtual | ~cpacsProfile () |
Destructor of class cpacsProfile. More... | |
Public Attributes | |
information | info |
std::stringstream | xCoordinates |
std::stringstream | yCoordinates |
std::stringstream | zCoordinates |
Class which represents the CPACS profile XML block (fuselage and wing)
cpacsAcft::cpacsProfile::cpacsProfile | ( | ) |
Constructor of class cpacsProfile.
|
virtual |
Destructor of class cpacsProfile.
information cpacsAcft::cpacsProfile::info |
Object of the information class that provides the CPACS profile infos like uID and description
std::stringstream cpacsAcft::cpacsProfile::xCoordinates |
x coordinates [m]
std::stringstream cpacsAcft::cpacsProfile::yCoordinates |
y coordinates [m]
std::stringstream cpacsAcft::cpacsProfile::zCoordinates |
z coordinates [m]