Mercurial > hg > libxtract
view swig/python/xtract.i @ 89:ee7442343cf0
Added m4 macros
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Wed, 05 Sep 2007 14:50: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"