[Paraview] Writing new readers for paraview
Andy Cedilnik
andy . cedilnik at kitware . com
03 Oct 2003 12:10:39 -0400
Hi Dave,
ParaView uses standard VTK readers. You have to make sure to modify
ParaVew/Resources/Readers.xml file.
Andy
On Fri, 2003-10-03 at 12:06, Dave Semeraro wrote:
> I have a question about writing a new reader for paraview. Can I just write
> the reader as if it
> were just for VTK and have it work with paraview or is there some special
> paraview class I
> must inherit from? When running paraview in parallel does it use the same
> pipeline parallelism
> mode as the paralleliso example? I have heard there is a guide of sorts
> under development.
> Would there be a developers section somewhere? I would appreciate having a
> look at even a
> alpha version of such a doc.