Salome HOME
Correct case when the weak-named attribute is dumped in Geom mode: geometrical repres...
[modules/shaper.git] / src / GeomAPI / GeomAPI_Pnt2d.h
index ef633be17ccb9d0836ab3da0d72fc0c34d379535..ac6365a717d3fcdba76937ef82c96c8fc9e21976 100644 (file)
@@ -76,5 +76,8 @@ class GeomAPI_Pnt2d : public GeomAPI_Interface
   bool isEqual(const std::shared_ptr<GeomAPI_Pnt2d>& theOther) const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Pnt2d> GeomPnt2dPtr;
+
 #endif