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


Public Types | |
| typedef void(T::* | TMemberFunctionPointer )() const |
| typedef SimpleConstMemberCommand | Self |
| typedef SmartPointer< Self > | Pointer |
Public Methods | |
| virtual const char * | GetClassName () const |
| void | SetCallbackFunction (const T *object, TMemberFunctionPointer memberFunction) |
| virtual void | Execute (Object *, const EventObject &) |
| virtual void | Execute (const Object *, const EventObject &) |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| SimpleConstMemberCommand () | |
| virtual | ~SimpleConstMemberCommand () |
Protected Attributes | |
| const T * | m_This |
| TMemberFunctionPointer | m_MemberFunction |
\Class SimpleConstMemberCommand
SimpleConstMemberCommand calls a pointer to a member function with no arguments.
Definition at line 284 of file itkCommand.h.
|
|||||
|
Reimplemented from itk::Command. Definition at line 293 of file itkCommand.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::Command. Definition at line 292 of file itkCommand.h. |
|
|||||
|
A const member method callback. Definition at line 289 of file itkCommand.h. |
|
|||||||||
|
Definition at line 329 of file itkCommand.h. |
|
|||||||||
|
Definition at line 330 of file itkCommand.h. |
|
||||||||||||||||
|
Invoke the const member method callback. Implements itk::Command. Definition at line 317 of file itkCommand.h. References itk::SimpleConstMemberCommand< T >::m_MemberFunction. |
|
||||||||||||||||
|
Invoke the const member method callback. Implements itk::Command. Definition at line 310 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 const member method callback. Definition at line 302 of file itkCommand.h. |
|
|||||
|
Definition at line 328 of file itkCommand.h. Referenced by itk::SimpleConstMemberCommand< T >::Execute(). |
|
|||||
|
Definition at line 327 of file itkCommand.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000