|
EpetraExt
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. | |
Generates a sub-block view of a Epetra_CrsGraph.
Definition at line 53 of file EpetraExt_View_CrsGraph.h.
Destructor.
Definition at line 52 of file EpetraExt_View_CrsGraph.cpp.
| EpetraExt::CrsGraph_View::CrsGraph_View | ( | const Epetra_BlockMap * | new_row_map, |
| const Epetra_BlockMap * | new_col_map = 0 |
||
| ) | [inline] |
Constructor.
Definition at line 64 of file EpetraExt_View_CrsGraph.h.
| CrsGraph_View::NewTypeRef EpetraExt::CrsGraph_View::operator() | ( | OriginalTypeRef | orig | ) | [virtual] |
Transformation Operator.
Implements EpetraExt::Transform< T, U >.
Definition at line 59 of file EpetraExt_View_CrsGraph.cpp.
1.7.6.1