![]() |
convertUNICADO2CPACS
|
Class only used for conversion to UNICADO to include design specifications. More...
#include <cpacsAcftXML.h>
Classes | |
class | cargoDeck |
Class which gathers the data for the cargo deck. More... | |
class | paxDeck |
Class which gathers the data for the pax deck. More... | |
Public Member Functions | |
cpacsDesignSpecs () | |
Constructor of class cpacsDesignSpecs. More... | |
virtual | ~cpacsDesignSpecs () |
Destructor of class cpacsDesignSpecs. More... | |
Public Attributes | |
std::vector< paxDeck > | thePaxDecks |
std::vector< cargoDeck > | theCargoDecks |
Class only used for conversion to UNICADO to include design specifications.
cpacsAcft::cpacsDesignSpecs::cpacsDesignSpecs | ( | ) |
Constructor of class cpacsDesignSpecs.
|
virtual |
Destructor of class cpacsDesignSpecs.
std::vector<cargoDeck> cpacsAcft::cpacsDesignSpecs::theCargoDecks |
Vector which contains objects of the cargoDeck class
std::vector<paxDeck> cpacsAcft::cpacsDesignSpecs::thePaxDecks |
Vector which contains objects of the paxDeck class