Salome HOME
IPAL22903: TC650: Store/Restore last GUI state does not work for Isos
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_WESCorrector.hxx
index ac0cd72f759acdaea94e63d117c7a548f7d89327..8348935fcef421ba18982c8c3ef5fc73ee7ee240 100644 (file)
@@ -1,87 +1,87 @@
-\r
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE\r
-//\r
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,\r
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS\r
-//\r
-// This library is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU Lesser General Public\r
-// License as published by the Free Software Foundation; either\r
-// version 2.1 of the License.\r
-//\r
-// This library is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
-// Lesser General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU Lesser General Public\r
-// License along with this library; if not, write to the Free Software\r
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA\r
-//\r
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com\r
-//\r
-// File:        NMTAlgo_WESCorrector.hxx\r
-// Created:     \r
-// Author:      Peter KURNEV\r
-//              <pkv@irinox>\r
-//\r
-#ifndef _GEOMAlgo_WESCorrector_HeaderFile\r
-#define _GEOMAlgo_WESCorrector_HeaderFile\r
-\r
-#include <Standard.hxx>\r
-#include <Standard_Macro.hxx>\r
-#include <GEOMAlgo_PWireEdgeSet.hxx>\r
-#include <GEOMAlgo_WireEdgeSet.hxx>\r
-#include <BOP_ListOfConnexityBlock.hxx>\r
-#include <GEOMAlgo_Algo.hxx>\r
-\r
-\r
-//!  The algorithm to change the Wire Edges Set (WES) contents. <br>\r
-//!   The NewWES will contain only wires instead of wires and edges. <br>\r
-//=======================================================================\r
-//class    : GEOMAlgo_WESCorrector\r
-//purpose  : \r
-//=======================================================================\r
-class GEOMAlgo_WESCorrector  : public GEOMAlgo_Algo \r
-{\r
- public:\r
-  //! Empty constructor; <br>\r
-  //! <br>\r
-  Standard_EXPORT\r
-    GEOMAlgo_WESCorrector();\r
-\r
-  Standard_EXPORT\r
-    virtual ~GEOMAlgo_WESCorrector();\r
-  \r
-  //! Modifier <br>\r
-  Standard_EXPORT\r
-    void SetWES(const GEOMAlgo_WireEdgeSet& aWES) ;\r
-  \r
-  //! Performs the algorithm that  consists  of  two  steps <br>\r
-  //! 1. Make conexity blocks (  DoConnexityBlocks()  ) <br>\r
-  //! 2. Make corrections     (  DoCorrections()  ) <br>\r
-  Standard_EXPORT   \r
-    virtual  void Perform() ;\r
-  \r
-  //! Selector <br>\r
-  Standard_EXPORT\r
-    GEOMAlgo_WireEdgeSet& WES() ;\r
-  \r
-  //! Selector <br>\r
-  Standard_EXPORT\r
-    GEOMAlgo_WireEdgeSet& NewWES() ;\r
-\r
-protected:\r
-  Standard_EXPORT\r
-    void DoConnexityBlocks() ;\r
-  \r
-  Standard_EXPORT\r
-    void DoCorrections() ;\r
-\r
-\r
-  GEOMAlgo_PWireEdgeSet myWES;\r
-  GEOMAlgo_WireEdgeSet myNewWES;\r
-  BOP_ListOfConnexityBlock myConnexityBlocks;\r
-};\r
-\r
-#endif\r
+
+// Copyright (C) 2007-2012  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.
+//
+// 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
+//
+// File:        NMTAlgo_WESCorrector.hxx
+// Created:
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+#ifndef _GEOMAlgo_WESCorrector_HeaderFile
+#define _GEOMAlgo_WESCorrector_HeaderFile
+
+#include <Standard.hxx>
+#include <Standard_Macro.hxx>
+#include <GEOMAlgo_PWireEdgeSet.hxx>
+#include <GEOMAlgo_WireEdgeSet.hxx>
+#include <BOP_ListOfConnexityBlock.hxx>
+#include <GEOMAlgo_Algo.hxx>
+
+
+//!  The algorithm to change the Wire Edges Set (WES) contents. <br>
+//!   The NewWES will contain only wires instead of wires and edges. <br>
+//=======================================================================
+//class    : GEOMAlgo_WESCorrector
+//purpose  :
+//=======================================================================
+class GEOMAlgo_WESCorrector  : public GEOMAlgo_Algo
+{
+ public:
+  //! Empty constructor; <br>
+  //! <br>
+  Standard_EXPORT
+    GEOMAlgo_WESCorrector();
+
+  Standard_EXPORT
+    virtual ~GEOMAlgo_WESCorrector();
+
+  //! Modifier <br>
+  Standard_EXPORT
+    void SetWES(const GEOMAlgo_WireEdgeSet& aWES) ;
+
+  //! Performs the algorithm that  consists  of  two  steps <br>
+  //! 1. Make conexity blocks (  DoConnexityBlocks()  ) <br>
+  //! 2. Make corrections     (  DoCorrections()  ) <br>
+  Standard_EXPORT
+    virtual  void Perform() ;
+
+  //! Selector <br>
+  Standard_EXPORT
+    GEOMAlgo_WireEdgeSet& WES() ;
+
+  //! Selector <br>
+  Standard_EXPORT
+    GEOMAlgo_WireEdgeSet& NewWES() ;
+
+protected:
+  Standard_EXPORT
+    void DoConnexityBlocks() ;
+
+  Standard_EXPORT
+    void DoCorrections() ;
+
+
+  GEOMAlgo_PWireEdgeSet myWES;
+  GEOMAlgo_WireEdgeSet myNewWES;
+  BOP_ListOfConnexityBlock myConnexityBlocks;
+};
+
+#endif