[vtkusers] picked cell highlight
czbebe
oka at bpe.es.osaka-u.ac.jp
Mon Sep 27 21:30:00 EDT 2010
Dear David,
class MouseInteractorStyle
------
vtkSmartPointer<vtkUnstructuredGrid> Data;
//vtkSmartPointer<vtkPolyData> Data;
main
vtkSmartPointer<vtkUnstructuredGrid> ug =
vtkSmartPointer<vtkUnstructuredGrid>::New();
------
style1->Data = ug;
is all right. I can do it.
If next cell is selected, previous cell highlight disappeared.
I want to left it highlighted and also pick next time, want
to erase it.
Is it possible?
Best regards,
Oka
--
View this message in context: http://vtk.1045678.n5.nabble.com/picked-cell-highlight-tp2854223p2856123.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list