SST
6.0.0
StructuralSimulationToolkit
|
The SSTInfo representation of ElementInfoGenerator object. More...
#include <sstinfo.h>
Public Member Functions | |
SSTInfoElement_GeneratorInfo (const ElementInfoGenerator *elg) | |
Create a new SSTInfoElement_GeneratorInfo object. More... | |
const char * | getName () |
Return the Name of the Generator. More... | |
const char * | getDesc () |
Return the Description of the Generator. More... | |
void | outputGeneratorInfo (int Index) |
Output the Generator Information. More... | |
void | generateGeneratorInfoXMLData (int Index, TiXmlNode *XMLParentElement) |
Create the formatted XML data of the Generator. More... | |
The SSTInfo representation of ElementInfoGenerator object.
This class is used internally by SSTInfo to load and process ElementInfoGenerator objects.
|
inline |
Create a new SSTInfoElement_GeneratorInfo object.
elg | Pointer to an ElementInfoGenerator object. |
void SSTInfoElement_GeneratorInfo::generateGeneratorInfoXMLData | ( | int | Index, |
TiXmlNode * | XMLParentElement | ||
) |
Create the formatted XML data of the Generator.
Index | The Index of the Generator. |
XMLParentElement | The parent element to receive the XML data. |
Referenced by SST::SSTInfoElement_LibraryInfo::generateLibraryInfoXMLData().
|
inline |
Return the Description of the Generator.
References SST::ElementInfoGenerator::description.
|
inline |
Return the Name of the Generator.
References SST::ElementInfoGenerator::name.
void SSTInfoElement_GeneratorInfo::outputGeneratorInfo | ( | int | Index | ) |
Output the Generator Information.
Index | The Index of the Generator. |
Referenced by SST::SSTInfoElement_LibraryInfo::outputLibraryInfo().