[Paraview] Simple Filter

Berk Geveci berk.geveci at gmail.com
Mon May 16 10:50:52 EDT 2005


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
> 
> 
>


More information about the ParaView mailing list