[Paraview] Simple Filter

Wolfgang Lechner wolfganglechner at gmx.at
Mon May 16 12:34:30 EDT 2005


Thanks, the class vtkSimpleImagetoImage is indeed
exaclty what I was looking for, and I already wrote
my own filter based on the vtkSimpleImageExample.cxx.

I guess the next step is to write cmakelist, .pvsm.in and 
.xml.in files like in the PVLocal example, or is there 
even a simpler way to get my filter into paraview?

thanks again
wolf


----- Original Message ----- 
From: "Berk Geveci" <berk.geveci at gmail.com>
To: "Wolfgang Lechner" <wolfganglechner at gmx.at>
Cc: <paraview at paraview.org>
Sent: Monday, May 16, 2005 4:50 PM
Subject: Re: [Paraview] Simple Filter


Almost any VTK filter should work with ParaView. Check VTK
documentation to see how they are written. I would recommend using
vtkImageData instead of vtkStructuredPoints since it is deprecated. 
vtkSimpleImageToImageFilter would be a good starting point.

-Berk

On 5/15/05, Wolfgang Lechner <wolfganglechner at gmx.at> wrote:
>  
> Hi 
>   
> I have write an app in c++ using vtk which manipulates 
> data using vtkStructuredPoints. Starting from this code I 
> want to create a paraview-filter but don't know. 
>   
> I would like the Filter to get vtkStructuredPoints as 
> input, do some manipulations and give back a 
> vtkStructuredPoints class to Paraview. 
>   
> Can somebody give me a starting point? 
>   
> thanks in advance 
> Wolfgang Lechner 
>   
>   
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 
> 
>
_______________________________________________
ParaView mailing list
ParaView at paraview.org
http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list