Hi David,<br>I have to expose a lot of native VTK filters that are not in ParaView. I never had to use a CMakeLists and a _GUI XML. In my mind, your input properties should be totally described in your ICP. xml file. For example on how to write proxy property elements, you should take a look at Paraview3/Servers/ServerManagers/Resources/filtering.xml. It was sufficient for me for many VTK filters, before I bought for the Paraview book.<br>
<br>steps:<br>   - write your xml description of the wanted VTK filter<br>   - run ParaView<br>   - Tools -&gt; Manage Plugin/Extension<br>   - &quot;Load New&quot;<br>   - choose &quot;Files of type&quot; -&gt; *.xml<br>
   - pick your file -&gt; OK<br><br>Then your filter should appear in the filters list.<br><br>Hope that helps<br>Jerome<br><br>(Attached is an example of how I expose vtkImageMathematic to Paraview.)<br><br><div class="gmail_quote">
2009/10/24 David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am trying to make a plugin interface for<br>
vtkIterativeClosestPointTransform. I tried following what examples I<br>
could find, but I am getting a bunch of &quot;Error parsing XML.&quot; Can<br>
someone take a look at these? All I&#39;ve tried to do so far is set the<br>
Source and Target vtkDataSet inputs. Can anyone see where I have gone<br>
wrong?<br>
<br>
<a href="http://www.rpi.edu/%7Edoriad/Paraview_List/ICP/" target="_blank">http://www.rpi.edu/~doriad/Paraview_List/ICP/</a><br>
<br>
If we can get this basic framework working I&#39;m sure I can figure out<br>
how to add the other properties/options etc.<br>
<br>
Thanks,<br>
<br>
David<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>