[vtkusers] Which is easier and appropriate

David E DeMarle dave.demarle at kitware.com
Tue Feb 24 08:24:42 EST 2009


On Tue, Feb 24, 2009 at 2:26 AM, shenyanwen <shenyanwen at gmail.com> wrote:
>     I am doing some work about modifying ParaView's source code.I just want
> to read my custom data which has a file format that
> ParaView does not recognize.How can I do this more easily.Write my own
> reader for this file or write a VTK filter that can read this
> data file and produce VTK data structures?
> Thanks all~

A reader is nothing more than a filter that has zero inputs that reads
a file and produces VTK data set structures. Once you have the VTK
class working, letting ParaView use it is a simple process, which is
described in the ParaView book and on the ParaView plugins wiki page.

>
> --
> shenyanwen at gmail.com
> Mobile Phone:13476177952
> Tel: 027-87558144
>
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



-- 
David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



More information about the vtkusers mailing list