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