RBGen
Version of the Day
|
Abstract factory for instantiating Preprocessor concrete classes. More...
#include <RBGen_PreprocessorFactory.hpp>
Public Member Functions | |
Constructor/Destructor. | |
PreprocessorFactory () | |
Default constructor. More... | |
virtual | ~PreprocessorFactory () |
Destructor. More... | |
Factory methods | |
virtual Teuchos::RCP < Preprocessor< DataSetType > > | create (const Teuchos::ParameterList ¶ms)=0 |
Abstract factory for instantiating Preprocessor concrete classes.
Definition at line 14 of file RBGen_PreprocessorFactory.hpp.
|
inline |
Default constructor.
Definition at line 21 of file RBGen_PreprocessorFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 24 of file RBGen_PreprocessorFactory.hpp.