Salome HOME
Fix for import/export features
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI_Point.h
index 61eaf4a6b842aa24e69d08b315d359a319670015..a940b62cbea33913db36ff33098a52b3ec202b1e 100644 (file)
@@ -70,4 +70,7 @@ class GeomDataAPI_Point : public ModelAPI_Attribute
   GEOMDATAAPI_EXPORT virtual ~GeomDataAPI_Point();
 };
 
+//! Pointer on attribute object
+typedef std::shared_ptr<GeomDataAPI_Point> AttributePointPtr;
+
 #endif