EpetraExt Package Browser (Single Doxygen Collection) Development
|
Generates a sub-block view of a Epetra_CrsGraph. More...
#include <EpetraExt_View_CrsGraph.h>
Public Member Functions | |
~CrsGraph_View () | |
Destructor. | |
CrsGraph_View (const Epetra_BlockMap *new_row_map, const Epetra_BlockMap *new_col_map=0) | |
Constructor. | |
NewTypeRef | operator() (OriginalTypeRef orig) |
Transformation Operator. | |
![]() | |
bool | fwd () |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. | |
virtual | ~ViewTransform () |
![]() | |
virtual | ~SameTypeTransform () |
![]() | |
virtual | ~Transform () |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. | |
virtual NewTypeRef | operator() (OriginalTypeRef orig)=0 |
Analysis of transform operation on original object and construction of new object. | |
Private Attributes | |
const Epetra_BlockMap * | NewRowMap_ |
const Epetra_BlockMap * | NewColMap_ |
Additional Inherited Members | |
![]() | |
typedef T | TransformType |
typedef T * | TransformTypePtr |
typedef T & | TransformTypeRef |
![]() | |
typedef T | OriginalType |
typedef T * | OriginalTypePtr |
typedef Teuchos::RCP< T > | OriginalTypeRCP |
typedef T & | OriginalTypeRef |
typedef T | NewType |
typedef T * | NewTypePtr |
typedef Teuchos::RCP< T > | NewTypeRCP |
typedef T & | NewTypeRef |
![]() | |
Transform () | |
Default constructor, protected to allow only derived classes to use. | |
![]() | |
OriginalTypePtr | origObj_ |
NewTypePtr | newObj_ |
Generates a sub-block view of a Epetra_CrsGraph.
Definition at line 53 of file EpetraExt_View_CrsGraph.h.
EpetraExt::CrsGraph_View::~CrsGraph_View | ( | ) |
Destructor.
Definition at line 51 of file EpetraExt_View_CrsGraph.cpp.
|
inline |
Constructor.
Definition at line 64 of file EpetraExt_View_CrsGraph.h.
CrsGraph_View::NewTypeRef EpetraExt::CrsGraph_View::operator() | ( | OriginalTypeRef | orig | ) |
Transformation Operator.
Definition at line 58 of file EpetraExt_View_CrsGraph.cpp.
|
private |
Definition at line 55 of file EpetraExt_View_CrsGraph.h.
|
private |
Definition at line 56 of file EpetraExt_View_CrsGraph.h.