21#ifndef __ctkTestWrappedVTKObserver_h
22#define __ctkTestWrappedVTKObserver_h
28#include <vtkSmartPointer.h>
38 this->MyTable = vtkSmartPointer<vtkTable>::New();
54 vtkSmartPointer<vtkTable> MyTable;
virtual ~ctkTestWrappedVTKObserver()
vtkTable * getTable() const
Example of slot returning a VTK object.
ctkTestWrappedVTKObserver(QObject *newParent=0)