46using namespace DISPLIB;
52MNEOperator::MNEOperator()
53: m_OperatorType(UNKNOWN)
62 m_OperatorType = obj.m_OperatorType;
63 m_sName = obj.m_sName;
68MNEOperator::MNEOperator(OperatorType type)
Declaration of the MNEOperator Class.
MNEOperator class represents the base class of an arbitrary MNEOperator, e.g. FILTER,...