[vtkusers] ASCII to Binary conversion

Berk Geveci berk.geveci at gmail.com
Fri Nov 18 15:33:06 EST 2005


I suggest you use the new XML based readers introduced in VTK 4.4. The
legacy readers/writers have poor support for multiple fields.

On 11/16/05, Olivier Feys <olivier.feys at gmail.com> wrote:
>
> Hi,
>
> I'm currently handling ASCII vtk files containing a big mesh with 16
> scalars fields and 16 vector fields (90Mb). The problem is that it's very
> slow when I want to display other results. I think it's due to the updating
> of the reader. I thus want to convert these files to binary vtk files. But
> when I read it with an vtkUnstructuredGridReader and then put into a
> vtkUnstructuredGridWriter, I only get the first scalar fields and the first
> vector field in the binary file. Is there a middle to write all the fields
> and not only the current scalar and current vector fields ?
>
> Thanks in advance,
>
> Olivier
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20051118/96a52ae6/attachment.htm>


More information about the vtkusers mailing list