![]() |
convertUNICADO2CPACS
|
Class that represents the generalized CPACS Segments Block, that is used for all components such as wing, fuselage, etc. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
segment () | |
Constructor of class segment. More... | |
virtual | ~segment () |
Destructor of class segment. More... | |
Public Attributes | |
information | info |
std::string | fromElementUID |
std::string | toElementUID |
Class that represents the generalized CPACS Segments Block, that is used for all components such as wing, fuselage, etc.
cpacsAcft::segment::segment | ( | ) |
Constructor of class segment.
|
virtual |
Destructor of class segment.
std::string cpacsAcft::segment::fromElementUID |
Reference to the element from which the segment shall start.
information cpacsAcft::segment::info |
Object of the information class that provides the CPACS segment infos like uID and description
std::string cpacsAcft::segment::toElementUID |
Reference to the element at which the segment shall end.