X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point.h;h=d4b715ac43a86418b9f94b746b1a1efe52ff8d61;hb=d499ef7358a4dc4ce020054fc94ef04c22e9e444;hp=3d1ae7cef77700a8eee97ca08f53c0eaae6f8ce2;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point.h b/src/GeomData/GeomData_Point.h index 3d1ae7cef..d4b715ac4 100644 --- a/src/GeomData/GeomData_Point.h +++ b/src/GeomData/GeomData_Point.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomData_Point.h // Created: 24 Apr 2014 // Author: Mikhail PONIKAROV @@ -22,7 +24,7 @@ class GeomData_Point : public GeomDataAPI_Point /// Defines the double value GEOMDATA_EXPORT virtual void setValue(const double theX, const double theY, const double theZ); /// Defines the point - GEOMDATA_EXPORT virtual void setValue(const boost::shared_ptr& thePoint); + GEOMDATA_EXPORT virtual void setValue(const std::shared_ptr& thePoint); /// Returns the X double value GEOMDATA_EXPORT virtual double x() const; @@ -31,7 +33,7 @@ class GeomData_Point : public GeomDataAPI_Point /// Returns the Z double value GEOMDATA_EXPORT virtual double z() const; /// Returns the 3D point - GEOMDATA_EXPORT virtual boost::shared_ptr pnt(); + GEOMDATA_EXPORT virtual std::shared_ptr pnt(); protected: /// Initializes attributes