view swig/python/xtract.i @ 92:35a3bb5c3ffd

Java bindings (with simple test) now working. Unified Python and Java bindings tests.
author Jamie Bullock <jamie@postlude.co.uk>
date Thu, 06 Sep 2007 14:05:37 +0000
parents 525bfdf936c6
children
line wrap: on
line source
%module xtract
%include carrays.i 
%include typemaps.i

%{
#include "xtract/xtract_scalar.h"
%}

%array_functions(float, floatArray); 
%apply float *OUTPUT { float *result };

%include "xtract/xtract_scalar.h"