[vtkusers] creating your own widget

chasank chasank at gmail.com
Mon Feb 10 09:47:57 EST 2014


You should write two classes;
- one of them is your widget's representation class which will inherit from
vtkWidgetRepresentation
- Second one will inherit from vtkAbstractWidget and will control mouse /
keyboard interaction with your representation. You should write
vtkWidgetRepresentation::BuildRepresentation() method for default
representation.



--
View this message in context: http://vtk.1045678.n5.nabble.com/creating-your-own-widget-tp5725823p5725833.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list