[Paraview-developers] How to use paraview filter within another filter

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Apr 8 13:50:54 EDT 2015


Custom filters may be the way to go. See this:
http://www.paraview.org/Wiki/ParaView/Custom_Filters


On Wed, Mar 25, 2015 at 8:09 AM, Chiranjib Sur <sur.chiranjib at gmail.com> wrote:
> Hi All,
>
> I want to create a source (for example a cube) and embed the transformation
> filter into it.
>
> To be more precise, I can create a new instance of cube source by
> overloading the vtkCubeSource class and while doing so, I want the provision
> to apply the transformation filter (translation, rotation, scaling) to it.
>
> I can do that in two steps, create the source > then apply the
> transformation filter separately.
>
> Is there any way I can embed / use the transformation filter while I create
> the source (which appears in the pipeline and the paraview window). In a
> nutshell, is there any way to have a filter containing another filter ?
>
> Is there any way  to do this ? Or any available example which I can use to
> learn this ?
>
> Thanks in advance for your help.
>
> Chiranjib
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list