Nice!  I will give it a try on the PCL plugin for ParaView.  I recently updated this plugin to use vtk master, previously it was on vtk 5.10.  The plugin has client-server wrapping and python wrapping.  Should I try using your topic branch as-is or should I wait for a new version?<br>

<br>Pat<br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 6:57 AM, Marcus D. Hanwell <span dir="ltr"><<a href="mailto:marcus.hanwell@kitware.com" target="_blank">marcus.hanwell@kitware.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I just pushed a topic to Gerrit (still marked as WIP) that attempts to<br>
address several issues we perceived with the wrapping, such as<br>
requiring both sources and headers when only headers are<br>
wrapped/contain API, happening when the C++ classes are being built<br>
when it should happen at the end using information exported that could<br>
be used by any external or internal wrapping tool.<br>
<br>
<a href="http://review.source.kitware.com/#/t/2340/" target="_blank">http://review.source.kitware.com/#/t/2340/</a><br>
<br>
I think the name DoPython is lame, but nothing jumped out (suggestions<br>
welcome). As far as I can see all of the Python tests still pass<br>
(locally with fresh builds and on the CDash@Home submissions). This<br>
also helps larger projects such as ParaView build against a system<br>
installed (or at least previously built) VTK. We still need to add<br>
some extra features such as installing the hints file, the module<br>
information etc.<br>
<br>
This also addresses several bugs we had noticed after the Python<br>
wrapping was pushed into a module, as things like __init__.py need to<br>
know about all wrapped modules in order to be built correctly. There<br>
are still a few pieces to clean up, I would appreciate any thoughts on<br>
what I might have missed too, ideally we would like to push all of the<br>
wrapping to use this mechanism (client-server ParaView wrapping<br>
already uses this approach).<br>
<br>
Thanks,<br>
<br>
Marcus<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>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br>