#include <EpetraExt_Transform.h>
Inheritance diagram for EpetraExt::StructuralSameTypeTransform< T >:

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 264 of file EpetraExt_Transform.h.
| virtual EpetraExt::StructuralSameTypeTransform< T >::~StructuralSameTypeTransform | ( | ) | [inline, virtual] |
Definition at line 270 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 267 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 268 of file EpetraExt_Transform.h.
1.4.7