Salome HOME
Add ellipse data type
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.h
index 9231e58f785ac33bcf55dcb664ec3da7b8411444..542f7a5f92b24e5e0bbbec57889df4f5225702a5 100644 (file)
@@ -64,5 +64,8 @@ class GeomAPI_Dir : public GeomAPI_Interface
 
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Dir> GeomDirPtr;
+
 #endif