#include <itkCommand.h>
Inheritance diagram for itk::ReceptorMemberCommand< T >:


Public Types | |
| typedef void(T::* | TMemberFunctionPointer )(const EventObject &) |
| typedef ReceptorMemberCommand | 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 &event) |
| virtual void | Execute (const Object *, const EventObject &event) |
Static Public Member Functions | |
| Pointer | New () |
Protected Member Functions | |
| ReceptorMemberCommand () | |
| virtual | ~ReceptorMemberCommand () |
Protected Attributes | |
| T * | m_This |
| TMemberFunctionPointer | m_MemberFunction |
ReceptorMemberCommand calls a pointer to a member function with only and itk::EventObject as argument
Definition at line 159 of file itkCommand.h.
|
|||||
|
Reimplemented from itk::Command. Definition at line 168 of file itkCommand.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::Command. Definition at line 167 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::~ReceptorMemberCommand(). |
|
|||||
|
pointer to a member function that takes a Object* and the event Definition at line 164 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::Execute(), and itk::ReceptorMemberCommand< T >::~ReceptorMemberCommand(). |
|
|||||||||
|
Definition at line 208 of file itkCommand.h. |
|
|||||||||
|
Definition at line 209 of file itkCommand.h. References itk::ReceptorMemberCommand< T >::Self, and itk::ReceptorMemberCommand< T >::TMemberFunctionPointer. |
|
||||||||||||||||
|
Invoke the member function with a const object Implements itk::Command. Definition at line 196 of file itkCommand.h. References itk::ReceptorMemberCommand< T >::m_MemberFunction, itk::ReceptorMemberCommand< T >::m_This, and itk::ReceptorMemberCommand< T >::TMemberFunctionPointer. |
|
||||||||||||||||
|
Invoke the member function. Implements itk::Command. Definition at line 186 of file itkCommand.h. |
|
|||||||||
|
Run-time type information (and related methods). Reimplemented from itk::Command. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
||||||||||||||||
|
Set the callback function along with the object that it will be invoked on. Definition at line 178 of file itkCommand.h. References itk::ReceptorMemberCommand< T >::m_MemberFunction. |
|
|||||
|
Definition at line 207 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::Execute(), and itk::ReceptorMemberCommand< T >::SetCallbackFunction(). |
|
|||||
|
Definition at line 206 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::Execute(). |
1.3.5 written by Dimitri van Heesch,
© 1997-2000