21 #ifndef __ctkTestWrappedVTKSlot_h 22 #define __ctkTestWrappedVTKSlot_h 28 #include <vtkSmartPointer.h> 38 this->MyTable = vtkSmartPointer<vtkTable>::New();
56 this->MyTable = newTable;
60 vtkSmartPointer<vtkTable> MyTable;
ctkTestWrappedVTKSlot(QObject *newParent=0)
vtkTable * getTable() const
Example of slot returning a VTK object.
void setTable(vtkTable *newTable)
Example ot slot accepting a VTK object as parameter.
virtual ~ctkTestWrappedVTKSlot()