#include <EpetraExt_Transform.h>
Inheritance diagram for EpetraExt::ViewTransform< 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 | ~ViewTransform () |
|
|||||||||
|
Definition at line 295 of file EpetraExt_Transform.h. |
|
|||||||||
|
Forward transfer of data from
Returns Preconditions: Invariants: Postconditions: Implements EpetraExt::Transform< T, T >. Definition at line 292 of file EpetraExt_Transform.h. |
|
|||||||||
|
Reverse transfer of data from new object created in the
Returns Preconditions: Invariants: Postconditions: Implements EpetraExt::Transform< T, T >. Definition at line 293 of file EpetraExt_Transform.h. |
1.3.9.1