Salome HOME
Fix for the "0021179: EDF 1654 SMESH GEOM: better look'n'feel" issue:
[modules/geom.git] / src / GEOMAlgo_NEW / GEOMAlgo_WireEdgeSet.hxx
index 26dbe6724635064f0482a7cb7f49b00e8f8b8f9b..97708870ed0b7d41e198aa187b11439a81d9c560 100644 (file)
@@ -1,73 +1,73 @@
-// 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
-\r
-// File:        GEOMAlgo_WireEdgeSet.hxx\r
-// Created:     \r
-// Author:      Peter KURNEV\r
-//              <pkv@irinox>\r
-//\r
-\r
-#ifndef _GEOMAlgo_WireEdgeSet_HeaderFile\r
-#define _GEOMAlgo_WireEdgeSet_HeaderFile\r
-\r
-#include <Standard.hxx>\r
-#include <Standard_Macro.hxx>\r
-#include <TopoDS_Face.hxx>\r
-#include <TopTools_ListOfShape.hxx>\r
-#include <TopoDS_Shape.hxx>\r
-\r
-//=======================================================================\r
-//function : GEOMAlgo_WireEdgeSet\r
-//purpose  : \r
-//=======================================================================\r
-class GEOMAlgo_WireEdgeSet  {\r
- public:\r
-  Standard_EXPORT\r
-    GEOMAlgo_WireEdgeSet();\r
-  \r
-  Standard_EXPORT\r
-    void Clear() ;\r
-  \r
-  Standard_EXPORT\r
-    void SetFace(const TopoDS_Face& aF) ;\r
-  \r
-  Standard_EXPORT\r
-    const TopoDS_Face& Face() const;\r
-  \r
-  Standard_EXPORT\r
-    void AddStartElement(const TopoDS_Shape& sS) ;\r
-  \r
-  Standard_EXPORT\r
-    const TopTools_ListOfShape& StartElements() const;\r
-  \r
-  Standard_EXPORT\r
-    void AddShape(const TopoDS_Shape& sS) ;\r
-  \r
-  Standard_EXPORT\r
-    const TopTools_ListOfShape& Shapes() const;\r
-\r
-protected:\r
-  TopoDS_Face myFace;\r
-  TopTools_ListOfShape myStartShapes;\r
-  TopTools_ListOfShape myShapes;\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:        GEOMAlgo_WireEdgeSet.hxx
+// Created:
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+
+#ifndef _GEOMAlgo_WireEdgeSet_HeaderFile
+#define _GEOMAlgo_WireEdgeSet_HeaderFile
+
+#include <Standard.hxx>
+#include <Standard_Macro.hxx>
+#include <TopoDS_Face.hxx>
+#include <TopTools_ListOfShape.hxx>
+#include <TopoDS_Shape.hxx>
+
+//=======================================================================
+//function : GEOMAlgo_WireEdgeSet
+//purpose  :
+//=======================================================================
+class GEOMAlgo_WireEdgeSet  {
+ public:
+  Standard_EXPORT
+    GEOMAlgo_WireEdgeSet();
+
+  Standard_EXPORT
+    void Clear() ;
+
+  Standard_EXPORT
+    void SetFace(const TopoDS_Face& aF) ;
+
+  Standard_EXPORT
+    const TopoDS_Face& Face() const;
+
+  Standard_EXPORT
+    void AddStartElement(const TopoDS_Shape& sS) ;
+
+  Standard_EXPORT
+    const TopTools_ListOfShape& StartElements() const;
+
+  Standard_EXPORT
+    void AddShape(const TopoDS_Shape& sS) ;
+
+  Standard_EXPORT
+    const TopTools_ListOfShape& Shapes() const;
+
+protected:
+  TopoDS_Face myFace;
+  TopTools_ListOfShape myStartShapes;
+  TopTools_ListOfShape myShapes;
+};
+#endif