Salome HOME
Mantis issue 0021128. A partial fix by PKV.
[modules/geom.git] / src / NMTTools / NMTTools.cdl
index 78ba75d76a3cb50840eb51b926fb366f064063b2..74bd82446603cd522b828ed172a3d4edb165cedd 100644 (file)
@@ -1,10 +1,30 @@
+--  Copyright (C) 2007-2010  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:       NMTTools.cdl
 -- Created:    Thu Dec  4 16:55:49 2003
 -- Author:     Peter KURNEV
 --             <pkv@irinox>
----Copyright:   Matra Datavision 2003
-
-
+--
 package NMTTools 
 
        ---Purpose: 
@@ -26,18 +46,16 @@ uses
     NMTDS
 
 is 
-    class IteratorOfCoupleOfShape; 
-    class DSFiller; 
     class PaveFiller; 
     class Tools; 
     class CommonBlock; 
     class CommonBlockAPI; 
-    class PCurveMaker; 
     class DEProcessor; 
-    class CoupleOfShape; 
-    
+    class CoupleOfShape;  
+    class CheckerSI;
+    class FaceInfo;
+
     pointer PPaveFiller to PaveFiller from NMTTools;
-    pointer PDSFiller   to DSFiller   from NMTTools;
 
     class ListOfCommonBlock  instantiates  
        List from TCollection(CommonBlock from NMTTools); 
@@ -63,4 +81,20 @@ is
     class ListOfCoupleOfShape  instantiates  
        List from TCollection(CoupleOfShape from NMTTools);      
 
+--
+    class DataMapOfIntegerListOfPaveBlock instantiates 
+       DataMap from TCollection(Integer from  Standard,
+                                ListOfPaveBlock from BOPTools,
+                                MapIntegerHasher from TColStd); 
+                                
+    class  MapOfPaveBlock  instantiates 
+       Map from TCollection   (PaveBlock from BOPTools, 
+                               PaveBlockMapHasher from BOPTools); 
+                                
+    class DataMapOfIntegerFaceInfo instantiates 
+       DataMap from TCollection(Integer from  Standard, 
+                                 FaceInfo from  NMTTools,
+                                MapIntegerHasher from TColStd); 
+--
 end NMTTools;