FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
fei::MatrixGraph_Impl2::Factory Class Reference

#include <fei_MatrixGraph_Impl2.hpp>

Public Member Functions

virtual ~Factory ()
 
virtual fei::SharedPtr
< fei::MatrixGraph
createMatrixGraph (fei::SharedPtr< fei::VectorSpace > rowSpace, fei::SharedPtr< fei::VectorSpace > columnSpace, const char *name)
 

Detailed Description

MatrixGraph Factory interface

Definition at line 36 of file fei_MatrixGraph_Impl2.hpp.

Constructor & Destructor Documentation

virtual fei::MatrixGraph_Impl2::Factory::~Factory ( )
inlinevirtual

Usual virtual destructor

Definition at line 39 of file fei_MatrixGraph_Impl2.hpp.

Member Function Documentation

fei::SharedPtr< fei::MatrixGraph > fei::MatrixGraph_Impl2::Factory::createMatrixGraph ( fei::SharedPtr< fei::VectorSpace rowSpace,
fei::SharedPtr< fei::VectorSpace columnSpace,
const char *  name 
)
virtual

Produce an instance of a MatrixGraph. Either or both of columnSpace and name may be NULL. If columnSpace is NULL, it will be assumed that the structure to be created/defined is symmetric. i.e., columnSpace will be assumed to be identically equal to rowSpace.

Definition at line 81 of file fei_MatrixGraph_Impl2.cpp.

Referenced by snl_fei::Factory::createMatrixGraph(), and Factory_Aztec::createMatrixGraph().


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