A structure for storing the various lists that contain the names of the items to be exported. More...
#include <AdvancedOutputUtils.h>
| Public Member Functions | |
| void | reset () | 
| Clear existing sets for re-initialization.  More... | |
| Public Attributes | |
| std::set< std::string > | available | 
| A list of all possible outputs.  More... | |
| std::set< std::string > | show | 
| User-supplied list of outputs to display.  More... | |
| std::set< std::string > | hide | 
| User-supplied list of outputs to hide.  More... | |
| std::set< std::string > | output | 
| A list of the outputs to write.  More... | |
A structure for storing the various lists that contain the names of the items to be exported.
An instance of this struct exists for each of the output types (non-linear variables, scalar variables, postprocessors, etc.)
Definition at line 27 of file AdvancedOutputUtils.h.
| void OutputData::reset | ( | ) | 
Clear existing sets for re-initialization.
Definition at line 16 of file AdvancedOutputUtils.C.
| std::set<std::string> OutputData::available | 
A list of all possible outputs.
Definition at line 30 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::init(), AdvancedOutput::initOutputList(), AdvancedOutput::initPostprocessorOrVectorPostprocessorLists(), and reset().
| std::set<std::string> OutputData::hide | 
User-supplied list of outputs to hide.
Definition at line 36 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::init(), AdvancedOutput::initOutputList(), and reset().
| std::set<std::string> OutputData::output | 
A list of the outputs to write.
Definition at line 39 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::initOutputList(), and reset().
| std::set<std::string> OutputData::show | 
User-supplied list of outputs to display.
Definition at line 33 of file AdvancedOutputUtils.h.
Referenced by AdvancedOutput::init(), AdvancedOutput::initOutputList(), and reset().
 1.8.14
 1.8.14