Salome HOME
Unit tests fixes related to python swigged lists iteration
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
index 87223200698d78bd340a951e7f4ad17ba6023349..02687c2590dfec87e98ca7870e7897f241a77dec 100644 (file)
@@ -76,9 +76,3 @@
 %include "GeomAPI_XYZ.h"
 %include "GeomAPI_Trsf.h"
 %include "GeomAPI_Wire.h"
-
-%include "std_list.i"
-%include "std_set.i"
-
-%template(PointList) std::list<std::shared_ptr<GeomAPI_Pnt> >;
-%template(PointSet) std::set<std::shared_ptr<GeomAPI_Pnt> >;