Salome HOME
Merge branch 'Pre_2.8.0_development'
[modules/shaper.git] / src / GeomAPI / GeomAPI_Vertex.h
index 62160593b935e3133bf0bb59d7cf44c2f0df4160..cee8fd66b36bc45a441ed254c957750c0a48d9fa 100644 (file)
@@ -52,5 +52,8 @@ public:
   bool isEqual(const std::shared_ptr<GeomAPI_Shape> theVert) const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Vertex> GeomVertexPtr;
+
 #endif