/* ModelAPI.i */ %module ModelAPI %{ #include "ModelAPI.h" #include "ModelAPI_Document.h" #include "ModelAPI_PluginManager.h" #include "ModelAPI_Feature.h" %} // to avoid error on this #define MODELAPI_EXPORT // standard definitions %include "typemaps.i" %include "std_string.i" // boost pointers // %include // %shared_ptr(ModelAPI_PluginManager) // %shared_ptr(ModelAPI_Feature) // all supported interfaces %include "ModelAPI_Document.h" %include "ModelAPI_PluginManager.h" %include "ModelAPI_Feature.h"