]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/NMTTools/NMTTools.cdl
Salome HOME
0021672: [CEA 565] Dump Study from script
[modules/geom.git] / src / NMTTools / NMTTools.cdl
index 7152b2f137995dee96ff6e0372183cc2f08deff0..e3ce884663d644ad452abae0b8dffe6cfd5094fd 100644 (file)
@@ -1,23 +1,23 @@
---  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+-- 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
+-- 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 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.
+-- 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
+-- 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
+-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 --
 
 -- File:       NMTTools.cdl
 -- Author:     Peter KURNEV
 --             <pkv@irinox>
 --
-package NMTTools 
+package NMTTools
 
-       ---Purpose: 
+       ---Purpose:
+
+uses
 
-uses  
-    
     TCollection,
     TColStd,
-    gp, 
-    TopAbs, 
-    TopoDS, 
-    TopTools, 
+    gp,
+    TopAbs,
+    TopoDS,
+    TopTools,
     Geom2d,
     BooleanOperations,
     BOPTColStd,
     IntTools,
-    BOPTools, 
-    
+    BOPTools,
     NMTDS
 
-is 
-    --class IteratorOfCoupleOfShape; 
-    --class DSFiller; 
-    class PaveFiller; 
-    class Tools; 
-    class CommonBlock; 
-    class CommonBlockAPI; 
-    --class PCurveMaker; 
-    class DEProcessor; 
-    class CoupleOfShape;  
-    --modified by NIZNHY-PKV Mon Feb 19 11:39:24 2007f
-    class CheckerSI;
-    --modified by NIZNHY-PKV Mon Feb 19 11:39:27 2007t 
-
-    pointer PPaveFiller to PaveFiller from NMTTools;
-    --pointer PDSFiller   to DSFiller   from NMTTools;
-
-    class ListOfCommonBlock  instantiates  
-       List from TCollection(CommonBlock from NMTTools); 
-        
-    class CommonBlockPool    instantiates  
-       CArray1 from BOPTColStd (ListOfCommonBlock from NMTTools); 
-
-    class IndexedDataMapOfIndexedMapOfInteger instantiates  
-       IndexedDataMap from TCollection  (Integer from Standard, 
-                                         IndexedMapOfInteger from TColStd,
-                                         MapIntegerHasher from TColStd); 
-        
-    class IndexedDataMapOfShapePaveBlock instantiates  
-       IndexedDataMap from TCollection  (Shape from TopoDS, 
-                                         PaveBlock from BOPTools,
-                                         ShapeMapHasher from TopTools); 
-    
-    class IndexedDataMapOfShapeIndexedMapOfShape instantiates  
-       IndexedDataMap from TCollection  (Shape from TopoDS, 
-                                         IndexedMapOfShape from TopTools,
-                                         ShapeMapHasher from TopTools);   
-                                          
-    class ListOfCoupleOfShape  instantiates  
-       List from TCollection(CoupleOfShape from NMTTools);      
+is
+    imported CoupleOfShape from NMTTools;
+    imported CommonBlock from NMTTools;
+    imported CommonBlockAPI from NMTTools;
+    imported FaceInfo from NMTTools;
+    imported Tools from NMTTools;
+    imported PaveFiller from NMTTools;
+    imported PPaveFiller from NMTTools;
+    imported DEProcessor from NMTTools;
+    imported CheckerSI from NMTTools;
+    --
+    imported ListOfCommonBlock from NMTTools;
+    imported ListIteratorOfListOfCommonBlock from NMTTools;
+
+    imported ListOfCoupleOfShape from NMTTools;
+    imported ListIteratorOfListOfCoupleOfShape from NMTTools;
+
+    imported MapOfPaveBlock from NMTTools;
+    imported MapIteratorOfMapOfPaveBlock from NMTTools;
+
+    imported IndexedDataMapOfIndexedMapOfInteger from NMTTools;
+    imported IndexedDataMapOfShapePaveBlock from NMTTools;
+    imported IndexedDataMapOfShapeIndexedMapOfShape from NMTTools;
+
+    imported DataMapOfIntegerListOfPaveBlock from NMTTools;
+    imported DataMapIteratorOfDataMapOfIntegerListOfPaveBlock from NMTTools;
+
+    imported DataMapOfIntegerFaceInfo from NMTTools;
+    imported DataMapIteratorOfDataMapOfIntegerFaceInfo from NMTTools;
+
+    imported CommonBlockPool from NMTTools;
+
+    --
+    --class PaveFiller;
+    --class Tools;
+    --class CommonBlock;
+    --class CommonBlockAPI;
+    --class FaceInfo;
+    --class CoupleOfShape;
+    --class CheckerSI;
+    --class DEProcessor;
+    --pointer PPaveFiller to PaveFiller from NMTTools;
+    --
+    --class ListOfCommonBlock  instantiates
+    -- List from TCollection(CommonBlock from NMTTools);
+
+    --class ListOfCoupleOfShape  instantiates
+    -- List from TCollection(CoupleOfShape from NMTTools);
+--
+    --class  MapOfPaveBlock  instantiates
+    -- Map from TCollection   (PaveBlock from BOPTools,
+    --                         PaveBlockMapHasher from BOPTools);
+--
+    --class IndexedDataMapOfIndexedMapOfInteger instantiates
+    -- IndexedDataMap from TCollection  (Integer from Standard,
+    --                                   IndexedMapOfInteger from TColStd,
+    --                                   MapIntegerHasher from TColStd);
+
+    --class IndexedDataMapOfShapePaveBlock instantiates
+    -- IndexedDataMap from TCollection  (Shape from TopoDS,
+    --                                   PaveBlock from BOPTools,
+    --                                   ShapeMapHasher from TopTools);
+
+    --class IndexedDataMapOfShapeIndexedMapOfShape instantiates
+    -- IndexedDataMap from TCollection  (Shape from TopoDS,
+    --                                   IndexedMapOfShape from TopTools,
+    --                                   ShapeMapHasher from TopTools);
+
+--
+    --class DataMapOfIntegerListOfPaveBlock instantiates
+    -- DataMap from TCollection(Integer from  Standard,
+    --                          ListOfPaveBlock from BOPTools,
+    --                          MapIntegerHasher from TColStd);
 
+    --class DataMapOfIntegerFaceInfo instantiates
+    -- DataMap from TCollection(Integer from  Standard,
+    --                             FaceInfo from  NMTTools,
+    --                          MapIntegerHasher from TColStd);
 --
-    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 CommonBlockPool    instantiates
+    -- CArray1 from BOPTColStd (ListOfCommonBlock from NMTTools);
 --
 end NMTTools;