]> SALOME platform Git repositories - modules/geom.git/blob - src/NMTDS/NMTDS.cdl
Salome HOME
Improve CheckShape function
[modules/geom.git] / src / NMTDS / NMTDS.cdl
1 -- File:        NMTDS.cdl
2 -- Created:     Fri Nov 28 10:13:19 2003
3 -- Author:      Peter KURNEV
4 --              <pkv@irinox>
5 ---Copyright:    Matra Datavision 2003
6
7
8 package NMTDS 
9
10         ---Purpose: 
11
12 uses   
13     
14     TCollection, 
15     TColStd,
16     Bnd,
17     TopoDS, 
18     TopAbs, 
19     TopTools, 
20     BooleanOperations,
21     BOPTColStd
22 is  
23     class ShapesDataStructure;
24     class IndexRange; 
25
26     pointer PShapesDataStructure to ShapesDataStructure from NMTDS;
27
28     class CArray1OfIndexRange instantiates 
29         CArray1 from BOPTColStd(IndexRange from NMTDS); 
30      
31     class ListOfIndexedDataMapOfShapeAncestorsSuccessors instantiates 
32         List from TCollection(IndexedDataMapOfShapeAncestorsSuccessors from BooleanOperations); 
33          
34     class IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger instantiates 
35         IndexedDataMap from TCollection(Integer        from Standard, 
36                                         IndexedDataMapOfShapeInteger from BooleanOperations, 
37                                         MapIntegerHasher from TColStd); 
38                                          
39 end NMTDS;