|
EpetraExt
Development
|
#include <EpetraExt_Transform.h>

Public Member Functions | |
| 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 | ~StructuralSameTypeTransform () |
Definition at line 281 of file EpetraExt_Transform.h.
| virtual EpetraExt::StructuralSameTypeTransform< T >::~StructuralSameTypeTransform | ( | ) | [inline, virtual] |
Definition at line 287 of file EpetraExt_Transform.h.
| bool EpetraExt::StructuralSameTypeTransform< T >::fwd | ( | ) | [inline, virtual] |
Forward transfer of data from orig object input in the operator() method call to the new object created in this same call.
Returns true is operation is successful.
Preconditions:
Invariants:
Postconditions:
Implements EpetraExt::Transform< T, T >.
Definition at line 284 of file EpetraExt_Transform.h.
| bool EpetraExt::StructuralSameTypeTransform< T >::rvs | ( | ) | [inline, virtual] |
Reverse transfer of data from new object created in the operator() method call to the orig object input to this same method.
Returns true if operation is successful.
Preconditions:
Invariants:
Postconditions:
Implements EpetraExt::Transform< T, T >.
Definition at line 285 of file EpetraExt_Transform.h.
1.7.6.1