#include <itkCommand.h>
Inheritance diagram for itk::SimpleConstMemberCommand< T >:
Public Types | |
typedef void(T::* | TMemberFunctionPointer )() const |
typedef SimpleConstMemberCommand | Self |
typedef SmartPointer< Self > | Pointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
void | SetCallbackFunction (const 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 | |
SimpleConstMemberCommand () | |
virtual | ~SimpleConstMemberCommand () |
Protected Attributes | |
const T * | m_This |
TMemberFunctionPointer | m_MemberFunction |
SimpleConstMemberCommand calls a pointer to a member function with no arguments.
Definition at line 291 of file itkCommand.h.
|
Reimplemented from itk::Command. Definition at line 300 of file itkCommand.h. |
|
Standard class typedefs. Reimplemented from itk::Command. Definition at line 299 of file itkCommand.h. |
|
A const member method callback. Definition at line 296 of file itkCommand.h. |
|
Definition at line 336 of file itkCommand.h. |
|
Definition at line 337 of file itkCommand.h. |
|
Invoke the const member method callback. Implements itk::Command. Definition at line 324 of file itkCommand.h. References itk::SimpleConstMemberCommand< T >::m_MemberFunction. |
|
Invoke the const member method callback. Implements itk::Command. Definition at line 317 of file itkCommand.h. References itk::SimpleConstMemberCommand< 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 const member method callback. Definition at line 309 of file itkCommand.h. References itk::SimpleConstMemberCommand< T >::m_MemberFunction. |
|
Definition at line 335 of file itkCommand.h. Referenced by itk::SimpleConstMemberCommand< T >::Execute(), and itk::SimpleConstMemberCommand< T >::SetCallbackFunction(). |
|
Definition at line 334 of file itkCommand.h. |