![]() |
convertUNICADO2CPACS
|
Class which represents the CPACS seat element XML block. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
cpacsSeatElement () | |
Constructor of class cpacsSeatElement. More... | |
virtual | ~cpacsSeatElement () |
Destructor of class cpacsSeatElement. More... | |
Public Attributes | |
information | info |
int | nSeats = 0 |
std::string | type |
double | x = 0.0 |
double | y = 0.0 |
double | length = 0.0 |
double | width = 0.0 |
double | height = 0.0 |
std::string | seatModuleElementUID |
std::string | longFloorBeam1UID |
std::string | longFloorBeam2UID |
Class which represents the CPACS seat element XML block.
cpacsAcft::cpacsSeatElement::cpacsSeatElement | ( | ) |
Constructor of class cpacsSeatElement.
|
virtual |
Destructor of class cpacsSeatElement.
double cpacsAcft::cpacsSeatElement::height = 0.0 |
height of the seat group. [m]
information cpacsAcft::cpacsSeatElement::info |
Object of the information class that provides the CPACS seat element infos like uID and description
double cpacsAcft::cpacsSeatElement::length = 0.0 |
length of the seat group. [m]
std::string cpacsAcft::cpacsSeatElement::longFloorBeam1UID |
String which provides the CPACS uID of the long floor beam 1
std::string cpacsAcft::cpacsSeatElement::longFloorBeam2UID |
String which provides the CPACS uID of the long floor beam 2
int cpacsAcft::cpacsSeatElement::nSeats = 0 |
Number of seats [-]
std::string cpacsAcft::cpacsSeatElement::seatModuleElementUID |
String which provides the module element's CPACS uID
std::string cpacsAcft::cpacsSeatElement::type |
Classification of seat type (e.g. business class or economy seat)
double cpacsAcft::cpacsSeatElement::width = 0.0 |
width of the seat group. [m]
double cpacsAcft::cpacsSeatElement::x = 0.0 |
x-coordinate relative to cabin origin.
double cpacsAcft::cpacsSeatElement::y = 0.0 |
y-coordinate relative to cabin origin.