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: Fri Nov 28 10:13:19 2003
22 -- Author: Peter KURNEV
42 enumeration InterfType is
52 class ShapesDataStructure;
55 -- Modified to Add new classes Thu Sep 14 14:35:18 2006
56 -- Contribution of Samtech www.samcef.com BEGIN
61 class PassKeyMapHasher;
62 -- Contribution of Samtech www.samcef.com END
64 class PassKeyShapeMapHasher;
65 --modified by NIZNHY-PKV Tue Feb 6 10:40:02 2007f
66 class IteratorCheckerSI;
69 --modified by NIZNHY-PKV Tue Feb 6 10:40:04 2007t
70 pointer PShapesDataStructure to ShapesDataStructure from NMTDS;
71 pointer PIterator to Iterator from NMTDS;
72 pointer PInterfPool to InterfPool from NMTDS;
74 class CArray1OfIndexRange instantiates
75 CArray1 from BOPTColStd(IndexRange from NMTDS);
77 class ListOfIndexedDataMapOfShapeAncestorsSuccessors instantiates
78 List from TCollection(IndexedDataMapOfShapeAncestorsSuccessors from BooleanOperations);
80 class IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger instantiates
81 IndexedDataMap from TCollection(Integer from Standard,
82 IndexedDataMapOfShapeInteger from BooleanOperations,
83 MapIntegerHasher from TColStd);
85 -- Modified to Add new classes Thu Sep 14 14:35:18 2006
86 -- Contribution of Samtech www.samcef.com BEGIN
87 class ListOfPassKey instantiates
88 List from TCollection(PassKey from NMTDS);
90 class MapOfPassKey instantiates
91 Map from TCollection(PassKey from NMTDS,
92 PassKeyMapHasher from NMTDS);
94 class ListOfPassKeyBoolean instantiates
95 List from TCollection(PassKeyBoolean from NMTDS);
97 class MapOfPassKeyBoolean instantiates
98 Map from TCollection(PassKeyBoolean from NMTDS,
99 PassKeyMapHasher from NMTDS);
100 -- Contribution of Samtech www.samcef.com END
102 --modified by NIZNHY-PKV Tue Oct 10 11:19:06 2006f
103 class IndexedDataMapOfShapeBox
104 instantiates IndexedDataMap from TCollection (Shape from TopoDS,
106 ShapeMapHasher from TopTools);
107 class IndexedDataMapOfIntegerShape
108 instantiates IndexedDataMap from TCollection (Integer from Standard,
110 MapIntegerHasher from TColStd);
112 class DataMapOfIntegerMapOfInteger
113 instantiates DataMap from TCollection (Integer from Standard,
114 MapOfInteger from TColStd,
115 MapIntegerHasher from TColStd);
117 --modified by NIZNHY-PKV Tue Oct 10 11:19:08 2006t