convertUNICADO2CPACS
cpacsAcft::cpacsMaterials Class Reference

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

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::cpacsMaterials:
Collaboration graph

Public Member Functions

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

Public Attributes

std::unordered_map< std::string, cpacsMaterial * > materials
 
std::unordered_map< std::string, cpacsMaterial * > composites
 

Detailed Description

Class which represents the CPACS materials XML block.

Constructor & Destructor Documentation

◆ cpacsMaterials()

cpacsAcft::cpacsMaterials::cpacsMaterials ( )

Constructor of class cpacsMaterials.

<

Todo:
[T1218] (https://unicado.ilr.rwth-aachen.de/T1218) : Perhaps these hard implemented entries should be put in the unicado exchange file or at least in the config file.

◆ ~cpacsMaterials()

virtual cpacsAcft::cpacsMaterials::~cpacsMaterials ( )
inlinevirtual

Destructor of class cpacsMaterials.

Member Data Documentation

◆ composites

std::unordered_map<std::string, cpacsMaterial*> cpacsAcft::cpacsMaterials::composites

Map of pointers towards the materials class

◆ materials

std::unordered_map<std::string, cpacsMaterial*> cpacsAcft::cpacsMaterials::materials

Map of pointers towards the materials class


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