SST
6.0.0
StructuralSimulationToolkit
|
The SSTInfo representation of ElementInfoParam object. More...
#include <sstinfo.h>
Public Member Functions | |
SSTInfoElement_ParamInfo (const ElementInfoParam *elparam) | |
Create a new SSTInfoElement_ParamInfo object. More... | |
const char * | getName () |
Return the Name of the Parameter. More... | |
const char * | getDesc () |
Return the Description of the Parameter. More... | |
const char * | getDefault () |
Return the Default value of the Parameter. More... | |
void | outputParameterInfo (int Index) |
Output the Parameter Information. More... | |
void | generateParameterInfoXMLData (int Index, TiXmlNode *XMLParentElement) |
Create the formatted XML data of the Parameter. More... | |
The SSTInfo representation of ElementInfoParam object.
This class is used internally by SSTInfo to load and process ElementInfoParam objects.
|
inline |
Create a new SSTInfoElement_ParamInfo object.
elparam | Pointer to an ElementInfoParam object. |
void SSTInfoElement_ParamInfo::generateParameterInfoXMLData | ( | int | Index, |
TiXmlNode * | XMLParentElement | ||
) |
Create the formatted XML data of the Parameter.
Index | The Index of the Parameter. |
XMLParentElement | The parent element to receive the XML data. |
|
inline |
Return the Default value of the Parameter.
References SST::ElementInfoParam::defaultValue.
|
inline |
Return the Description of the Parameter.
References SST::ElementInfoParam::description.
|
inline |
Return the Name of the Parameter.
References SST::ElementInfoParam::name.
void SSTInfoElement_ParamInfo::outputParameterInfo | ( | int | Index | ) |
Output the Parameter Information.
Index | The Index of the Parameter. |