RTOpT subclass for unary transformation functions using a function pointer.
More...
#include <RTOpPack_TOpUnaryFuncPtrDecl.hpp>
Inheritance diagram for RTOpPack::TOpUnaryFuncPtr< Scalar >:
Overridden from RTOpT | |
| const char * | op_name () const |
| | |
| void | apply_op (const int num_vecs, const ConstSubVectorView< Scalar > sub_vecs[], const int num_targ_vecs, const SubVectorView< Scalar > targ_sub_vecs[], ReductTarget *reduct_obj) const |
| | |
Public Types | |
| typedef void(* | unary_func_ptr_t )(const Scalar x[], int x_dim, Scalar out[]) |
| | |
Public Member Functions | |
| TOpUnaryFuncPtr () | |
| Construct to uninitialized. | |
| TOpUnaryFuncPtr (unary_func_ptr_t unary_func_ptr, const std::string &op_name) | |
Calls initialize(). | |
| void | initialize (unary_func_ptr_t unary_func_ptr, const std::string &op_name) |
| Initialize. | |
| void | set_initialized (unary_func_ptr_t *unary_func_ptr=NULL, std::string *op_name=NULL) |
| Set uninitialized. | |
RTOpT subclass for unary transformation functions using a function pointer.
ToDo: Finish documentation!
Definition at line 45 of file RTOpPack_TOpUnaryFuncPtrDecl.hpp.
|
|||||
|
Definition at line 49 of file RTOpPack_TOpUnaryFuncPtrDecl.hpp. |
|
|||||||||
|
Construct to uninitialized.
Definition at line 38 of file RTOpPack_TOpUnaryFuncPtr.hpp. |
|
||||||||||||||||
|
Calls
Definition at line 45 of file RTOpPack_TOpUnaryFuncPtr.hpp. |
|
||||||||||||||||
|
Initialize.
Definition at line 55 of file RTOpPack_TOpUnaryFuncPtr.hpp. |
|
||||||||||||||||
|
Set uninitialized.
Definition at line 66 of file RTOpPack_TOpUnaryFuncPtr.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::RTOpT< Scalar >. Definition at line 81 of file RTOpPack_TOpUnaryFuncPtr.hpp. |
|
||||||||||||||||||||||||||||
|
Implements RTOpPack::RTOpT< Scalar >. Definition at line 87 of file RTOpPack_TOpUnaryFuncPtr.hpp. |
1.3.9.1