|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkCommandProgressUpdate.h>
Inheritance diagram for itk::CommandProgressUpdate:
Collaboration diagram for itk::CommandProgressUpdate:Observer for progress notification.
Definition at line 33 of file itkCommandProgressUpdate.h.
Public Types | |
| typedef RealTimeClock | ClockType |
| typedef SmartPointer< Self > | Pointer |
| typedef CommandProgressUpdate | Self |
| enum | StyleType { LIST =0, BAR } |
| typedef Command | Superclass |
| typedef ClockType::TimeStampType | TimeStampType |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| void | Execute (Object *caller, const EventObject &event) ITK_OVERRIDE |
| void | Execute (const Object *object, const EventObject &event) ITK_OVERRIDE |
| virtual StyleType | GetStyle () const |
| virtual bool | GetUseColor () const |
| virtual void | SetStyle (StyleType _arg) |
| virtual void | SetUseColor (bool _arg) |
| virtual void | UseColorOff () |
| virtual void | UseColorOn () |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Attributes | |
| static const unsigned int | NumberOfBarSegments = 20 |
Protected Member Functions | |
| CommandProgressUpdate () | |
Private Attributes | |
| TimeProbe | clock |
| ClockType::Pointer | m_Clock |
| float | m_LastProgress |
| TimeStampType | m_StartTimeStamp |
| StyleType | m_Style |
| bool | m_SuppressOutput |
| bool | m_UseColor |
| typedef RealTimeClock itk::CommandProgressUpdate::ClockType |
Definition at line 39 of file itkCommandProgressUpdate.h.
| typedef SmartPointer<Self> itk::CommandProgressUpdate::Pointer |
Definition at line 38 of file itkCommandProgressUpdate.h.
Definition at line 36 of file itkCommandProgressUpdate.h.
| typedef Command itk::CommandProgressUpdate::Superclass |
Definition at line 37 of file itkCommandProgressUpdate.h.
| typedef ClockType::TimeStampType itk::CommandProgressUpdate::TimeStampType |
Definition at line 42 of file itkCommandProgressUpdate.h.
| Enumerator | |
|---|---|
| LIST | |
| BAR | |
Definition at line 48 of file itkCommandProgressUpdate.h.
|
inlineprotected |
Definition at line 55 of file itkCommandProgressUpdate.h.
References BAR, m_Clock, m_LastProgress, m_StartTimeStamp, m_Style, m_SuppressOutput, and UseColorOn().
Here is the call graph for this function:| virtual::itk::LightObject::Pointer itk::CommandProgressUpdate::CreateAnother | ( | void | ) | const |
|
inline |
Definition at line 75 of file itkCommandProgressUpdate.h.
|
inline |
Definition at line 80 of file itkCommandProgressUpdate.h.
References BAR, LIST, and m_LastProgress.
|
virtual |
|
virtual |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
Definition at line 66 of file itkCommandProgressUpdate.h.
|
private |
Definition at line 70 of file itkCommandProgressUpdate.h.
Referenced by CommandProgressUpdate().
|
private |
Definition at line 72 of file itkCommandProgressUpdate.h.
Referenced by CommandProgressUpdate(), and Execute().
|
private |
Definition at line 71 of file itkCommandProgressUpdate.h.
Referenced by CommandProgressUpdate().
|
private |
Definition at line 68 of file itkCommandProgressUpdate.h.
Referenced by CommandProgressUpdate().
|
private |
Definition at line 69 of file itkCommandProgressUpdate.h.
Referenced by CommandProgressUpdate().
|
private |
Definition at line 67 of file itkCommandProgressUpdate.h.
|
static |
Definition at line 49 of file itkCommandProgressUpdate.h.
1.8.11