[Paraview] Widget plugin?

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Jul 7 13:11:57 EDT 2009


Not currently, but it should be very easy to allow plugins to provide
3D widget so feel free to add a feature request to the bug tracker.
Until then you can write a custom panel for your filter that directly
creates your widget explicitly.

Utkarsh

On Tue, Jul 7, 2009 at 12:49 PM, Eric E. Monson<emonson at cs.duke.edu> wrote:
> Hello,
>
> I have created a new type of widget (a "Slab" to clip with -- very close to
> the Box but with slightly different look and interaction), and have it
> working in ParaView (interspersed with and compiled along with the PV CVS
> source).
>
> I was looking through trying to figure out whether there was a way to gather
> up my new source code and XML to create a plugin instead. Most of it seems
> independent of the rest of the PV source, except for
> pq3DWidget::createWidget() in which I had to add my new widgetType to the
> list of test cases.
>
> Is there any way of separating this out so I could compile my new widget
> (and its representation, XML, UI panel, etc) as a PV plugin?
>
> Thanks,
> -Eric
>
> ------------------------------------------------------
> Eric E Monson
> Duke Visualization Technology Group
>
> _______________________________________________
> 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