[Paraview] PointData and the components' name

Berk Geveci berk.geveci at kitware.com
Fri Jan 9 10:20:24 EST 2009


I am afraid that the only way of doing this is to create separate
array for each component.

-berk

On Thu, Jan 8, 2009 at 9:41 AM, Jérôme <jerome.velut at gmail.com> wrote:
> Hi,
>
> I wrote a filter that build PointData with several vtkDoubleArray. I
> gave names to these array, that appear in Paraview - which is very
> useful for statistical view.
> But these arrays contain several components that ParaView
> automatically names X, Y and Z when there are 3 components, or XX, XY,
> XZ, YX, YY ... when 9 components, and 1, 2, 3 for other numbers of
> field.
> I would like to give special names to these fields - the best being
> inside my cxx vtk filter- such as "Radius", "Mean", "StdDev", ...,
> without allocating one array for each value...
>
> Does someone know how to do that ?
>
> Thanks !
>
> Jérôme
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>


More information about the ParaView mailing list