Hi Marco!
On Tuesday 20 July 2010 09:31:48 Marco Selinger wrote:
> Do you have some example, how this can be achieved? Do I need to do some
> text processing or parsing of the swig output to find out which (un)wrap
> functions to call? I have never worked on the internals of swig, so that I
> woul
r
Betreff: Re: [C++-sig] reuse C++ classes that have been wrapped with SWIG
On Thursday 15 July 2010 13:35:55 Marco Selinger wrote:
> There is a complete SWIG wrapper for the OpenCV
> (http://opencv.willowgarage.com) project.
>
> I am developing a small image processing application t
On Thursday 15 July 2010 13:35:55 Marco Selinger wrote:
> There is a complete SWIG wrapper for the OpenCV
> (http://opencv.willowgarage.com) project.
>
> I am developing a small image processing application that uses some of the
> OpenCV classes. This application will be wrapped using Boost.Python
text (not
only program code), I'd highly appreciate it.
Thanks
Marco
Von: Ralf W. Grosse-Kunstleve
An: Development of Python/C++ integration
Gesendet: Donnerstag, den 15. Juli 2010, 19:48:13 Uhr
Betreff: Re: [C++-sig] reuse C++ classes that have been wr
Yes, should be possible, although I haven't tried it in a long time, but here
are
some old files that may still work:
http://cctbx.svn.sourceforge.net/viewvc/cctbx/trunk/boost_adaptbx/
swig_arg.hpp
swig_args_ext.cpp
tests/tst_swig_args.py
SConscript
In the SConscript look for "swig".
Dear all,
is it possible to reuse C++ classes in Boost.Python that have been wrapped with
SWIG?
There is a complete SWIG wrapper for the OpenCV
(http://opencv.willowgarage.com)
project.
I am developing a small image processing application that uses some of the
OpenCV classes. This application