Salome HOME
#1721 Selecting arcs in mirror constraint is too long and removes other edges
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI_Dir.h
index 4e61cd8f072ace18a6caa6561712e71bcf9f5339..bd91b7d423b521f79431519b0a47e97fd05180ac 100644 (file)
@@ -52,4 +52,7 @@ class GeomDataAPI_Dir : public ModelAPI_Attribute
   GEOMDATAAPI_EXPORT virtual ~GeomDataAPI_Dir();
 };
 
+//! Pointer on attribute object
+typedef std::shared_ptr<GeomDataAPI_Dir> AttributeDirPtr;
+
 #endif