X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_Dir.h;h=3d666af67e09c9ccb2973b51c245dbe5650e05af;hb=c3abf4152cb6f2fce8a3c528f9104c0058f3cc3c;hp=181c4672e283379cf4281c3a9f269db5b9a0544c;hpb=6bf733fe26c59377733cc530c7836cd333dc48c4;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir.h b/src/GeomAPI/GeomAPI_Dir.h index 181c4672e..3d666af67 100644 --- a/src/GeomAPI/GeomAPI_Dir.h +++ b/src/GeomAPI/GeomAPI_Dir.h @@ -2,8 +2,8 @@ // Created: 23 Apr 2014 // Author: Mikhail PONIKAROV -#ifndef GeomAPI_Dir_HeaderFile -#define GeomAPI_Dir_HeaderFile +#ifndef GeomAPI_Dir_H_ +#define GeomAPI_Dir_H_ #include #include @@ -15,9 +15,9 @@ class GeomAPI_XYZ; * \brief 3D direction defined by three normalized coordinates */ -class GEOMAPI_EXPORT GeomAPI_Dir: public GeomAPI_Interface +class GEOMAPI_EXPORT GeomAPI_Dir : public GeomAPI_Interface { -public: + public: /// Creation of direction by coordinates GeomAPI_Dir(const double theX, const double theY, const double theZ); /// Creation of direction by coordinates