|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkPyCommand_h
20 #define itkPyCommand_h
25 #undef _POSIX_C_SOURCE
54 itkOverrideGetNameOfClassMacro(
PyCommand);
92 #endif // _itkPyCommand_h
PyObject * GetCommandCallable()
Superclass for callback/observer methods.
PyCommand & operator=(const Self &)
PyObject * m_EmptyArgumentList
void Execute(Object *, const EventObject &) override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
Abstraction of the Events used to communicating among filters and with GUIs.
Command subclass that calls a Python callable object, e.g. a Python function.
void SetCommandCallable(PyObject *obj)