SimpleITK  
Public Member Functions | Public Attributes | List of all members
itk::simple::ProcessObject::EventCommand Struct Reference

#include <sitkProcessObject.h>

+ Collaboration diagram for itk::simple::ProcessObject::EventCommand:

Public Member Functions

 EventCommand (EventEnum e, Command *c)
 
bool operator< (const EventCommand &o) const
 
bool operator== (const EventCommand &o) const
 

Public Attributes

Commandm_Command
 
EventEnum m_Event
 
unsigned long m_ITKTag
 

Detailed Description

Definition at line 329 of file sitkProcessObject.h.

Constructor & Destructor Documentation

◆ EventCommand()

itk::simple::ProcessObject::EventCommand::EventCommand ( EventEnum  e,
Command c 
)
inline

Definition at line 331 of file sitkProcessObject.h.

Member Function Documentation

◆ operator<()

bool itk::simple::ProcessObject::EventCommand::operator< ( const EventCommand o) const
inline

Definition at line 348 of file sitkProcessObject.h.

References m_Command.

◆ operator==()

bool itk::simple::ProcessObject::EventCommand::operator== ( const EventCommand o) const
inline

Definition at line 343 of file sitkProcessObject.h.

References m_Command.

Member Data Documentation

◆ m_Command

Command* itk::simple::ProcessObject::EventCommand::m_Command

Definition at line 337 of file sitkProcessObject.h.

Referenced by operator<(), and operator==().

◆ m_Event

EventEnum itk::simple::ProcessObject::EventCommand::m_Event

Definition at line 336 of file sitkProcessObject.h.

◆ m_ITKTag

unsigned long itk::simple::ProcessObject::EventCommand::m_ITKTag

Definition at line 340 of file sitkProcessObject.h.


The documentation for this struct was generated from the following file: