0025328: Visualization, TKOpenGl - support text rendering within built-in GLSL programs
[occt.git] / src / BOPCol / BOPCol.cdl
CommitLineData
4e57c75e 1-- Created by: Peter KURNEV
973c2be1 2-- Copyright (c) 1999-2014 OPEN CASCADE SAS
4e57c75e 3--
973c2be1 4-- This file is part of Open CASCADE Technology software library.
4e57c75e 5--
d5f74e42 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
973c2be1 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.
4e57c75e 11--
973c2be1 12-- Alternatively, this file may be used under the terms of Open CASCADE
13-- commercial license or contractual agreement.
4e57c75e 14
15package BOPCol
16
17 ---Purpose:
18 -- The package contains collection classes
19 -- that are used by
20 -- partition and boolean operation algorithms
21uses
22 TCollection
23
24is
25 imported BaseAllocator from BOPCol;
26 imported DataMapOfShapeInteger from BOPCol;
b1d15f53 27 imported DataMapOfShapeReal from BOPCol;
4e57c75e 28 imported MapOfInteger from BOPCol;
29 imported ListOfInteger from BOPCol;
30 imported PInteger from BOPCol;
31 imported DataMapOfIntegerInteger from BOPCol;
b4109929 32 imported DataMapOfIntegerReal from BOPCol;
4e57c75e 33 imported DataMapOfIntegerListOfInteger from BOPCol;
34 imported IndexedDataMapOfShapeBox from BOPCol;
35 imported IndexedMapOfInteger from BOPCol;
36 imported ListOfShape from BOPCol;
37 imported DataMapOfShapeAddress from BOPCol;
38 imported DataMapOfTransientAddress from BOPCol;
39 imported PListOfInteger from BOPCol;
40 imported VectorOfInteger from BOPCol;
41 imported MapOfShape from BOPCol;
42 imported DataMapOfShapeShape from BOPCol;
43 imported DataMapOfShapeListOfShape from BOPCol;
44 imported MapOfOrientedShape from BOPCol;
45 imported IndexedDataMapOfShapeListOfShape from BOPCol;
46 imported IndexedMapOfShape from BOPCol;
47 imported ListOfListOfShape from BOPCol;
48 imported SequenceOfShape from BOPCol;
49 imported SequenceOfPnt2d from BOPCol;
50 imported DataMapOfIntegerListOfShape from BOPCol;
51 imported IndexedDataMapOfIntegerListOfInteger from BOPCol;
52 imported IndexedDataMapOfShapeInteger from BOPCol;
acccace3 53
4e57c75e 54
55end BOPCol;