]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_MakeShapeList.h
Salome HOME
Algo fixes
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_MakeShapeList.h
index 8d7975071f5ba92fa724022ffdc569c009f6cd47..7de5773503df3e456d68b4733eaa6fcebeb4b887 100644 (file)
@@ -48,6 +48,9 @@ public:
   GEOMALGOAPI_EXPORT virtual void modified(const std::shared_ptr<GeomAPI_Shape> theShape,
                                            ListOfShape& theHistory);
 
+  /// Returns whether the shape is deleted
+  GEOMALGOAPI_EXPORT virtual bool isDeleted(const std::shared_ptr<GeomAPI_Shape> theShape);
+
 private:
   void result(const std::shared_ptr<GeomAPI_Shape> theShape,
               ListOfShape& theHistory,
@@ -55,7 +58,7 @@ private:
 
 
 protected:
-  ListOfMakeShape myMakeShapeList;
+  ListOfMakeShape myListOfMakeShape;
 };
 
 #endif