convertUNICADO2CPACS
cpacsAcft::componentSegment Class Reference

Class which represents the CPACS componentSegment-XML-Block. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::componentSegment:
Collaboration graph

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< controlSurfaceleadingEdgeDevices
 
std::vector< controlSurfacetrailingEdgeDevices
 
std::vector< controlSurfacespoilers
 
std::vector< wingFuelTankwingFuelTanks
 
spars theSpars
 

Detailed Description

Class which represents the CPACS componentSegment-XML-Block.

Constructor & Destructor Documentation

◆ componentSegment()

cpacsAcft::componentSegment::componentSegment ( )

Constructor of class componentSegment.

◆ ~componentSegment()

cpacsAcft::componentSegment::~componentSegment ( )
virtual

Destructor of class componentSegment.

Member Data Documentation

◆ fromElementUID

std::string cpacsAcft::componentSegment::fromElementUID

Reference to the element from which the segment shall start.

◆ info

information cpacsAcft::componentSegment::info

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

◆ leadingEdgeDevices

std::vector<controlSurface> cpacsAcft::componentSegment::leadingEdgeDevices

vector containing controlSurface class objects

◆ spoilers

std::vector<controlSurface> cpacsAcft::componentSegment::spoilers

vector containing controlSurface class objects

◆ theSpars

spars cpacsAcft::componentSegment::theSpars

object of the spars class

◆ toElementUID

std::string cpacsAcft::componentSegment::toElementUID

Reference to the element from which the segment shall end.

◆ trailingEdgeDevices

std::vector<controlSurface> cpacsAcft::componentSegment::trailingEdgeDevices

vector containing controlSurface class objects

◆ wingFuelTanks

std::vector<wingFuelTank> cpacsAcft::componentSegment::wingFuelTanks

vector containing wingFuelTank class objects


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