[vtkusers] vtkChartXY picking

dstivanov dimitar.ivanov at musala.com
Wed Dec 8 08:03:52 EST 2010


Hi Nicolas,

I offer you to use vtkPropPicker. The idea of all the picker classes is to
give you different vtkObject(prop, area, cell, volume, world point
coordinates) according to the 2D coordinates on the screen(on the rendering
window to be more precise). You can see the hierarchy of the
vtkAbstractPicker to get familiar with the different types of pickers. 

I think that if you use the proper picker you can take the element, situated
under the mouse pointer 2D coordinates(you will understand what I mean when
you read the documentation of the pickers) and after that manipulate it as
you wish. 

Greetings,
Mitko
-- 
View this message in context: http://vtk.1045678.n5.nabble.com/vtkChartXY-picking-tp3297279p3297305.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list