OTB
9.0.0
Orfeo Toolbox
|
#include <otbWrapperAddProcessToWatchEvent.h>
Public Types | |
typedef AddProcessToWatchEvent | Self |
typedef itk::EventObject | Superclass |
Public Member Functions | |
AddProcessToWatchEvent () | |
AddProcessToWatchEvent (const Self &s) | |
~AddProcessToWatchEvent () override | |
itk::ProcessObject::Pointer | m_Process |
std::string | m_ProcessDescription |
virtual void | SetProcess (itk::ProcessObject *process) |
virtual itk::ProcessObject * | GetProcess () const |
virtual void | SetProcessDescription (const std::string desc) |
virtual std::string | GetProcessDescription () const |
itk::EventObject * | MakeObject () const override |
const char * | GetEventName () const override |
bool | CheckEvent (const itk::EventObject *e) const override |
This class implements an event storing a pointer to itk::ProcessObject and a string describing the process.
Definition at line 41 of file otbWrapperAddProcessToWatchEvent.h.
Definition at line 44 of file otbWrapperAddProcessToWatchEvent.h.
typedef itk::EventObject otb::Wrapper::AddProcessToWatchEvent::Superclass |
Definition at line 45 of file otbWrapperAddProcessToWatchEvent.h.
|
inline |
Definition at line 47 of file otbWrapperAddProcessToWatchEvent.h.
|
inline |
Definition at line 50 of file otbWrapperAddProcessToWatchEvent.h.
|
inlineoverride |
Definition at line 51 of file otbWrapperAddProcessToWatchEvent.h.
|
inlineoverride |
Set/Get the process to watch
Definition at line 87 of file otbWrapperAddProcessToWatchEvent.h.
|
inlineoverride |
Set/Get the process to watch
Definition at line 83 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Set/Get the process to watch
Definition at line 60 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Set/Get the process to watch
Definition at line 72 of file otbWrapperAddProcessToWatchEvent.h.
|
inlineoverride |
Virtual pure method to implement
Definition at line 78 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Set/Get the process to watch
Definition at line 56 of file otbWrapperAddProcessToWatchEvent.h.
|
inlinevirtual |
Set/Get the process description
Definition at line 67 of file otbWrapperAddProcessToWatchEvent.h.
|
private |
Set/Get the process to watch
Definition at line 93 of file otbWrapperAddProcessToWatchEvent.h.
|
private |
Set/Get the process to watch
Definition at line 94 of file otbWrapperAddProcessToWatchEvent.h.