AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
AbstractLinAlgPack::BasisSystemFactory Class Referenceabstract

Interface for a factory object that will create BasisSystem objects. More...

#include <AbstractLinAlgPack_BasisSystemFactory.hpp>

Inheritance diagram for AbstractLinAlgPack::BasisSystemFactory:
Inheritance graph
[legend]

Public Member Functions

virtual ~BasisSystemFactory ()
 
virtual void set_options (const options_ptr_t &options)=0
 Set the options that will be used to determine what basis system will be returned from this->create(). More...
 
virtual const options_ptr_tget_options () const =0
 Get the OptionsFromStream object being used to extract the options from. More...
 

Public types

typedef Teuchos::RCP< const
OptionsFromStreamPack::OptionsFromStream
options_ptr_t
 

Detailed Description

Interface for a factory object that will create BasisSystem objects.

Definition at line 59 of file AbstractLinAlgPack_BasisSystemFactory.hpp.

Member Typedef Documentation

Definition at line 68 of file AbstractLinAlgPack_BasisSystemFactory.hpp.

Constructor & Destructor Documentation

virtual AbstractLinAlgPack::BasisSystemFactory::~BasisSystemFactory ( )
inlinevirtual

Definition at line 73 of file AbstractLinAlgPack_BasisSystemFactory.hpp.

Member Function Documentation

virtual void AbstractLinAlgPack::BasisSystemFactory::set_options ( const options_ptr_t options)
pure virtual

Set the options that will be used to determine what basis system will be returned from this->create().

Note that it is allowed for the client to alter *options.get() after this method is called so this had better read the options inside of the this->create() method.

Implemented in AbstractLinAlgPack::BasisSystemFactoryStd.

virtual const options_ptr_t& AbstractLinAlgPack::BasisSystemFactory::get_options ( ) const
pure virtual

Get the OptionsFromStream object being used to extract the options from.

Implemented in AbstractLinAlgPack::BasisSystemFactoryStd.


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