Salome HOME
Fix for the issue #2689 : Groups in error after loading a python script
[modules/shaper.git] / src / GeomAPI / GeomAPI_Vertex.h
index 62160593b935e3133bf0bb59d7cf44c2f0df4160..cbde7b5382627ea84386ffd57c60e3b7068939fc 100644 (file)
@@ -49,8 +49,11 @@ public:
 
   /// Returns true if the current edge is geometrically equal to the given edge.
   GEOMAPI_EXPORT
-  bool isEqual(const std::shared_ptr<GeomAPI_Shape> theVert) const;
+  virtual bool isEqual(const std::shared_ptr<GeomAPI_Shape> theVert) const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Vertex> GeomVertexPtr;
+
 #endif