X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGLViewer%2FGLViewer_CoordSystem.h;h=a7901c776a04b2aaf738f50b94527865b17ae831;hb=8091ffdec0e55752a16ec4d46ac1b944fc1e1ddf;hp=dbc2b92028040a0c3a5d251b684710027f3fe30e;hpb=ca6c70bd15888367063d08008e245dafcb26c544;p=modules%2Fgui.git diff --git a/src/GLViewer/GLViewer_CoordSystem.h b/src/GLViewer/GLViewer_CoordSystem.h index dbc2b9202..a7901c776 100644 --- a/src/GLViewer/GLViewer_CoordSystem.h +++ b/src/GLViewer/GLViewer_CoordSystem.h @@ -1,8 +1,29 @@ +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE +// +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// + +// Author : OPEN CASCADE // File: GLViewer_CoordSystem.h // Created: November, 2004 -// Author: OCC team -// Copyright (C) CEA 2004 - +// /*! Class GLViewer_CoordSystem * Class implementing mathematical model of 2D coordinate system */ @@ -12,10 +33,14 @@ #include "GLViewer.h" -#ifdef WNT +#ifdef WIN32 #pragma warning( disable:4251 ) #endif +/*! + \class GLViewer_CoordSystem + \brief Class implementing mathematical model of 2D coordinate system +*/ class GLVIEWER_API GLViewer_CoordSystem { public: @@ -77,7 +102,7 @@ protected: virtual void fromReference( double& x, double& y ); }; -#ifdef WNT +#ifdef WIN32 #pragma warning ( default:4251 ) #endif