[Paraview] Reader Plugin should inherit from which class ?

Robert Maynard robert.maynard at kitware.com
Wed Nov 9 09:15:02 EST 2011


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.richter at 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


More information about the ParaView mailing list