1 #ifndef MHO_PyOperator_HH__
2 #define MHO_PyOperator_HH__
7 #include <pybind11/numpy.h>
8 #include <pybind11/pybind11.h>
9 namespace py = pybind11;
22 class MHO_UnaryOperator:
Class MHO_Operator.
Definition: MHO_Operator.hh:21
MHO_Operator()
Definition: MHO_Operator.cc:7
Definition: MHO_PyUnaryOperator.hh:34
virtual bool Initialize() override
Definition: MHO_PyUnaryOperator.hh:38
virtual bool Execute() override
Definition: MHO_PyUnaryOperator.hh:40
virtual bool Execute() override=0
Function Execute.
virtual bool Initialize() override=0
Function Initialize.
Definition: MHO_ChannelLabeler.hh:17