Class MHO_InspectingOperator.
More...
#include <MHO_InspectingOperator.hh>
|
virtual bool | ExecuteImpl (const XArgType *in)=0 |
| Inspects a single const array. More...
|
|
virtual bool | InitializeImpl (const XArgType *in)=0 |
| initializes inspection for a single const array of type XArgType. More...
|
|
template<class XArgType>
class hops::MHO_InspectingOperator< XArgType >
Class MHO_InspectingOperator.
abstract base (template) class which inspects an N-D array object, operates on a single const array (just to inspect it)
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Tue Jan 10 16:42:53 2023 -0500
◆ MHO_InspectingOperator()
template<class XArgType >
◆ ~MHO_InspectingOperator()
template<class XArgType >
◆ Execute()
template<class XArgType >
Executes the inspection on the input array.
- Returns
- bool indicating success/failure of execution.
- Note
- This is a virtual function.
Implements hops::MHO_Operator.
◆ ExecuteImpl()
template<class XArgType >
◆ Initialize()
template<class XArgType >
initializes inspection for a single const array of type XArgType.
- Returns
- True if initialization is successful, false otherwise.
- Note
- This is a virtual function.
Implements hops::MHO_Operator.
◆ InitializeImpl()
template<class XArgType >
◆ SetArgs()
template<class XArgType >
Setter for args.
- Parameters
-
in | Input const array of XArgType to inspect |
- Note
- This is a virtual function.
◆ fArg
template<class XArgType >
The documentation for this class was generated from the following file: