Go to the documentation of this file.
17 #ifndef __zooOtbWatcher_h
18 #define __zooOtbWatcher_h
20 #include "otbFilterWatcherBase.h"
36 const char *comment =
"");
44 const std::string& comment =
"");
Observer used to access the ongoing status of a running OTB Application.
Definition: otbZooWatcher.h:26
maps * dupMaps(maps **ppmsOut)
Duplicate a Maps.
Definition: service.c:936
const maps & GetConf() const
Get Configuration maps (m_Conf)
Definition: otbZooWatcher.h:62
void FreeConf()
Free Configuration maps (m_Conf)
Definition: otbZooWatcher.h:69
ZooWatcher()
Default constructor.
Definition: otbZooWatcher.cxx:22
linked list of map pointer
Definition: service.h:678
virtual void ShowProgress()
Callback method to show the ProgressEvent.
Definition: otbZooWatcher.cxx:42
virtual void EndFilter()
Callback method to show the EndEvent.
Definition: otbZooWatcher.cxx:66
void SetConf(maps **conf)
Copy the original conf in the m_Conf property.
Definition: otbZooWatcher.h:54
void freeMaps(maps **pmMap)
Free allocated memory of a maps.
Definition: service.c:409
virtual void StartFilter()
Callback method to show the StartEvent.
Definition: otbZooWatcher.cxx:56