[vtkusers] How do I do? Please./ If I want to pick cell and point at the same time In VTK
kitti koonsanit
sc431137 at gmail.com
Fri Feb 10 02:53:15 EST 2006
vtkCylinderSource See Detail in Attach File (picture)
vtkCylinderSource See Detail in Attach File (picture)
I use vtkCellPicker For pick cylinder Actor
I use vtkPointPicker For pick both the end of cylinder
Example use picker
public void update(Observable o, Object arg) {
// Create a cell picker.
picker = new vtkCellPicker();
// Now at the end of the pick event call the above function.
picker.AddObserver("EndPickEvent", Annotate.this"annotatePick");
iren.SetPicker(picker);
this.addWindowSetObserver(new Observer() {
xxxx...
}
});
In source code on top , I use only vtkCellPicker. In VTK
But , If I want to pick cell and point at the same time
(I want pick cell and point (No get point ) )
How do I do? Please.
How do I write addWindowSetObserver() command ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060210/bdb68d47/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pick.GIF
Type: image/gif
Size: 13389 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060210/bdb68d47/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pick2.GIF
Type: image/gif
Size: 8302 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060210/bdb68d47/attachment-0001.gif>
More information about the vtkusers
mailing list