RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
RBGen::EpetraMVFileIOFactory Class Reference

Abstract factory for creating a concrete FileIOFactory for reading an Epetra_MultiVector. More...

#include <RBGen_EpetraMVFileIOFactory.h>

Inheritance diagram for RBGen::EpetraMVFileIOFactory:
RBGen::FileIOFactory< Epetra_MultiVector >

Public Member Functions

Constructor/Destructor.
 EpetraMVFileIOFactory ()
 Default constructor. More...
 
virtual ~EpetraMVFileIOFactory ()
 Destructor. More...
 
Factory methods
Teuchos::RCP< FileIOHandler
< Epetra_MultiVector > > 
create (const Teuchos::ParameterList &params)
 
- Public Member Functions inherited from RBGen::FileIOFactory< Epetra_MultiVector >
 FileIOFactory ()
 Default constructor. More...
 
virtual ~FileIOFactory ()
 Destructor. More...
 

Detailed Description

Abstract factory for creating a concrete FileIOFactory for reading an Epetra_MultiVector.

Definition at line 22 of file RBGen_EpetraMVFileIOFactory.h.

Constructor & Destructor Documentation

RBGen::EpetraMVFileIOFactory::EpetraMVFileIOFactory ( )

Default constructor.

Definition at line 6 of file RBGen_EpetraMVFileIOFactory.cpp.

virtual RBGen::EpetraMVFileIOFactory::~EpetraMVFileIOFactory ( )
inlinevirtual

Destructor.

Definition at line 32 of file RBGen_EpetraMVFileIOFactory.h.


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