[Paraview-developers] Implicit Function Properties

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Apr 19 08:19:30 EDT 2011


If this is  ParaView-based filter, then ParaView uses "vtkPVBox" which
has setters/getters of Position etc. that you can access.

Utkarsh

On Tue, Apr 19, 2011 at 4:38 AM,  <owen.arnold at stfc.ac.uk> wrote:
> Hi,
>
>
>
> I’ve been developing a filter loosely based on the
> vtkPVClipDataSet/vtkTableBasedClipDataSet filter. To determine how the
> vtkTableBasedClipDataSet filter works, I’ve stepped through it using the
> debugger to find out what the runtime values are. After selecting a plane
> and adjusting it’s parameters in the GUI, PlaneImplicitFunctions provide the
> origin and normal via GetNormal() and GetOrigin(). However,
> BoxImplicitFunctions do not seem to provide similar getters that return the
> recently set values. Does anyone know how I can get this type of information
> from the vtkBox?
>
>
>
> I don’t actually want to evaluate the ImplicitFunction, but I do want some
> way of figuring out what selection region has been applied in the GUI for my
> own calculations.
>
>
>
> Any help would be much appreciated.
>
>
>
> Owen.
>
> --
> Scanned by iCritical.
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>


More information about the Paraview-developers mailing list