[vtkusers] vtkWorldPointPicker does not see vtkImagePlaneWidget (vtk-5.0)

dean.inglis at camris.ca dean.inglis at camris.ca
Thu Feb 2 15:02:03 EST 2006


Boris,

read the class documentation:

http: // www . vtk . org /doc/nightly/html/classvtkWorldPointPicker.html


you could try a subclass of vtkAbstractPropPicker,
in fact, you could get world coords from the cursor
of vtkImagePlaneWidget directly using:

double pos[3];
widget->GetCurrentCursorPosition( pos );

Dean




More information about the vtkusers mailing list