[vtkusers] Creating custom tag for VTK points in vtkriter

Chiranjib Sur sur.chiranjib at gmail.com
Fri Apr 10 08:06:08 EDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150410/0d9388c8/attachment.html>


More information about the vtkusers mailing list