Salome HOME
Task 2.6: Creation of horizontal and vertical constraints “on a fly”
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir2d.h
index c525e8c3fc2a86e691d352b38d155c553db87e8b..1b7a0d35d0416ff7f1dda68865735a03d6c6bbe0 100644 (file)
@@ -66,5 +66,8 @@ class GeomAPI_Dir2d : public GeomAPI_Interface
   double angle(const std::shared_ptr<GeomAPI_Dir2d>& theArg) const;
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Dir2d> GeomDir2dPtr;
+
 #endif