]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/NMTTools/NMTTools_CommonBlock.cxx
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTTools / NMTTools_CommonBlock.cxx
index c061fe32da91b7dec1e2bff7c34c194c6be233f8..701bf379035e7a06e099ce78cb42417cfe19a328 100644 (file)
@@ -1,43 +1,45 @@
-// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// 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 
+// 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 
+//
+// 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 
+// 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/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-// File:       NMTTools_CommonBlock.cxx
-// Created:    Tue Dec  9 12:23:29 2003
-// Author:     Peter KURNEV
-//             <pkv@irinox>
 
-
-#include <NMTTools_CommonBlock.ixx>
+// File:        NMTTools_CommonBlock.cxx
+// Created:     Tue Dec  9 12:23:29 2003
+// Author:      Peter KURNEV
+//              <pkv@irinox>
+//
+#include <NMTTools_CommonBlock.hxx>
 
 #include <BOPTools_ListIteratorOfListOfPaveBlock.hxx>
 #include <TColStd_ListIteratorOfListOfInteger.hxx>
 
 //=======================================================================
 // function:  NMTTools_CommonBlock::NMTTools_CommonBlock()
-// purpose: 
+// purpose:
 //=======================================================================
   NMTTools_CommonBlock::NMTTools_CommonBlock()
 {
 }
 //=======================================================================
 // function:  AddPaveBlock
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CommonBlock::AddPaveBlock(const BOPTools_PaveBlock& aPB)
 {
@@ -45,7 +47,7 @@
 }
 //=======================================================================
 // function:  AddFace
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CommonBlock::AddFace(const Standard_Integer aF)
 {
@@ -53,7 +55,7 @@
 }
 //=======================================================================
 // function:  AddFaces
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CommonBlock::AddFaces(const TColStd_ListOfInteger& aLF)
 {
@@ -65,7 +67,7 @@
 }
 //=======================================================================
 // function:  PaveBlocks
-// purpose: 
+// purpose:
 //=======================================================================
   const BOPTools_ListOfPaveBlock& NMTTools_CommonBlock::PaveBlocks()const
 {
@@ -73,7 +75,7 @@
 }
 //=======================================================================
 // function:  Faces
-// purpose: 
+// purpose:
 //=======================================================================
   const TColStd_ListOfInteger& NMTTools_CommonBlock::Faces()const
 {
@@ -81,7 +83,7 @@
 }
 //=======================================================================
 // function:  PaveBlock1
-// purpose: 
+// purpose:
 //=======================================================================
   const BOPTools_PaveBlock& NMTTools_CommonBlock::PaveBlock1()const
 {
@@ -89,7 +91,7 @@
 }
 //=======================================================================
 // function:  PaveBlock1
-// purpose: 
+// purpose:
 //=======================================================================
    BOPTools_PaveBlock& NMTTools_CommonBlock::PaveBlock1(const Standard_Integer aIx)
 {
@@ -97,7 +99,7 @@
 }
 //=======================================================================
 // function:  PaveBlockOnEdge
-// purpose: 
+// purpose:
 //=======================================================================
    BOPTools_PaveBlock& NMTTools_CommonBlock::PaveBlockOnEdge(const Standard_Integer aIx)
 {
 }
 //=======================================================================
 // function:  IsPaveBlockOnFace
-// purpose: 
+// purpose:
 //=======================================================================
   Standard_Boolean NMTTools_CommonBlock::IsPaveBlockOnFace(const Standard_Integer aIx)const
 {
 }
 //=======================================================================
 // function:  IsPaveBlockOnEdge
-// purpose: 
+// purpose:
 //=======================================================================
   Standard_Boolean NMTTools_CommonBlock::IsPaveBlockOnEdge(const Standard_Integer aIx)const
 {
 }
 //=======================================================================
 // function:  IsEqual
-// purpose: 
+// purpose:
 //=======================================================================
   Standard_Boolean NMTTools_CommonBlock::IsEqual(const NMTTools_CommonBlock& aOther)const
 {
 }
 //=======================================================================
 // function:  Contains
-// purpose: 
+// purpose:
 //=======================================================================
   Standard_Boolean NMTTools_CommonBlock::Contains(const BOPTools_PaveBlock& aPBx)const
 {
 /*
 //=======================================================================
 // function:  SetEdge
-// purpose: 
+// purpose:
 //=======================================================================
   void NMTTools_CommonBlock::SetEdge(const Standard_Integer anEdge)
 {
 }
 //=======================================================================
 // function:  Edge
-// purpose: 
+// purpose:
 //=======================================================================
   Standard_Integer NMTTools_CommonBlock::Edge()const
 {