Salome HOME
Fix regression: storeViewParameters() does not work for OCC view
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo.cdl
index aa7e939821fd89340d43ac1e14008ec382a3a8e6..3d5fadbb9a30ad206f593fc41a8b700c2fef5bb8 100755 (executable)
@@ -1,4 +1,4 @@
---  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+--  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
@@ -23,7 +23,7 @@
 -- Created:    Sat Dec 04 12:36:22 2004
 -- Author:     Peter KURNEV
 --             <peter@PREFEX>
---
+
 package GEOMAlgo 
 
        ---Purpose: 
@@ -116,7 +116,7 @@ is
     deferred class Clsf;
     class ClsfSurf; 
     class ClsfBox; 
-    class FinderShapeOn2; 
+    --class FinderShapeOn2; 
     class PassKeyShapeMapHasher; 
     -- 
     --  classes 
@@ -130,7 +130,8 @@ is
     --  gluer               
     class Gluer; 
     class Gluer1;  
-    class GlueAnalyser; 
+    class GlueAnalyser;  
+    
     class CoupleOfShapes; 
     class PassKey;  
     class PassKeyMapHasher; 
@@ -145,20 +146,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 +171,7 @@ is
     class WireSplitter; 
     class WireEdgeSet; 
     class WESCorrector; 
+    class WESScaler; 
     -- 
     --  Pointers
     --     
@@ -242,20 +238,9 @@ 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);
     
 end GEOMAlgo;