<br>Does the python (and other lang) wrapping depend on swig?<br><br>Thanks, Darren<br><br><br><div class="gmail_quote">On Mon, May 4, 2009 at 11:27 AM, pat marion <span dir="ltr">&lt;<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Another helpful detail- you can tell the wrapper to ignore certain<br>
files by using this in your CMakeLists.txt:<br>
<br>
SET_SOURCE_FILES_PROPERTIES(<br>
  vtkMyUnwrappableClass.cxx<br>
  WRAP_EXCLUDE<br>
)<br>
<font color="#888888"><br>
Pat<br>
</font><div><div></div><div class="h5"><br>
On Mon, May 4, 2009 at 1:22 PM, David E DeMarle<br>
&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; wrote:<br>
&gt; A search on markmail turned up a fairly recent discussion of the topic.<br>
&gt;<br>
&gt; <a href="http://vtk.markmail.org/search/?q=wrapping#query:wrapping+page:1+mid:plwydwprhlreh24s+state:results" target="_blank">http://vtk.markmail.org/search/?q=wrapping#query:wrapping+page:1+mid:plwydwprhlreh24s+state:results</a><br>

&gt;<br>
&gt; It doesn&#39;t look the the wiki page was ever moved over to <a href="http://vtk.org" target="_blank">vtk.org</a>. I<br>
&gt; will do that now.<br>
&gt;<br>
&gt; David E DeMarle<br>
&gt; Kitware, Inc.<br>
&gt; R&amp;D Engineer<br>
&gt; 28 Corporate Drive<br>
&gt; Clifton Park, NY 12065-8662<br>
&gt; Phone: 518-371-3971 x109<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, May 4, 2009 at 1:12 PM, kent williams &lt;<a href="mailto:nkwmailinglists@gmail.com">nkwmailinglists@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Maybe I&#39;m just missing the tree I need for the forest, but I went<br>
&gt;&gt; looking for documentation on VTK Wrapping, and came up empty.<br>
&gt;&gt;<br>
&gt;&gt; In fact, in the top ten hits for google search on &quot;vtk wrapping&quot;  my<br>
&gt;&gt; own posts to the VTK-Users come up, the ones where I claim that VTK<br>
&gt;&gt; wrapping are driving me insane.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve acquired the bare minimum knowledge necessary to survive VTK<br>
&gt;&gt; wrapping for KWWidgets applications --- use //BTX and //ETX to keep<br>
&gt;&gt; the wrapping parser from losing its mind, always name classes with a<br>
&gt;&gt; &#39;vtk&#39; prefix, limit argument types to built-in scalar types and char *<br>
&gt;&gt; -- but is VTK wrapping actually documented anywhere?<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; 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>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; 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>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;<br>
&gt;<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>
</div></div></blockquote></div><br>