[Paraview-developers] A small suggestion - flag arrays as Scalars/Vectors/Normals

David Doria daviddoria at gmail.com
Sun Sep 5 12:07:38 EDT 2010


In the "Information" tab under "Data Arrays", it would be nice to see
which array (if any) is marked as the current Scalars, Vectors, and
Normals. That is, in VTK if you do:

dataset->SetNormals(array)

it seems to call

dataset->AddArray(array)
// then set some flag to mark this array as the current Normals

Would this make sense to add?

Thanks,

David


More information about the Paraview-developers mailing list