]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Pnt.h
Salome HOME
Add ellipse data type
[modules/shaper.git] / src / GeomAPI / GeomAPI_Pnt.h
index 137b6f72958b0c50074d8eae3ae9e2b55c9390f5..6f9ee1df7d65a58c3c1324b3e71a9d8c9fd177e0 100644 (file)
@@ -77,4 +77,7 @@ class GeomAPI_Pnt : public GeomAPI_Interface
   void translate(const std::shared_ptr<GeomAPI_Dir>& theDir, double theDist);
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Pnt> GeomPointPtr;
+
 #endif