]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Ax2.h
Salome HOME
Add ellipse data type
[modules/shaper.git] / src / GeomAPI / GeomAPI_Ax2.h
index 1ad5bcc1a90f9f4bd7f10a6c33c56c9a69a4c9df..2a740d114bee65e03ca60d204a9f4db641048668 100644 (file)
@@ -56,4 +56,7 @@ public:
   std::shared_ptr<GeomAPI_Dir> dir() const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Ax2> GeomAx2Ptr;
+
 #endif