FEDEM Solver
R8.0
Source code of the dynamics solver
|
Incapsulation of temporary data used during results file parsing. More...
#include <FFrResultContainer.H>
Public Member Functions | |
FFrCreatorData (FFrEntrySet &tl, VariableSet *vars, ItemGroupSet *itgs, std::set< std::string > *tdic) | |
The constructor initializes the data members. More... | |
Public Attributes | |
std::map< int, FFrVariable * > | variables |
Temporary variable container. More... | |
std::map< int, FFrItemGroup * > | itemGroups |
Temporary item group container. More... | |
FFrEntrySet & | topLevelEntries |
Reference to the top-level entries of the results container. More... | |
VariableSet * | extractorVariables |
Pointer to the result variable container of the results extractor. More... | |
ItemGroupSet * | extractorIGs |
Pointer to the item group container of the results extractor. More... | |
std::set< std::string > * | dict |
Pointer to the text dictionary of the results extractor. More... | |
Incapsulation of temporary data used during results file parsing.
|
inline |
The constructor initializes the data members.
std::set<std::string>* FFrCreatorData::dict |
Pointer to the text dictionary of the results extractor.
ItemGroupSet* FFrCreatorData::extractorIGs |
Pointer to the item group container of the results extractor.
VariableSet* FFrCreatorData::extractorVariables |
Pointer to the result variable container of the results extractor.
std::map<int,FFrItemGroup*> FFrCreatorData::itemGroups |
Temporary item group container.
FFrEntrySet& FFrCreatorData::topLevelEntries |
Reference to the top-level entries of the results container.
std::map<int,FFrVariable*> FFrCreatorData::variables |
Temporary variable container.