convertUNICADO2CPACS
cpacsAcft::cpacsPylon Class Reference

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

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsPylon:
Collaboration graph

Public Member Functions

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

Public Attributes

information info
 
std::string parentUID
 
transformation trafo
 
std::vector< sectionpylonSections
 
std::vector< segmentpylonSegments
 
std::vector< positioningpylonPositionings
 

Detailed Description

Class which represents the CPACS pylon XML block.

Constructor & Destructor Documentation

◆ cpacsPylon()

cpacsAcft::cpacsPylon::cpacsPylon ( )

Constructor of class cpacsPylon.

◆ ~cpacsPylon()

cpacsAcft::cpacsPylon::~cpacsPylon ( )
virtual

Destructor of class cpacsPylon.

Member Data Documentation

◆ info

information cpacsAcft::cpacsPylon::info

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

◆ parentUID

std::string cpacsAcft::cpacsPylon::parentUID

◆ pylonPositionings

std::vector<positioning> cpacsAcft::cpacsPylon::pylonPositionings

vector containing positioning class objects

◆ pylonSections

std::vector<section> cpacsAcft::cpacsPylon::pylonSections

vector containing section class objects

◆ pylonSegments

std::vector<segment> cpacsAcft::cpacsPylon::pylonSegments

vector containing segment class objects

◆ trafo

transformation cpacsAcft::cpacsPylon::trafo

uID of the component on which the pylon is mounted 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: