Hi,

On line 3 of your CSVImage.xml you name the source proxy
"legacyreader" which is the name of the VTK reader
instead name your source proxy CSVImageReader. Than update line 31 too
with CSVImageReader.

On Wed, Nov 9, 2011 at 8:36 AM, Christian Richter
<christian.rich...@ovgu.de> wrote:
> Dear List,
>
> I've written a Plugin to read custom text files.
> I'm using vtkPolyDataAlgorithm as Master-Class.
> The code compiles fine and my Plugin is working in Paraview 3.12.
> But if the plugin is active, it's not possible to open legecy VTK files,
> because everytime my own reader class is used.
> I think I should use another Superclass, but don't know which one I should
> shoose.
> I attached you the source code.
>
> Thanks for help,
> C. Richter
>
> _______________________________________________
> 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
>
>



-- 
Robert Maynard
_______________________________________________
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

Reply via email to