[Paraview] GUI custumized Object Panel with filter

Boris Clemencon bc317 at cam.ac.uk
Thu Jul 17 09:08:48 EDT 2008


Here are the sources...



Boris Clemencon wrote:
> Hello all,
>
> _*Description*_
> I am wrote a customized object panel for my Free-Form Deformation 
> (FFD) filter plugin. This panel object is deriving from 
> pqAutoGeneratedObjectPanel. However the panel does not show up when I 
> select the FFD filter in Paraview  3.3.0...
>
>
> _*More details*_
> I wrote a Free-Form Deformation filter:
> name of the class : vtkFFDTransformFilter
> sources : vtkFFDTransformFilter.cxx and vtkFFDTransformFilter.h
> proxy name : vtkFFDTransformFilter.xml
>
> I wrote the corresponding customized object panel deriving from 
> pqAutoGeneratedObjectPanel (example p281 in the PV book)
> name of class: pqFFDTransformPanel
> source : pqFFDTransformPanel.h
>
> And I modified the CMakeList.txt (see attached)
> _*
> Result:*_
> - Everything compile properly
> - Both plugin (panel+filter) are initially loaded in PV
> /*- But, when I run the FFD filter, the GUI panel does not show up... 
> ????*/
> - I  wrote a printf in the panel object constructor, but it seems that 
> the constructor is not called...
> There is a post which looks like that ([Paraview] Custom Filter Panel 
> Not loading in PV3 CVS), but in his case, the constructor seem to been 
> called. So it is not exactly the same problem.
>
> Anyone can help please? (See attached CMakeList.txt, 
> vtkFFDTransformFilter.xml and pqFFDTransformPanel.h)
>
> Regards
> Boris Clemencon
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CMakeLists.txt
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080717/74c4aa05/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pqFFDTransformPanel.h
Type: text/x-chdr
Size: 1863 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080717/74c4aa05/attachment.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkFFDTransformFilter.xml
Type: text/xml
Size: 702 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080717/74c4aa05/attachment.bin>


More information about the ParaView mailing list