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;
void setTable(vtkTable *newTable)
Example ot slot accepting a VTK object as parameter.
virtual ~ctkTestWrappedVTKSlot()
vtkTable * getTable() const
Example of slot returning a VTK object.
ctkTestWrappedVTKSlot(QObject *newParent=0)