SST
8.0.0
StructuralSimulationToolkit
|
Describes a Generator. More...
#include <element.h>
Data Fields | |
const char * | name |
const char * | description |
void(* | printHelp )(FILE *output) |
generateFunction | func |
Describes a Generator.
const char* SST::ElementInfoGenerator::description |
Brief description of the generator
generateFunction SST::ElementInfoGenerator::func |
Function to be called to perform the graph generation
Referenced by SST::Factory::GetGenerator().
const char* SST::ElementInfoGenerator::name |
Name of the Generator
void(* SST::ElementInfoGenerator::printHelp)(FILE *output) |
Pointer to a function that will print additional documentation about the generator. (optional)