[Paraview] Re : How to hide a vtkDataArray from the GUI?
R M
mlokida at yahoo.fr
Mon Dec 20 08:36:36 EST 2010
Hi,
Finally, I think I have found:
myArray->GetInformation()->Set(vtkDoubleArray::GUI_HIDE(), 1);
But, The array is still in the attribute list of Paraview but not in the list of
the streamTracer.
________________________________
De : R M <mlokida at yahoo.fr>
À : paraview at paraview.org
Envoyé le : Lun 20 décembre 2010, 12h 10min 45s
Objet : [Paraview] How to hide a vtkDataArray from the GUI?
Hi,
I would like to hide a vtkDataArray from the GUI that I add to a vtkPolyData. It
is used only for internal processing.
In fact, it is a 3d vectors and I don't want to see it in the streamTracers
vectors list.
I have seen the GUI_HIDE static method but really don't know how to use it.
So, how can I do this ?
Thank you for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20101220/deee14b4/attachment.htm>
More information about the ParaView
mailing list