RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
RBGen::NoPreprocessor< DataSetType > Class Template Reference

Null preprocessor concrete class. More...

#include <RBGen_NoPreprocessor.hpp>

Inheritance diagram for RBGen::NoPreprocessor< DataSetType >:
RBGen::Preprocessor< DataSetType >

Public Member Functions

Constructor/Destructor.
 NoPreprocessor ()
 Default constructor. More...
 
virtual ~NoPreprocessor ()
 Destructor. More...
 
Initialization/Reset Methods
void Initialize (const Teuchos::RCP< Teuchos::ParameterList > &params, 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...
 

Detailed Description

template<class DataSetType>
class RBGen::NoPreprocessor< DataSetType >

Null preprocessor concrete class.

Definition at line 10 of file RBGen_NoPreprocessor.hpp.

Constructor & Destructor Documentation

template<class DataSetType >
RBGen::NoPreprocessor< DataSetType >::NoPreprocessor ( )
inline

Default constructor.

Definition at line 17 of file RBGen_NoPreprocessor.hpp.

template<class DataSetType >
virtual RBGen::NoPreprocessor< DataSetType >::~NoPreprocessor ( )
inlinevirtual

Destructor.

Definition at line 20 of file RBGen_NoPreprocessor.hpp.

Member Function Documentation

template<class DataSetType >
void RBGen::NoPreprocessor< DataSetType >::Initialize ( const Teuchos::RCP< Teuchos::ParameterList > &  params,
const Teuchos::RCP< FileIOHandler< DataSetType > > &  fileio 
)
inlinevirtual

Initialize preprocessor.

Implements RBGen::Preprocessor< DataSetType >.

Definition at line 27 of file RBGen_NoPreprocessor.hpp.

template<class DataSetType >
void RBGen::NoPreprocessor< DataSetType >::Reset ( )
inlinevirtual

Reset preprocessor.

Implements RBGen::Preprocessor< DataSetType >.

Definition at line 31 of file RBGen_NoPreprocessor.hpp.

template<class DataSetType >
void RBGen::NoPreprocessor< DataSetType >::Preprocess ( Teuchos::RCP< DataSetType > &  ss)
inlinevirtual

Preprocess the snapshot set passed in.

Implements RBGen::Preprocessor< DataSetType >.

Definition at line 38 of file RBGen_NoPreprocessor.hpp.

template<class DataSetType >
bool RBGen::NoPreprocessor< DataSetType >::isInitialized ( ) const
inlinevirtual

Return initialized status of the preprocessor.

Implements RBGen::Preprocessor< DataSetType >.

Definition at line 45 of file RBGen_NoPreprocessor.hpp.


The documentation for this class was generated from the following file: