Salome HOME
Fix for the bug IPAL22851: Sub-shapes spelling
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo.cdl
index aa7e939821fd89340d43ac1e14008ec382a3a8e6..94d672db4b5870fa670fce208bb25f02c717da44 100755 (executable)
@@ -1,29 +1,28 @@
---  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+-- Copyright (C) 2007-2011  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:       GEOMAlgo.cdl
 -- Created:    Sat Dec 04 12:36:22 2004
 -- Author:     Peter KURNEV
---             <peter@PREFEX>
---
+
 package GEOMAlgo 
 
        ---Purpose: 
@@ -116,7 +115,7 @@ is
     deferred class Clsf;
     class ClsfSurf; 
     class ClsfBox; 
-    class FinderShapeOn2; 
+    --class FinderShapeOn2; 
     class PassKeyShapeMapHasher; 
     -- 
     --  classes 
@@ -127,15 +126,23 @@ is
     class ShapeInfo;
     class ShapeInfoFiller;
     -- 
-    --  gluer               
+    --  Gluer / GetInPlace 
+--modified by NIZNHY-PKV Mon Feb 21 10:07:22 2011f          
+--    class Gluer1;  
     class Gluer; 
-    class Gluer1;  
-    class GlueAnalyser; 
+
+    imported Gluer2 from GEOMAlgo;   
+    imported GlueDetector from GEOMAlgo; 
+    imported GluerAlgo from GEOMAlgo; 
+    imported GetInPlace from GEOMAlgo; 
+--modified by NIZNHY-PKV Mon Feb 21 10:07:27 2011t     
+  
+    class GlueAnalyser;  
+    
     class CoupleOfShapes; 
     class PassKey;  
     class PassKeyMapHasher; 
     class PassKeyShape;  
-    
     class SurfaceTools; 
     class Tools;  
     --      
@@ -145,20 +152,14 @@ is
     class ShellSolid; 
     class VertexSolid; 
     class SolidSolid; 
-    class FinderShapeOn; 
+    --class FinderShapeOn; 
     -- 
-    class FinderShapeOn1;
+    --class FinderShapeOn1;
     class StateCollector; 
-    --  adds
-    deferred class HAlgo;
-    deferred class Clsf;
-    class ClsfSurf; 
-    class ClsfBox;  
-    --modified by NIZNHY-PKV Mon Jan 29 10:27:44 2007f
+
     class ClsfSolid;  
-    --modified by NIZNHY-PKV Mon Jan 29 10:27:46 2007t
-    class FinderShapeOn2; 
-    class PassKeyShapeMapHasher;
+    -- class FinderShapeOn2; 
+    -- class PassKeyShapeMapHasher;
     --
     -- Builder/Splitter 
     deferred class BuilderShape; 
@@ -176,6 +177,7 @@ is
     class WireSplitter; 
     class WireEdgeSet; 
     class WESCorrector; 
+    class WESScaler; 
     -- 
     --  Pointers
     --     
@@ -242,20 +244,20 @@ is
                                               Shape from TopoDS, 
                                               PassKeyShapeMapHasher from GEOMAlgo); 
 
-    class DataMapOfShapeShapeSet instantiates 
-       DataMap from TCollection(Shape from TopoDS, 
-                                ShapeSet from GEOMAlgo, 
-                                ShapeMapHasher from TopTools); 
-        
-    class DataMapOfShapeReal instantiates 
-       DataMap from TCollection(Shape from TopoDS, 
-                                Real from Standard, 
-                                ShapeMapHasher from TopTools);          
-                                 
-    
-    class DataMapOfRealListOfShape instantiates  
-       DataMap from TCollection(Real from Standard, 
-                                ListOfShape from TopTools,  
-                                MapRealHasher from TColStd);      
+    class DataMapOfOrientedShapeShape instantiates
+        DataMap from TCollection (Shape                  from TopoDS,
+                                  Shape                  from TopoDS,
+                                  OrientedShapeMapHasher from TopTools); 
+    --modified by NIZNHY-PKV Thu Apr 28 08:25:36 2011f 
+    class DataMapOfShapeMapOfShape instantiates
+        DataMap from TCollection (Shape          from TopoDS,
+                                  MapOfShape     from TopTools,
+                                  ShapeMapHasher from TopTools); 
+    class DataMapOfShapePnt instantiates
+        DataMap from TCollection (Shape          from TopoDS,
+                                  Pnt            from gp,
+                                  ShapeMapHasher from TopTools);                         
+    --modified by NIZNHY-PKV Thu Apr 28 08:25:39 2011t     
     
 end GEOMAlgo;