![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS componentSegment-XML-Block. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
componentSegment () | |
Constructor of class componentSegment. More... | |
virtual | ~componentSegment () |
Destructor of class componentSegment. More... | |
Public Attributes | |
std::string | fromElementUID |
std::string | toElementUID |
information | info |
std::vector< controlSurface > | leadingEdgeDevices |
std::vector< controlSurface > | trailingEdgeDevices |
std::vector< controlSurface > | spoilers |
std::vector< wingFuelTank > | wingFuelTanks |
spars | theSpars |
Class which represents the CPACS componentSegment-XML-Block.
cpacsAcft::componentSegment::componentSegment | ( | ) |
Constructor of class componentSegment.
|
virtual |
Destructor of class componentSegment.
std::string cpacsAcft::componentSegment::fromElementUID |
Reference to the element from which the segment shall start.
information cpacsAcft::componentSegment::info |
Object of the information class that provides the CPACS component Segment infos like uID and description
std::vector<controlSurface> cpacsAcft::componentSegment::leadingEdgeDevices |
vector containing controlSurface class objects
std::vector<controlSurface> cpacsAcft::componentSegment::spoilers |
vector containing controlSurface class objects
spars cpacsAcft::componentSegment::theSpars |
object of the spars class
std::string cpacsAcft::componentSegment::toElementUID |
Reference to the element from which the segment shall end.
std::vector<controlSurface> cpacsAcft::componentSegment::trailingEdgeDevices |
vector containing controlSurface class objects
std::vector<wingFuelTank> cpacsAcft::componentSegment::wingFuelTanks |
vector containing wingFuelTank class objects