Salome HOME
Merge branch 'Pre_2.8.0_development'
[modules/shaper.git] / src / GeomAPI / GeomAPI_Ax2.h
index e7658e88ef24d74ecfe2d5d4d4163e154efb2fa7..39cd19c3f42e94cd0796d1b3558ff64844f47c86 100644 (file)
@@ -70,4 +70,7 @@ public:
   std::shared_ptr<GeomAPI_Dir> dir() const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Ax2> GeomAx2Ptr;
+
 #endif