RBGen
Version of the Day
|
Null preprocessor concrete class. More...
#include <RBGen_NoPreprocessor.hpp>
Public Member Functions | |
Constructor/Destructor. | |
NoPreprocessor () | |
Default constructor. More... | |
virtual | ~NoPreprocessor () |
Destructor. More... | |
Initialization/Reset Methods | |
void | Initialize (const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< FileIOHandler< DataSetType > > &fileio) |
Initialize preprocessor. More... | |
void | Reset () |
Reset preprocessor. More... | |
Preprocess Methods | |
void | Preprocess (Teuchos::RCP< DataSetType > &ss) |
Preprocess the snapshot set passed in. More... | |
Status Methods | |
bool | isInitialized () const |
Return initialized status of the preprocessor. More... | |
Public Member Functions inherited from RBGen::Preprocessor< DataSetType > | |
Preprocessor () | |
Default constructor. More... | |
virtual | ~Preprocessor () |
Destructor. More... | |
Null preprocessor concrete class.
Definition at line 10 of file RBGen_NoPreprocessor.hpp.
|
inline |
Default constructor.
Definition at line 17 of file RBGen_NoPreprocessor.hpp.
|
inlinevirtual |
Destructor.
Definition at line 20 of file RBGen_NoPreprocessor.hpp.
|
inlinevirtual |
Initialize preprocessor.
Implements RBGen::Preprocessor< DataSetType >.
Definition at line 27 of file RBGen_NoPreprocessor.hpp.
|
inlinevirtual |
Reset preprocessor.
Implements RBGen::Preprocessor< DataSetType >.
Definition at line 31 of file RBGen_NoPreprocessor.hpp.
|
inlinevirtual |
Preprocess the snapshot set passed in.
Implements RBGen::Preprocessor< DataSetType >.
Definition at line 38 of file RBGen_NoPreprocessor.hpp.
|
inlinevirtual |
Return initialized status of the preprocessor.
Implements RBGen::Preprocessor< DataSetType >.
Definition at line 45 of file RBGen_NoPreprocessor.hpp.