[Paraview-developers] Creating custom tag for VTK points in vtkriter

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Sun Apr 12 14:32:22 EDT 2015


This isn't possible. However, you may want to try using FieldData
instead to add additional "meta-data".

Utkarsh

On Fri, Apr 10, 2015 at 8:06 AM, Chiranjib Sur <sur.chiranjib at gmail.com> wrote:
> Hi All,
> The vtkpoint information in vtkpolydata (.vtp) is displayed as
>
> <Points>
>         <DataArray type="Float64" Name="Points" NumberOfComponents="3"
> format="binary" ......
>
> I use the vtkXMLPolydataWriter to write this information. Is there any way
> to change the tag (e.g. CustomTag) to something different, so that the
> header of the vtkPOints will look like something :
>
> <Points>
>         <DataArray type="Float64" Name="CustomTag" NumberOfComponents="3"
> format="binary" ....
>
>
> Thanks,
> Chiranjib
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list