X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomData%2FGeomData_Point2D.h;h=4990948b8f8ed08483526fbea0aa8bc1e379e614;hb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;hp=8e3c124b3d45515ee57177707277c7035bf38d25;hpb=98be939e3a6c58498b6dd763301d3e5fa50bf397;p=modules%2Fshaper.git diff --git a/src/GeomData/GeomData_Point2D.h b/src/GeomData/GeomData_Point2D.h index 8e3c124b3..4990948b8 100644 --- a/src/GeomData/GeomData_Point2D.h +++ b/src/GeomData/GeomData_Point2D.h @@ -2,8 +2,8 @@ // Created: 24 Apr 2014 // Author: Mikhail PONIKAROV -#ifndef GeomData_Point2D_HeaderFile -#define GeomData_Point2D_HeaderFile +#ifndef GeomData_Point2D_H_ +#define GeomData_Point2D_H_ #include "GeomData.h" #include "GeomDataAPI_Point2D.h" @@ -17,8 +17,8 @@ class GeomData_Point2D : public GeomDataAPI_Point2D { - Handle_TDataStd_RealArray myCoords; ///< X and Y doubles as real array attribute [0; 1] -public: + Handle_TDataStd_RealArray myCoords; ///< X and Y doubles as real array attribute [0; 1] + public: /// Defines the double value GEOMDATA_EXPORT virtual void setValue(const double theX, const double theY); /// Defines the point @@ -31,7 +31,7 @@ public: /// Returns the 2D point GEOMDATA_EXPORT virtual boost::shared_ptr pnt(); -protected: + protected: /// Initializes attributes GEOMDATA_EXPORT GeomData_Point2D(TDF_Label& theLabel);