Simple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout. Formats reports with xml.
More...
#include <Base/CLI/itkPluginFilterWatcher.h>
|
| | PluginFilterWatcher (itk::ProcessObject *o, const char *comment="", ModuleProcessInformation *inf=nullptr, double fraction=1.0, double start=0.0) |
| |
Simple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout. Formats reports with xml.
Definition at line 35 of file itkPluginFilterWatcher.h.
◆ PluginFilterWatcher()
| itk::PluginFilterWatcher::PluginFilterWatcher |
( |
itk::ProcessObject * |
o, |
|
|
const char * |
comment = "", |
|
|
ModuleProcessInformation * |
inf = nullptr, |
|
|
double |
fraction = 1.0, |
|
|
double |
start = 0.0 |
|
) |
| |
|
inline |
◆ EndFilter()
| void itk::PluginFilterWatcher::EndFilter |
( |
| ) |
|
|
inlineoverrideprotected |
◆ ShowProgress()
| void itk::PluginFilterWatcher::ShowProgress |
( |
| ) |
|
|
inlineoverrideprotected |
◆ StartFilter()
| void itk::PluginFilterWatcher::StartFilter |
( |
| ) |
|
|
inlineoverrideprotected |
◆ m_Fraction
| double itk::PluginFilterWatcher::m_Fraction |
|
protected |
◆ m_ProcessInformation
| ModuleProcessInformation* itk::PluginFilterWatcher::m_ProcessInformation |
|
protected |
◆ m_Start
| double itk::PluginFilterWatcher::m_Start |
|
protected |
The documentation for this class was generated from the following file: