![]() |
RTK
2.0.0
Reconstruction Toolkit
|
#include <rtkWatcherForTimer.h>
Public Member Functions | |
const char * | GetNameOfClass () |
const ProcessObject * | GetProcess () const |
WatcherForTimer & | operator= (const WatcherForTimer &) |
WatcherForTimer (itk::ProcessObject *o) | |
WatcherForTimer (const WatcherForTimer &) | |
virtual | ~WatcherForTimer () |
Protected Member Functions | |
virtual void | DeleteFilter () |
virtual void | EndFilter () |
virtual void | StartFilter () |
Private Types | |
typedef SimpleMemberCommand< WatcherForTimer > | CommandType |
Private Attributes | |
CommandType::Pointer | m_DeleteFilterCommand |
unsigned long | m_DeleteTag |
CommandType::Pointer | m_EndFilterCommand |
unsigned long | m_EndTag |
itk::ProcessObject * | m_Process |
CommandType::Pointer | m_StartFilterCommand |
unsigned long | m_StartTag |
Very light watcher to monitor Start and End events on all filters.
Definition at line 37 of file rtkWatcherForTimer.h.
|
private |
Definition at line 80 of file rtkWatcherForTimer.h.
rtk::WatcherForTimer::WatcherForTimer | ( | itk::ProcessObject * | o | ) |
Constructor. Takes a ProcessObject to monitor and an optional comment string that is prepended to each event message.
rtk::WatcherForTimer::WatcherForTimer | ( | const WatcherForTimer & | ) |
Copy constructor
|
virtual |
Destructor.
|
protectedvirtual |
Callback method to show the DeleteEvent
|
protectedvirtual |
Callback method to show the EndEvent
|
inline |
Method to get the name of the class being monitored by this WatcherForTimer
Definition at line 55 of file rtkWatcherForTimer.h.
|
inline |
Methods to access member data Get a pointer to the process object being watched.
Definition at line 63 of file rtkWatcherForTimer.h.
WatcherForTimer& rtk::WatcherForTimer::operator= | ( | const WatcherForTimer & | ) |
operator=
|
protectedvirtual |
Callback method to show the StartEvent
|
private |
Definition at line 83 of file rtkWatcherForTimer.h.
|
private |
Definition at line 87 of file rtkWatcherForTimer.h.
|
private |
Definition at line 82 of file rtkWatcherForTimer.h.
|
private |
Definition at line 86 of file rtkWatcherForTimer.h.
|
private |
Definition at line 78 of file rtkWatcherForTimer.h.
|
private |
Definition at line 81 of file rtkWatcherForTimer.h.
|
private |
Definition at line 85 of file rtkWatcherForTimer.h.