/* GeomDataAPI.i */ %module GeomDataAPI %{ #include "GeomDataAPI.h" #include "GeomDataAPI_Point.h" #include %} // to avoid error on this #define GEOMDATAAPI_EXPORT // standard definitions %include "typemaps.i" %include "std_string.i" //%include // boost pointers %include %shared_ptr(GeomDataAPI_Point) // all supported interfaces %include "GeomDataAPI_Point.h"