convertUNICADO2CPACS
cpacsAcft::segment Class Reference

Class that represents the generalized CPACS Segments Block, that is used for all components such as wing, fuselage, etc. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::segment:
Collaboration graph

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
 

Detailed Description

Class that represents the generalized CPACS Segments Block, that is used for all components such as wing, fuselage, etc.

Constructor & Destructor Documentation

◆ segment()

cpacsAcft::segment::segment ( )

Constructor of class segment.

◆ ~segment()

cpacsAcft::segment::~segment ( )
virtual

Destructor of class segment.

Member Data Documentation

◆ fromElementUID

std::string cpacsAcft::segment::fromElementUID

Reference to the element from which the segment shall start.

◆ info

information cpacsAcft::segment::info

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

◆ toElementUID

std::string cpacsAcft::segment::toElementUID

Reference to the element at which the segment shall end.


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