Salome HOME
Copyrights update
[modules/geom.git] / src / NMTDS / NMTDS.cdl
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 // 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either 
7 // version 2.1 of the License.
8 // 
9 // This library is distributed in the hope that it will be useful 
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public  
15 // License along with this library; if not, write to the Free Software 
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/
19 //
20 -- File:        NMTDS.cdl
21 -- Created:     Fri Nov 28 10:13:19 2003
22 -- Author:      Peter KURNEV
23 --              <pkv@irinox>
24 ---Copyright:    Matra Datavision 2003
25
26
27 package NMTDS 
28
29         ---Purpose: 
30
31 uses   
32     
33     TCollection, 
34     TColStd,
35     Bnd,
36     TopoDS, 
37     TopAbs, 
38     TopTools, 
39     BooleanOperations,
40     BOPTColStd
41 is  
42     class ShapesDataStructure;
43     class IndexRange; 
44
45     pointer PShapesDataStructure to ShapesDataStructure from NMTDS;
46
47     class CArray1OfIndexRange instantiates 
48         CArray1 from BOPTColStd(IndexRange from NMTDS); 
49      
50     class ListOfIndexedDataMapOfShapeAncestorsSuccessors instantiates 
51         List from TCollection(IndexedDataMapOfShapeAncestorsSuccessors from BooleanOperations); 
52          
53     class IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger instantiates 
54         IndexedDataMap from TCollection(Integer        from Standard, 
55                                         IndexedDataMapOfShapeInteger from BooleanOperations, 
56                                         MapIntegerHasher from TColStd); 
57                                          
58 end NMTDS;