Operator which changes one N-D array type into a different N-D array type.
More...
#include <MHO_TransformingOperator.hh>
|
| virtual bool | ExecuteImpl (const XArgType1 *in, XArgType2 *out)=0 |
| |
| virtual bool | InitializeImpl (const XArgType1 *, XArgType2 *) |
| |
| auto | Apply (Func &&func) -> decltype(mho_tuple_apply(std::forward< Func >(func), fArgs)) |
| |
|
| std::tuple< Args... > | fArgs |
| |
template<class XArgType1, class XArgType2>
class hops::MHO_TransformingOperator< XArgType1, XArgType2 >
Operator which changes one N-D array type into a different N-D array type.
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Fri Oct 15 12:58:01 2021 -0400
◆ MHO_TransformingOperator()
template<class XArgType1 , class XArgType2 >
◆ ~MHO_TransformingOperator()
template<class XArgType1 , class XArgType2 >
◆ Execute()
template<class XArgType1 , class XArgType2 >
Function Execute.
- Returns
- Return value (bool)
- Note
- This is a virtual function.
Implements hops::MHO_Operator.
◆ ExecuteImpl()
template<class XArgType1 , class XArgType2 >
◆ Initialize()
template<class XArgType1 , class XArgType2 >
Function Initialize.
- Returns
- Return value (bool)
- Note
- This is a virtual function.
Implements hops::MHO_Operator.
◆ InitializeImpl()
template<class XArgType1 , class XArgType2 >
◆ SetArgs()
template<class XArgType1 , class XArgType2 >
The documentation for this class was generated from the following file: