RBGen
Version of the Day
|
Abstract factory for creating a concrete FileIOFactory for reading an Epetra_MultiVector. More...
#include <RBGen_EpetraMVFileIOFactory.h>
Public Member Functions | |
Constructor/Destructor. | |
EpetraMVFileIOFactory () | |
Default constructor. More... | |
virtual | ~EpetraMVFileIOFactory () |
Destructor. More... | |
Factory methods | |
Teuchos::RCP< FileIOHandler < Epetra_MultiVector > > | create (const Teuchos::ParameterList ¶ms) |
Public Member Functions inherited from RBGen::FileIOFactory< Epetra_MultiVector > | |
FileIOFactory () | |
Default constructor. More... | |
virtual | ~FileIOFactory () |
Destructor. More... | |
Abstract factory for creating a concrete FileIOFactory for reading an Epetra_MultiVector.
Definition at line 22 of file RBGen_EpetraMVFileIOFactory.h.
RBGen::EpetraMVFileIOFactory::EpetraMVFileIOFactory | ( | ) |
Default constructor.
Definition at line 6 of file RBGen_EpetraMVFileIOFactory.cpp.
|
inlinevirtual |
Destructor.
Definition at line 32 of file RBGen_EpetraMVFileIOFactory.h.