SimpleITK
|
#include <sitkProcessObject.h>
Definition at line 329 of file sitkProcessObject.h.
Public Member Functions | |
EventCommand (EventEnum e, Command *c) | |
bool | operator< (const EventCommand &o) const |
bool | operator== (const EventCommand &o) const |
Public Attributes | |
Command * | m_Command |
EventEnum | m_Event |
unsigned long | m_ITKTag |
|
inline |
Definition at line 344 of file sitkProcessObject.h.
References m_Command.
|
inline |
Definition at line 339 of file sitkProcessObject.h.
References m_Command.
Command* itk::simple::ProcessObject::EventCommand::m_Command |
Definition at line 333 of file sitkProcessObject.h.
Referenced by operator<(), and operator==().
EventEnum itk::simple::ProcessObject::EventCommand::m_Event |
Definition at line 332 of file sitkProcessObject.h.
unsigned long itk::simple::ProcessObject::EventCommand::m_ITKTag |
Definition at line 336 of file sitkProcessObject.h.