Salome HOME
Fix compilation on Linux (complete)
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI.i
index ab85db052adf3c608ff38563409c6fe0be928521..30fb144b34a2ac9c177abcfb15c99bc4067aa1d0 100644 (file)
 %template(SelectionListList) std::list<std::list<ModelHighAPI_Selection> >;
 %template(RefAttrList) std::list<ModelHighAPI_RefAttr>;
 %template(RefList) std::list<ModelHighAPI_Reference>;
-%template(DoubleList) std::list<ModelHighAPI_Double>;
-%template(IntegerList) std::list<ModelHighAPI_Integer>;
 
 // std::pair -> []
 %template(ResultSubShapePair) std::pair<std::shared_ptr<ModelAPI_Result>, std::shared_ptr<GeomAPI_Shape> >;