![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Applications/ctkSimplePythonShell/ctkTestWrappedVTKQInvokable.h>
Public Member Functions | |
ctkTestWrappedVTKQInvokable (QObject *newParent=0) | |
Q_INVOKABLE vtkTable * | getTable () const |
Q_INVOKABLE void | setTable (vtkTable *newTable) |
Example of 'invokable' accepting a VTK object as parameter. More... | |
virtual | ~ctkTestWrappedVTKQInvokable () |
Definition at line 31 of file ctkTestWrappedVTKQInvokable.h.
|
inline |
Definition at line 36 of file ctkTestWrappedVTKQInvokable.h.
|
inlinevirtual |
Definition at line 41 of file ctkTestWrappedVTKQInvokable.h.
|
inline |
Example of 'invokable' returning a VTK object Declaring a method as invokable allows to add it to the MetaObject system
Definition at line 49 of file ctkTestWrappedVTKQInvokable.h.
|
inline |
Example of 'invokable' accepting a VTK object as parameter.
Definition at line 55 of file ctkTestWrappedVTKQInvokable.h.