#include <itkCommand.h>
Inheritance diagram for itk::SimpleMemberCommand< T >:
Public Types | |
typedef void(T::* | TMemberFunctionPointer )() |
typedef SimpleMemberCommand | Self |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetCallbackFunction (T *object, TMemberFunctionPointer memberFunction) |
virtual void | Execute (Object *, const EventObject &) |
virtual void | Execute (const Object *, const EventObject &) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
SimpleMemberCommand () | |
virtual | ~SimpleMemberCommand () |
Protected Attributes | |
T * | m_This |
TMemberFunctionPointer | m_MemberFunction |
SimpleMemberCommand calls a pointer to a member function with no arguments.
Definition at line 227 of file itkCommand.h.
|
Reimplemented from itk::Command. Definition at line 236 of file itkCommand.h. |
|
Standard class typedefs. Reimplemented from itk::Command. Definition at line 235 of file itkCommand.h. |
|
A method callback. Definition at line 232 of file itkCommand.h. Referenced by itk::SimpleMemberCommand< T >::Execute(). |
|
Definition at line 272 of file itkCommand.h. |
|
Definition at line 273 of file itkCommand.h. |
|
Invoke the callback function. Implements itk::Command. Definition at line 260 of file itkCommand.h. References itk::SimpleMemberCommand< T >::m_MemberFunction, itk::SimpleMemberCommand< T >::m_This, and itk::SimpleMemberCommand< T >::TMemberFunctionPointer. |
|
Invoke the callback function. Implements itk::Command. Definition at line 253 of file itkCommand.h. References itk::SimpleMemberCommand< T >::m_MemberFunction. |
|
Run-time type information (and related methods). Reimplemented from itk::Command. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Specify the callback function. Definition at line 245 of file itkCommand.h. References itk::SimpleMemberCommand< T >::m_MemberFunction. |
|
Definition at line 271 of file itkCommand.h. Referenced by itk::SimpleMemberCommand< T >::Execute(), and itk::SimpleMemberCommand< T >::SetCallbackFunction(). |
|
Definition at line 270 of file itkCommand.h. Referenced by itk::SimpleMemberCommand< T >::Execute(). |