Observer used to access the ongoing status of a running OTB Application.
More...
#include <otbZooWatcher.h>
Observer used to access the ongoing status of a running OTB Application.
ZooWatcher::ZooWatcher |
( |
itk::ProcessObject * |
process, |
|
|
const char * |
comment = "" |
|
) |
| |
Constructor.
- Parameters
-
process | the itk::ProcessObject to monitor |
comment | comment string that is prepended to each event message |
ZooWatcher::ZooWatcher |
( |
itk::ProcessObject * |
process, |
|
|
const std::string & |
comment = "" |
|
) |
| |
Constructor.
- Parameters
-
process | the itk::ProcessObject to monitor |
comment | comment string that is prepended to each event message |
ZooWatcher::ZooWatcher |
( |
| ) |
|
void ZooWatcher::EndFilter |
( |
| ) |
|
|
protectedvirtual |
Callback method to show the EndEvent.
void ZooWatcher::FreeConf |
( |
| ) |
|
|
inline |
Free Configuration maps (m_Conf)
const maps& ZooWatcher::GetConf |
( |
| ) |
const |
|
inline |
Get Configuration maps (m_Conf)
- Returns
- the m_Conf property
void ZooWatcher::SetConf |
( |
maps ** |
conf | ) |
|
|
inline |
Copy the original conf in the m_Conf property.
- Parameters
-
conf | the maps pointer to copy |
void ZooWatcher::ShowProgress |
( |
| ) |
|
|
protectedvirtual |
Callback method to show the ProgressEvent.
void ZooWatcher::StartFilter |
( |
| ) |
|
|
protectedvirtual |
Callback method to show the StartEvent.
The documentation for this class was generated from the following files: