1 -- Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 -- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 -- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 -- This library is free software; you can redistribute it and/or
7 -- modify it under the terms of the GNU Lesser General Public
8 -- License as published by the Free Software Foundation; either
9 -- version 2.1 of the License.
11 -- This library is distributed in the hope that it will be useful,
12 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
13 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 -- Lesser General Public License for more details.
16 -- You should have received a copy of the GNU Lesser General Public
17 -- License along with this library; if not, write to the Free Software
18 -- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 -- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 -- Created: Sat Dec 04 12:36:22 2004
24 -- Author: Peter KURNEV
66 enumeration KindOfShape is
80 enumeration KindOfName is
103 enumeration KindOfBounds is
109 enumeration KindOfClosed is
115 deferred class HAlgo;
119 --class FinderShapeOn2;
120 class PassKeyShapeMapHasher;
125 deferred class ShapeAlgo;
128 class ShapeInfoFiller;
135 class CoupleOfShapes;
137 class PassKeyMapHasher;
144 deferred class ShapeSolid;
149 --class FinderShapeOn;
151 --class FinderShapeOn1;
152 class StateCollector;
155 -- class FinderShapeOn2;
156 -- class PassKeyShapeMapHasher;
159 deferred class BuilderShape;
167 deferred class BuilderArea;
178 pointer PWireEdgeSet to WireEdgeSet from GEOMAlgo;
182 class DataMapOfShapeShapeSet instantiates
183 DataMap from TCollection(Shape from TopoDS,
184 ShapeSet from GEOMAlgo,
185 ShapeMapHasher from TopTools);
187 class DataMapOfShapeReal instantiates
188 DataMap from TCollection(Shape from TopoDS,
190 ShapeMapHasher from TopTools);
193 class DataMapOfRealListOfShape instantiates
194 DataMap from TCollection(Real from Standard,
195 ListOfShape from TopTools,
196 MapRealHasher from TColStd);
201 class IndexedDataMapOfShapeBox
202 instantiates IndexedDataMap from TCollection (Shape from TopoDS,
204 ShapeMapHasher from TopTools);
205 class IndexedDataMapOfIntegerShape
206 instantiates IndexedDataMap from TCollection (Integer from Standard,
208 MapIntegerHasher from TColStd);
210 class ListOfCoupleOfShapes
211 instantiates List from TCollection (CoupleOfShapes from GEOMAlgo);
214 class IndexedDataMapOfShapeState
215 instantiates IndexedDataMap from TCollection (Shape from TopoDS,
217 ShapeMapHasher from TopTools);
219 instantiates List from TCollection (Pnt from gp);
221 class DataMapOfPassKeyInteger
222 instantiates DataMap from TCollection (PassKey from GEOMAlgo,
223 Integer from Standard,
224 PassKeyMapHasher from GEOMAlgo);
226 class IndexedDataMapOfPassKeyShapeListOfShape
227 instantiates IndexedDataMap from TCollection (PassKeyShape from GEOMAlgo,
228 ListOfShape from TopTools,
229 PassKeyShapeMapHasher from GEOMAlgo);
231 class IndexedDataMapOfShapeShapeInfo
232 instantiates IndexedDataMap from TCollection (Shape from TopoDS,
233 ShapeInfo from GEOMAlgo,
234 ShapeMapHasher from TopTools);
236 class DataMapOfPassKeyShapeShape
237 instantiates DataMap from TCollection (PassKeyShape from GEOMAlgo,
239 PassKeyShapeMapHasher from GEOMAlgo);
241 class DataMapOfOrientedShapeShape instantiates
242 DataMap from TCollection (Shape from TopoDS,
244 OrientedShapeMapHasher from TopTools);