X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomDataAPI%2FGeomDataAPI_Point.h;h=a940b62cbea33913db36ff33098a52b3ec202b1e;hb=b6f308f901ef00da365c40bab25c5f03b547adf0;hp=61eaf4a6b842aa24e69d08b315d359a319670015;hpb=462f7c58614889fc1cb8e3e484f35cc60059e9df;p=modules%2Fshaper.git diff --git a/src/GeomDataAPI/GeomDataAPI_Point.h b/src/GeomDataAPI/GeomDataAPI_Point.h index 61eaf4a6b..a940b62cb 100644 --- a/src/GeomDataAPI/GeomDataAPI_Point.h +++ b/src/GeomDataAPI/GeomDataAPI_Point.h @@ -70,4 +70,7 @@ class GeomDataAPI_Point : public ModelAPI_Attribute GEOMDATAAPI_EXPORT virtual ~GeomDataAPI_Point(); }; +//! Pointer on attribute object +typedef std::shared_ptr AttributePointPtr; + #endif