#include <RTOpPack_RTOpTHelpers.hpp>
Inheritance diagram for RTOpPack::ROpScalarTransformationBase< Scalar >:
Overridden from RTOpT | |
| void | get_op_type_num_entries (int *num_values, int *num_indexes, int *num_chars) const |
| | |
| void | extract_op_state (int num_values, primitive_value_type value_data[], int num_indexes, index_type index_data[], int num_chars, char_type char_data[]) const |
| | |
| void | load_op_state (int num_values, const primitive_value_type value_data[], int num_indexes, const index_type index_data[], int num_chars, const char_type char_data[]) |
| | |
Public Member Functions | |
| ROpScalarTransformationBase (const Scalar &scalarData=Teuchos::ScalarTraits< Scalar >::zero()) | |
| | |
Protected Member Functions | |
| void | scalarData (const Scalar &scalarData) |
| | |
Subclasses have to minimally define apply_op(). Subclasses should also define access functions for changing the scalar data.
Definition at line 547 of file RTOpPack_RTOpTHelpers.hpp.
|
||||||||||
|
Definition at line 551 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 557 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 568 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 586 of file RTOpPack_RTOpTHelpers.hpp. |
|
||||||||||
|
Definition at line 606 of file RTOpPack_RTOpTHelpers.hpp. |
1.3.9.1