1 #ifndef RBGEN_NO_PREPROCESSOR_HPP
2 #define RBGEN_NO_PREPROCESSOR_HPP
4 #include "RBGen_Preprocessor.hpp"
9 template<
class DataSetType >
51 #endif // RBGEN_NO_PREPROCESSOR_HPP
Null preprocessor concrete class.
bool isInitialized() const
Return initialized status of the preprocessor.
virtual ~NoPreprocessor()
Destructor.
void Preprocess(Teuchos::RCP< DataSetType > &ss)
Preprocess the snapshot set passed in.
void Reset()
Reset preprocessor.
void Initialize(const Teuchos::RCP< Teuchos::ParameterList > ¶ms, const Teuchos::RCP< FileIOHandler< DataSetType > > &fileio)
Initialize preprocessor.
Abstract base class for reading datasets from files.
Abstract base class for encapsulating dataset preprocessing.
NoPreprocessor()
Default constructor.