[Paraview] binary VTU format
burlen
burlen.loring at gmail.com
Thu Sep 30 20:47:17 EDT 2010
You have to be careful of the terminology because in the world of VTK
XML files "binary" really means base 64 encoded, and "appended not
encoded" means binary. I have used the following two lines in a code in
order to coax the VTK XML writer to write binary:
w->SetDataModeToAppended();
w->SetEncodeAppendedData(0);
ParaView has these options in the file->save data menu of you choose the
XML format.
On 09/30/2010 02:28 PM, Eric Meloche wrote:
> Greetings,
>
> Trying to convert an ascii vtu file to binary form.
>
> how does one convert the following to binary.
>
> ----------------------------------------------------------------------------------
> <DataArray type="Int32" Name="offsets" format="ascii">
> 8 16 24 32 40 48 56 64
> </DataArray>
> <DataArray type="UInt8" Name="types" format="ascii">
> 11 11 11 11 11 11 11 11
> </DataArray>
> ---------------------------------------------------------------------------------
>
>
> Best regards,
> Eric
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
More information about the ParaView
mailing list