7 #include "fwServices/IOperator.hpp" 9 #include <fwCom/Signal.hxx> 16 const ::fwCom::Signals::SignalKeyType IOperator::s_COMPUTED_SIG =
"computed";
22 m_sigComputed = newSignal<ComputedSignalType>(s_COMPUTED_SIG);
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
FWSERVICES_API IOperator()
IOperator constructor.
ComputedSignalType::sptr m_sigComputed
Signal emitted when operator is computed.
virtual FWSERVICES_API ~IOperator()
IOperator destructor.