New compiler warnings (vc10 64-bit) fixed in BOPCol_TBB.hxx
[occt.git] / src / BOPCol / BOPCol.cdl
1 -- Created by: Peter KURNEV
2 -- Copyright (c) 1999-2014 OPEN CASCADE SAS
3 --
4 -- This file is part of Open CASCADE Technology software library.
5 --
6 -- This library is free software; you can redistribute it and/or modify it under
7 -- the terms of the GNU Lesser General Public License version 2.1 as published
8 -- by the Free Software Foundation, with special exception defined in the file
9 -- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
10 -- distribution for complete text of the license and disclaimer of any warranty.
11 --
12 -- Alternatively, this file may be used under the terms of Open CASCADE
13 -- commercial license or contractual agreement.
14
15 package BOPCol 
16
17         ---Purpose:  
18         -- The package contains collection classes 
19         -- that are used by  
20         -- partition and  boolean operation algorithms     
21 uses 
22     TCollection
23  
24 is 
25     imported BaseAllocator from BOPCol; 
26     imported DataMapOfShapeInteger from BOPCol; 
27     imported MapOfInteger from BOPCol; 
28     imported ListOfInteger from BOPCol; 
29     imported PInteger from BOPCol; 
30     imported DataMapOfIntegerInteger from BOPCol; 
31     imported DataMapOfIntegerReal from BOPCol; 
32     imported DataMapOfIntegerListOfInteger from BOPCol; 
33     imported IndexedDataMapOfShapeBox from BOPCol; 
34     imported IndexedMapOfInteger from BOPCol; 
35     imported ListOfShape from BOPCol;   
36     imported DataMapOfShapeAddress from BOPCol;   
37     imported DataMapOfTransientAddress from BOPCol;   
38     imported PListOfInteger from BOPCol;  
39     imported VectorOfInteger from BOPCol;  
40     imported MapOfShape from BOPCol;  
41     imported DataMapOfShapeShape from BOPCol;  
42     imported DataMapOfShapeListOfShape from BOPCol;  
43     imported MapOfOrientedShape from BOPCol;  
44     imported IndexedDataMapOfShapeListOfShape from BOPCol;  
45     imported IndexedMapOfShape from BOPCol;  
46     imported ListOfListOfShape from BOPCol;  
47     imported SequenceOfShape from BOPCol;  
48     imported SequenceOfPnt2d from BOPCol;  
49     imported DataMapOfIntegerListOfShape from BOPCol;
50     imported IndexedDataMapOfIntegerListOfInteger from BOPCol;
51     imported IndexedDataMapOfShapeInteger from BOPCol;  
52    
53     
54 end BOPCol;