|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbWrapperAddProcessToWatchEvent_h
22 #define otbWrapperAddProcessToWatchEvent_h
24 #include "itkEventObject.h"
25 #include "itkProcessObject.h"
26 #include "OTBApplicationEngineExport.h"
69 m_ProcessDescription = desc;
74 return m_ProcessDescription;
87 bool CheckEvent(
const itk::EventObject* e)
const override
89 return dynamic_cast<const Self*
>(e);
itk::ProcessObject::Pointer m_Process
itk::EventObject * MakeObject() const override
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
AddProcessToWatchEvent Self
const char * GetEventName() const override
virtual void SetProcessDescription(const std::string desc)
virtual itk::ProcessObject * GetProcess() const
~AddProcessToWatchEvent() override
AddProcessToWatchEvent(const Self &s)
virtual void SetProcess(itk::ProcessObject *process)
std::string m_ProcessDescription
This class implements an event storing a pointer to itk::ProcessObject and a string describing the pr...
virtual std::string GetProcessDescription() const
itk::EventObject Superclass
bool CheckEvent(const itk::EventObject *e) const override