CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Slots | Public Member Functions | List of all members
ctkTestWrappedVTKSlot Class Reference

#include <Applications/ctkSimplePythonShell/ctkTestWrappedVTKSlot.h>

Inheritance diagram for ctkTestWrappedVTKSlot:
Inheritance graph
[legend]
Collaboration diagram for ctkTestWrappedVTKSlot:
Collaboration graph
[legend]

Public Slots

vtkTable * getTable () const
 Example of slot returning a VTK object. More...
 
void setTable (vtkTable *newTable)
 Example ot slot accepting a VTK object as parameter. More...
 

Public Member Functions

 ctkTestWrappedVTKSlot (QObject *newParent=0)
 
virtual ~ctkTestWrappedVTKSlot ()
 

Detailed Description

Definition at line 31 of file ctkTestWrappedVTKSlot.h.

Constructor & Destructor Documentation

◆ ctkTestWrappedVTKSlot()

ctkTestWrappedVTKSlot::ctkTestWrappedVTKSlot ( QObject *  newParent = 0)
inline

Definition at line 36 of file ctkTestWrappedVTKSlot.h.

◆ ~ctkTestWrappedVTKSlot()

virtual ctkTestWrappedVTKSlot::~ctkTestWrappedVTKSlot ( )
inlinevirtual

Definition at line 41 of file ctkTestWrappedVTKSlot.h.

Member Function Documentation

◆ getTable

vtkTable* ctkTestWrappedVTKSlot::getTable ( ) const
inlineslot

Example of slot returning a VTK object.

Definition at line 48 of file ctkTestWrappedVTKSlot.h.

◆ setTable

void ctkTestWrappedVTKSlot::setTable ( vtkTable *  newTable)
inlineslot

Example ot slot accepting a VTK object as parameter.

Definition at line 54 of file ctkTestWrappedVTKSlot.h.


The documentation for this class was generated from the following file: