#include <vtkMemberFunctionCommand.h>
|
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | SetCallback (ClassT &object, void(ClassT::*method)()) |
| |
| void | SetCallback (ClassT &object, void(ClassT::*method2)(vtkObject *, unsigned long, void *)) |
| |
| void | Execute (vtkObject *caller, unsigned long event, void *calldata) override |
| |
| void | Reset () |
| |
template<class ClassT>
class vtkMemberFunctionCommand< ClassT >
Definition at line 11 of file vtkMemberFunctionCommand.h.
◆ Superclass
◆ Execute()
◆ New()
◆ PrintSelf()
◆ Reset()
◆ SafeDownCast()
◆ SetCallback() [1/2]
Set which class instance and member function will be called when a VTK event is received.
Definition at line 36 of file vtkMemberFunctionCommand.h.
◆ SetCallback() [2/2]
template<class ClassT >
| void vtkMemberFunctionCommand< ClassT >::SetCallback |
( |
ClassT & |
object, |
|
|
void(ClassT::*)(vtkObject *, unsigned long, void *) |
method2 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: