Salome HOME
redisplay event should not be flushed during setResult of the feature. Reasons:
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI_Point2D.h
index 0dda71058060807a243a4691610b7fbe7b99467c..c693456a99f66b4636d43ff7665d9fcd758a7da4 100644 (file)
@@ -68,4 +68,7 @@ class GeomDataAPI_Point2D : public ModelAPI_Attribute
   GEOMDATAAPI_EXPORT virtual ~GeomDataAPI_Point2D();
 };
 
+//! Pointer on attribute object
+typedef std::shared_ptr<GeomDataAPI_Point2D> AttributePoint2DPtr;
+
 #endif