RTK
2.6.0
Reconstruction Toolkit
|
#include <rtkWatcherForResourceProbe.h>
Public Member Functions | |
const char * | GetNameOfClass () |
const ProcessObject * | GetProcess () const |
WatcherForResourceProbe & | operator= (const WatcherForResourceProbe &) |
WatcherForResourceProbe (itk::ProcessObject *o) | |
WatcherForResourceProbe (const WatcherForResourceProbe &) | |
virtual | ~WatcherForResourceProbe () |
Protected Member Functions | |
virtual void | DeleteFilter () |
virtual void | EndFilter () |
virtual void | StartFilter () |
Private Types | |
using | CommandType = SimpleMemberCommand< WatcherForResourceProbe > |
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 38 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 89 of file rtkWatcherForResourceProbe.h.
rtk::WatcherForResourceProbe::WatcherForResourceProbe | ( | itk::ProcessObject * | o | ) |
Constructor. Takes a ProcessObject to monitor and an optional comment string that is prepended to each event message.
rtk::WatcherForResourceProbe::WatcherForResourceProbe | ( | const WatcherForResourceProbe & | ) |
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 WatcherForResourceProbe
Definition at line 58 of file rtkWatcherForResourceProbe.h.
|
inline |
Methods to access member data Get a pointer to the process object being watched.
Definition at line 67 of file rtkWatcherForResourceProbe.h.
WatcherForResourceProbe& rtk::WatcherForResourceProbe::operator= | ( | const WatcherForResourceProbe & | ) |
operator=
|
protectedvirtual |
Callback method to show the StartEvent
|
private |
Definition at line 92 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 96 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 91 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 95 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 87 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 90 of file rtkWatcherForResourceProbe.h.
|
private |
Definition at line 94 of file rtkWatcherForResourceProbe.h.