EpetraExt
Development
|
#include <EpetraExt_MapColoringIndex.h>
Public Member Functions | |
~CrsGraph_MapColoringIndex64 () | |
Destructor. More... | |
CrsGraph_MapColoringIndex64 (const Epetra_MapColoring &ColorMap) | |
Constructor input param ColorMap defines the perturbation coloring. More... | |
std::vector < Epetra_LongLongVector > & | operator() (Epetra_CrsGraph &orig) |
Public Member Functions inherited from EpetraExt::TCrsGraph_MapColoringIndex< long long > | |
NewTypeRef | operator() (OriginalTypeRef orig) |
Analysis of transform operation on original object and construction of new object. More... | |
Public Member Functions inherited from EpetraExt::StructuralTransform< Epetra_CrsGraph, std::vector< Epetra_GIDTypeVector< long long >::impl > > | |
bool | fwd () |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call. More... | |
bool | rvs () |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method. More... | |
virtual | ~StructuralTransform () |
Public Member Functions inherited from EpetraExt::Transform< T, U > | |
virtual | ~Transform () |
virtual bool | analyze (OriginalTypeRef orig) |
Initial analysis phase of transform. More... | |
virtual NewTypeRef | construct () |
Construction of new object as a result of the transform. More... | |
virtual bool | isConstructed () |
Check for whether transformed object has been constructed. More... | |
Additional Inherited Members | |
Public Types inherited from EpetraExt::TCrsGraph_MapColoringIndex< long long > | |
typedef StructuralTransform < Epetra_CrsGraph, std::vector < typename Epetra_GIDTypeVector< long long >::impl > > | Base |
typedef Base::NewTypeRef | NewTypeRef |
Generates a std::vector<Epetra_IntVector> from the input Epetra_CrsGraph. More... | |
typedef Base::OriginalTypeRef | OriginalTypeRef |
Public Types inherited from EpetraExt::Transform< T, U > | |
typedef T | OriginalType |
typedef T * | OriginalTypePtr |
typedef Teuchos::RCP< T > | OriginalTypeRCP |
typedef T & | OriginalTypeRef |
typedef U | NewType |
typedef U * | NewTypePtr |
typedef Teuchos::RCP< U > | NewTypeRCP |
typedef U & | NewTypeRef |
Protected Member Functions inherited from EpetraExt::TCrsGraph_MapColoringIndex< long long > | |
~TCrsGraph_MapColoringIndex () | |
Destructor. More... | |
TCrsGraph_MapColoringIndex (const Epetra_MapColoring &ColorMap) | |
Constructor input param ColorMap defines the perturbation coloring. More... | |
Protected Member Functions inherited from EpetraExt::Transform< T, U > | |
Transform () | |
Default constructor, protected to allow only derived classes to use. More... | |
Protected Attributes inherited from EpetraExt::Transform< T, U > | |
OriginalTypePtr | origObj_ |
NewTypePtr | newObj_ |
Definition at line 75 of file EpetraExt_MapColoringIndex.h.
|
inline |
Destructor.
Definition at line 83 of file EpetraExt_MapColoringIndex.h.
|
inline |
Constructor input param ColorMap defines the perturbation coloring.
Definition at line 89 of file EpetraExt_MapColoringIndex.h.
std::vector< Epetra_LongLongVector > & EpetraExt::CrsGraph_MapColoringIndex64::operator() | ( | Epetra_CrsGraph & | orig | ) |
Definition at line 111 of file EpetraExt_MapColoringIndex.cpp.