Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI.i
index f759848d9c7b03fe532fc88afe142f5018a00d03..455e0122e642146eaa073e5176c52bd11564da39 100644 (file)
@@ -3,6 +3,8 @@
 %{
   #include "GeomDataAPI.h"
   #include "GeomDataAPI_Point.h"
+  #include "GeomDataAPI_Dir.h"
+  #include "GeomDataAPI_Point2D.h"
   #include <boost/shared_ptr.hpp>
 %}
 
 // boost pointers
 %include <boost_shared_ptr.i>
 %shared_ptr(GeomDataAPI_Point)
+%shared_ptr(GeomDataAPI_Dir)
+%shared_ptr(GeomDataAPI_Point2D)
 
 // all supported interfaces
 %include "GeomDataAPI_Point.h"
+%include "GeomDataAPI_Dir.h"
+%include "GeomDataAPI_Point2D.h"