|
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 | ~StructuralTransform () |
Definition at line 243 of file EpetraExt_Transform.h.
| virtual EpetraExt::StructuralTransform< T, U >::~StructuralTransform | ( | ) | [inline, virtual] |
Definition at line 249 of file EpetraExt_Transform.h.
| bool EpetraExt::StructuralTransform< T, U >::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:
Implements EpetraExt::Transform< T, U >.
Definition at line 246 of file EpetraExt_Transform.h.
| bool EpetraExt::StructuralTransform< T, U >::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:
Implements EpetraExt::Transform< T, U >.
Definition at line 247 of file EpetraExt_Transform.h.
1.7.4