Salome HOME
PAL7508: Development of new block functionalities. Implement GetShapesOn<xxx>() funct...
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo.cdl
index b7f770f3a942a22de7680b721d84c3cf194c07cc..98ed925d1ff5d4d78b3fe794ad53a6ffa2aa0946 100755 (executable)
@@ -46,6 +46,7 @@ is
     class CoupleOfShapes; 
     class PassKey; 
     class PassKeyMapHasher; 
+    class SurfaceTools; 
     class Tools; 
     --      
     --  finder on 
@@ -53,8 +54,10 @@ is
     class WireSolid; 
     class ShellSolid; 
     class VertexSolid; 
+    class SolidSolid; 
     class FinderShapeOn; 
     --
+    --  instantiations
     class IndexedDataMapOfPassKeyListOfShape   
        instantiates IndexedDataMap from TCollection (PassKey from GEOMAlgo, 
                                                      ListOfShape from TopTools, 
@@ -73,4 +76,9 @@ is
        instantiates List from TCollection  (CoupleOfShapes from GEOMAlgo);
 
 
+    class IndexedDataMapOfShapeState  
+       instantiates IndexedDataMap from TCollection    (Shape from TopoDS,
+                                                        State from TopAbs,  
+                                                        ShapeMapHasher from TopTools);
+
 end GEOMAlgo;