1 -- Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
18 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 -- Created: Thu Dec 4 16:55:49 2003
22 -- Author: Peter KURNEV
47 --class IteratorOfCoupleOfShape;
56 --modified by NIZNHY-PKV Mon Feb 19 11:39:24 2007f
58 --modified by NIZNHY-PKV Mon Feb 19 11:39:27 2007t
60 pointer PPaveFiller to PaveFiller from NMTTools;
61 --pointer PDSFiller to DSFiller from NMTTools;
63 class ListOfCommonBlock instantiates
64 List from TCollection(CommonBlock from NMTTools);
66 class CommonBlockPool instantiates
67 CArray1 from BOPTColStd (ListOfCommonBlock from NMTTools);
69 class IndexedDataMapOfIndexedMapOfInteger instantiates
70 IndexedDataMap from TCollection (Integer from Standard,
71 IndexedMapOfInteger from TColStd,
72 MapIntegerHasher from TColStd);
74 class IndexedDataMapOfShapePaveBlock instantiates
75 IndexedDataMap from TCollection (Shape from TopoDS,
76 PaveBlock from BOPTools,
77 ShapeMapHasher from TopTools);
79 class IndexedDataMapOfShapeIndexedMapOfShape instantiates
80 IndexedDataMap from TCollection (Shape from TopoDS,
81 IndexedMapOfShape from TopTools,
82 ShapeMapHasher from TopTools);
84 class ListOfCoupleOfShape instantiates
85 List from TCollection(CoupleOfShape from NMTTools);
88 class DataMapOfIntegerListOfPaveBlock instantiates
89 DataMap from TCollection(Integer from Standard,
90 ListOfPaveBlock from BOPTools,
91 MapIntegerHasher from TColStd);
93 class MapOfPaveBlock instantiates
94 Map from TCollection (PaveBlock from BOPTools,
95 PaveBlockMapHasher from BOPTools);