]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelGeomAlgo/ModelGeomAlgo_Point2D.h
Salome HOME
Split preview correction: it is provided by AISObject of presentable interface
[modules/shaper.git] / src / ModelGeomAlgo / ModelGeomAlgo_Point2D.h
index 940a869c8716faa150c100e56ad2e18c6ec40b21..7f1e89bdf0c03e6266e41b1db7582667cac04e9a 100755 (executable)
@@ -69,7 +69,7 @@ namespace ModelGeomAlgo_Point2D {
                               const std::shared_ptr<GeomAPI_Pnt>& theOrigin,
                               const std::shared_ptr<GeomAPI_Dir>& theDirX,
                               const std::shared_ptr<GeomAPI_Dir>& theDirY,
-                              std::set<std::shared_ptr<GeomAPI_Pnt> >& thePoints,
+                              std::list<std::shared_ptr<GeomAPI_Pnt> >& thePoints,
                               std::map<std::shared_ptr<GeomDataAPI_Point2D>,
                                        std::shared_ptr<GeomAPI_Pnt> >& theAttributeToPoint);