<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"><<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>></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>
<<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>> wrote:<br>
> A search on markmail turned up a fairly recent discussion of the topic.<br>
><br>
> <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>

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