ITK
6.0.0
Insight Toolkit
|
#include <itkXMLFilterWatcher.h>
Simple mechanism for monitoring the pipeline events of a filter and reporting these events to std::cout. Formats reports with xml.
Definition at line 31 of file itkXMLFilterWatcher.h.
Public Member Functions | |
XMLFilterWatcher (ProcessObject *o, const char *comment="") | |
Public Member Functions inherited from itk::SimpleFilterWatcher | |
std::string | GetComment () |
const char * | GetNameOfClass () |
ProcessObject * | GetProcess () |
TimeProbe & | GetTimeProbe () |
SimpleFilterWatcher & | operator= (const SimpleFilterWatcher &) |
SimpleFilterWatcher () | |
SimpleFilterWatcher (const SimpleFilterWatcher &) | |
SimpleFilterWatcher (itk::ProcessObject *o, const char *comment="") | |
virtual | ~SimpleFilterWatcher () |
void | QuietOn () |
void | QuietOff () |
void | TestAbortOn () |
void | TestAbortOff () |
void | SetSteps (int val) |
int | GetSteps () const |
void | SetIterations (int val) |
int | GetIterations () const |
void | SetQuiet (bool val) |
bool | GetQuiet () const |
Protected Member Functions | |
void | EndFilter () override |
void | ShowProgress () override |
void | StartFilter () override |
Protected Member Functions inherited from itk::SimpleFilterWatcher | |
void | CreateCommands () |
void | DeepCopy (const SimpleFilterWatcher &watch) |
void | RemoveObservers () |
virtual void | ShowAbort () |
virtual void | ShowIteration () |
|
inline |
Definition at line 34 of file itkXMLFilterWatcher.h.
|
overrideprotectedvirtual |
Callback method to show the EndEvent
Reimplemented from itk::SimpleFilterWatcher.
|
overrideprotectedvirtual |
Callback method to show the ProgressEvent
Reimplemented from itk::SimpleFilterWatcher.
|
overrideprotectedvirtual |
Callback method to show the StartEvent
Reimplemented from itk::SimpleFilterWatcher.