convertUNICADO2CPACS
cpacsAcft::cpacsGear::wheel Class Reference

Class which contains the rough geometry of the wheel (cylinder) More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsGear::wheel:
Collaboration graph

Public Member Functions

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

Public Attributes

std::string wheelUID
 
double radius
 
double width
 
transformation trafo
 
information info
 
std::vector< positioningwheelPositionings
 
std::vector< segmentwheelSegments
 
std::vector< sectionwheelSections
 

Detailed Description

Class which contains the rough geometry of the wheel (cylinder)

Constructor & Destructor Documentation

◆ wheel()

cpacsAcft::cpacsGear::wheel::wheel ( )

Constructor of class wheel.

◆ ~wheel()

cpacsAcft::cpacsGear::wheel::~wheel ( )
virtual

Destructor of class wheel.

Member Data Documentation

◆ info

information cpacsAcft::cpacsGear::wheel::info

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

◆ radius

double cpacsAcft::cpacsGear::wheel::radius

Radius of the wheel [m]

◆ trafo

transformation cpacsAcft::cpacsGear::wheel::trafo

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

◆ wheelPositionings

std::vector<positioning> cpacsAcft::cpacsGear::wheel::wheelPositionings

Vector which contains objects of the positioning class

◆ wheelSections

std::vector<section> cpacsAcft::cpacsGear::wheel::wheelSections

Vector which contains objects of the section class

◆ wheelSegments

std::vector<segment> cpacsAcft::cpacsGear::wheel::wheelSegments

Vector which contains objects of the segment class

◆ wheelUID

std::string cpacsAcft::cpacsGear::wheel::wheelUID

uID of the wheel element in the cpacs file

◆ width

double cpacsAcft::cpacsGear::wheel::width

Width of the wheel [m]


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