[Paraview] calling apply from inside a filter (reader)

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Mon Feb 14 13:30:23 EST 2011


The only way is to write a custom panel for your filter that calls
apply() on the panel and requests a render everytime the slider moves.

Utkarsh

On Mon, Feb 14, 2011 at 10:55 AM, Felipe Bordeu
<felipe.bordeu at ec-nantes.fr> wrote:
> Hello everybody,
>
> I have a reader and I will like to update my data in real time, when I move
> a slider (like QSlider::setTracking(1) ).
>
> If a use Auto Accept (in Settings) there is a small lag between the release
> of the slider and the update.
>
> And also I don't what the auto accept for all the filters.
>
> so how can I call the apply function from inside the filter?
> any ideas??
>
> Thanks
>
> --
>
> Felipe Bordeu Weldt
> Ingénieur de Recherche
> -------------------------------------
> Tél. : 33 (0)2 40 37 16 57
> Fax. : 33 (0)2 40 74 74 06
> Felipe.Bordeu at ec-nantes.fr
> Institut GeM - UMR CNRS 6183
> École Centrale Nantes
> 1 Rue de La Noë, 44321 Nantes, FRANCE
> -------------------------------------
>
> _______________________________________________
> 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
>


More information about the ParaView mailing list