convertUNICADO2CPACS
cpacsAcft::cpacsFuselage Class Reference

Class which represents the CPACS fuselage XML block. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsFuselage:
Collaboration graph

Public Member Functions

 cpacsFuselage ()
 Constructor of class cpacsFuselage. More...
 
virtual ~cpacsFuselage ()
 Destructor of class cpacsFuselage. More...
 

Public Attributes

information info
 
transformation trafo
 
std::vector< sectionfuseSections
 
std::vector< positioningfusePositionings
 
std::vector< segmentfuseSegments
 
std::vector< cpacsDeckfuseDecks
 
std::vector< fuselageFuelTankfuselageFuelTanks
 

Detailed Description

Class which represents the CPACS fuselage XML block.

Constructor & Destructor Documentation

◆ cpacsFuselage()

cpacsAcft::cpacsFuselage::cpacsFuselage ( )

Constructor of class cpacsFuselage.

◆ ~cpacsFuselage()

cpacsAcft::cpacsFuselage::~cpacsFuselage ( )
virtual

Destructor of class cpacsFuselage.

Member Data Documentation

◆ fuseDecks

std::vector<cpacsDeck> cpacsAcft::cpacsFuselage::fuseDecks

vector containing cpacsDeck class objects

◆ fuselageFuelTanks

std::vector<fuselageFuelTank> cpacsAcft::cpacsFuselage::fuselageFuelTanks

vector containing fuselageFuelTank class objects

◆ fusePositionings

std::vector<positioning> cpacsAcft::cpacsFuselage::fusePositionings

vector containing positioning class objects

◆ fuseSections

std::vector<section> cpacsAcft::cpacsFuselage::fuseSections

vector containing section class objects

◆ fuseSegments

std::vector<segment> cpacsAcft::cpacsFuselage::fuseSegments

vector containing segment class objects

◆ info

information cpacsAcft::cpacsFuselage::info

Object of the information class that provides the CPACS fuselage infos like uID and description

◆ trafo

transformation cpacsAcft::cpacsFuselage::trafo

Object of the transformation class which provides the CPACS values "scaling" [-], "translation" [m] and "rotation" [deg]


The documentation for this class was generated from the following files: