convertUNICADO2CPACS
cpacsAcft::section Class Reference

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

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::section:
Collaboration graph

Public Member Functions

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

Public Attributes

information info
 
transformation trafo
 
std::vector< elementsectionElements
 

Detailed Description

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

Constructor & Destructor Documentation

◆ section()

cpacsAcft::section::section ( )

Constructor of class section.

◆ ~section()

cpacsAcft::section::~section ( )
virtual

Destructor of class section.

Member Data Documentation

◆ info

information cpacsAcft::section::info

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

◆ sectionElements

std::vector<element> cpacsAcft::section::sectionElements

Vector that contains the section's elements

◆ trafo

transformation cpacsAcft::section::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: