Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
itk::PluginFilterWatcher Class Reference

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>

Inheritance diagram for itk::PluginFilterWatcher:
Inheritance graph
[legend]
Collaboration diagram for itk::PluginFilterWatcher:
Collaboration graph
[legend]

Public Member Functions

 PluginFilterWatcher (itk::ProcessObject *o, const char *comment="", ModuleProcessInformation *inf=0, double fraction=1.0, double start=0.0)
 

Protected Member Functions

virtual void EndFilter ()
 
virtual void ShowProgress ()
 
virtual void StartFilter ()
 

Protected Attributes

double m_Fraction
 
ModuleProcessInformation * m_ProcessInformation
 
double m_Start
 

Detailed Description

Simple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout. Formats reports with xml.

Definition at line 28 of file itkPluginFilterWatcher.h.

Constructor & Destructor Documentation

◆ PluginFilterWatcher()

itk::PluginFilterWatcher::PluginFilterWatcher ( itk::ProcessObject *  o,
const char *  comment = "",
ModuleProcessInformation *  inf = 0,
double  fraction = 1.0,
double  start = 0.0 
)
inline

Definition at line 31 of file itkPluginFilterWatcher.h.

Member Function Documentation

◆ EndFilter()

virtual void itk::PluginFilterWatcher::EndFilter ( )
inlineprotectedvirtual

Callback method to show the EndEvent

Definition at line 154 of file itkPluginFilterWatcher.h.

◆ ShowProgress()

virtual void itk::PluginFilterWatcher::ShowProgress ( )
inlineprotectedvirtual

Callback method to show the ProgressEvent

Definition at line 47 of file itkPluginFilterWatcher.h.

◆ StartFilter()

virtual void itk::PluginFilterWatcher::StartFilter ( )
inlineprotectedvirtual

Callback method to show the StartEvent

Definition at line 112 of file itkPluginFilterWatcher.h.

Member Data Documentation

◆ m_Fraction

double itk::PluginFilterWatcher::m_Fraction
protected

Definition at line 196 of file itkPluginFilterWatcher.h.

◆ m_ProcessInformation

ModuleProcessInformation* itk::PluginFilterWatcher::m_ProcessInformation
protected

Definition at line 194 of file itkPluginFilterWatcher.h.

◆ m_Start

double itk::PluginFilterWatcher::m_Start
protected

Definition at line 197 of file itkPluginFilterWatcher.h.


The documentation for this class was generated from the following file: