![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS wing XML block. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
cpacsWing () | |
Constructor of class cpacsWing. More... | |
virtual | ~cpacsWing () |
Destructor of class cpacsWing. More... | |
Public Attributes | |
information | info |
transformation | trafo |
std::vector< section > | wingSections |
std::vector< positioning > | wingPositionings |
std::vector< segment > | wingSegments |
std::vector< componentSegment > | componentSegments |
Class which represents the CPACS wing XML block.
cpacsAcft::cpacsWing::cpacsWing | ( | ) |
Constructor of class cpacsWing.
|
virtual |
Destructor of class cpacsWing.
std::vector<componentSegment> cpacsAcft::cpacsWing::componentSegments |
vector containing componentSegment class objects
information cpacsAcft::cpacsWing::info |
Object of the information class that provides the CPACS wing infos like uID and description
transformation cpacsAcft::cpacsWing::trafo |
Object of the transformation class which provides the CPACS values "scaling" [-], "translation" [m] and "rotation" [deg]
std::vector<positioning> cpacsAcft::cpacsWing::wingPositionings |
vector containing positioning class objects
std::vector<section> cpacsAcft::cpacsWing::wingSections |
vector containing section class objects
std::vector<segment> cpacsAcft::cpacsWing::wingSegments |
vector containing segment class objects