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


Public Types | |
| typedef void(T::* | TMemberFunctionPointer )() |
| typedef SimpleMemberCommand | Self |
| typedef SmartPointer< Self > | Pointer |
Public Methods | |
| virtual const char * | GetClassName () const |
| void | SetCallbackFunction (T *object, TMemberFunctionPointer memberFunction) |
| virtual void | Execute (Object *, const EventObject &) |
| virtual void | Execute (const Object *, const EventObject &) |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| SimpleMemberCommand () | |
| virtual | ~SimpleMemberCommand () |
Protected Attributes | |
| T * | m_This |
| TMemberFunctionPointer | m_MemberFunction |
\Class SimpleMemberCommand
SimpleMemberCommand calls a pointer to a member function with no arguments.
Definition at line 220 of file itkCommand.h.
|
|||||
|
Reimplemented from itk::Command. Definition at line 229 of file itkCommand.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::Command. Definition at line 228 of file itkCommand.h. Referenced by itk::ReceptorMemberCommand< T >::~ReceptorMemberCommand(). |
|
|||||
|
A method callback. Definition at line 225 of file itkCommand.h. Referenced by itk::SimpleMemberCommand< T >::Execute(), and itk::ReceptorMemberCommand< T >::~ReceptorMemberCommand(). |
|
|||||||||
|
Definition at line 265 of file itkCommand.h. |
|
|||||||||
|
Definition at line 266 of file itkCommand.h. |
|
||||||||||||||||
|
Invoke the callback function. Implements itk::Command. Definition at line 253 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 246 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. |
|
||||||||||||||||
|
Specify the callback function. Definition at line 238 of file itkCommand.h. |
|
|||||
|
Definition at line 264 of file itkCommand.h. Referenced by itk::SimpleMemberCommand< T >::Execute(). |
|
|||||
|
Definition at line 263 of file itkCommand.h. Referenced by itk::SimpleMemberCommand< T >::Execute(). |
1.2.15 written by Dimitri van Heesch,
© 1997-2000