ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFilterWatcher.h>
Public Member Functions | |
virtual void | EndFilter () |
FilterWatcher (itk::ProcessObject *o, const char *comment="") | |
const char * | GetNameOfClass () |
void | QuietOff () |
void | QuietOn () |
virtual void | ShowAbort () |
virtual void | ShowIteration () |
virtual void | ShowProgress () |
virtual void | StartFilter () |
void | TestAbortOff () |
void | TestAbortOn () |
virtual | ~FilterWatcher () |
Protected Attributes | |
std::string | m_Comment |
clock_t | m_End |
int | m_Iterations |
itk::ProcessObject::Pointer | m_Process |
bool | m_Quiet |
clock_t | m_Start |
int | m_Steps |
bool | m_TestAbort |
Private Member Functions | |
FilterWatcher () |
Definition at line 26 of file itkFilterWatcher.h.
|
inline |
Definition at line 29 of file itkFilterWatcher.h.
References EndFilter(), m_Comment, m_End, m_Process, m_Quiet, m_Start, m_Steps, m_TestAbort, ShowAbort(), ShowIteration(), ShowProgress(), and StartFilter().
|
inlinevirtual |
Definition at line 67 of file itkFilterWatcher.h.
|
private |
|
inlinevirtual |
Definition at line 109 of file itkFilterWatcher.h.
References m_Comment, m_End, m_Process, m_Start, and m_Steps.
Referenced by FilterWatcher().
|
inline |
Definition at line 108 of file itkFilterWatcher.h.
References m_Process.
|
inline |
Definition at line 126 of file itkFilterWatcher.h.
References m_Quiet.
|
inline |
Definition at line 125 of file itkFilterWatcher.h.
References m_Quiet.
|
inlinevirtual |
Definition at line 88 of file itkFilterWatcher.h.
Referenced by FilterWatcher().
|
inlinevirtual |
Definition at line 92 of file itkFilterWatcher.h.
References m_Iterations.
Referenced by FilterWatcher().
|
inlinevirtual |
Definition at line 69 of file itkFilterWatcher.h.
References m_Process, m_Quiet, m_Steps, and m_TestAbort.
Referenced by FilterWatcher().
|
inlinevirtual |
Definition at line 97 of file itkFilterWatcher.h.
References m_Comment, m_Iterations, m_Process, m_Quiet, m_Start, and m_Steps.
Referenced by FilterWatcher().
|
inline |
Definition at line 128 of file itkFilterWatcher.h.
References m_TestAbort.
|
inline |
Definition at line 127 of file itkFilterWatcher.h.
References m_TestAbort.
|
protected |
Definition at line 137 of file itkFilterWatcher.h.
Referenced by EndFilter(), FilterWatcher(), and StartFilter().
|
protected |
Definition at line 131 of file itkFilterWatcher.h.
Referenced by EndFilter(), and FilterWatcher().
|
protected |
Definition at line 133 of file itkFilterWatcher.h.
Referenced by ShowIteration(), and StartFilter().
|
protected |
Definition at line 138 of file itkFilterWatcher.h.
Referenced by EndFilter(), FilterWatcher(), GetNameOfClass(), ShowProgress(), and StartFilter().
|
protected |
Definition at line 134 of file itkFilterWatcher.h.
Referenced by FilterWatcher(), QuietOff(), QuietOn(), ShowProgress(), and StartFilter().
|
protected |
Definition at line 130 of file itkFilterWatcher.h.
Referenced by EndFilter(), FilterWatcher(), and StartFilter().
|
protected |
Definition at line 132 of file itkFilterWatcher.h.
Referenced by EndFilter(), FilterWatcher(), ShowProgress(), and StartFilter().
|
protected |
Definition at line 135 of file itkFilterWatcher.h.
Referenced by FilterWatcher(), ShowProgress(), TestAbortOff(), and TestAbortOn().