Salome HOME
63644e2bdbcac0f07dfc32994d690e8f9097b2d4
[modules/smesh.git] / ChangeLog
1 ###############################################################################
2 #This is the SMESH change log. Do not modify because it is automatically
3 #created with :
4 #cvs2cl.pl --accum -l "-b" -U users.cvs2cl --header header.cvs2cl -T -b --utc
5 ###############################################################################
6
7 2004-03-15 18:42  Jerome Robert <jerome.robert@eads.net>
8
9         * Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
10
11 2004-02-02 16:43  Jerome Robert <jerome.robert@eads.net>
12
13         * src/SMDS/SMDS_Mesh.cxx: Fix a bug (crash when adding an
14           hexahedron from ids).
15
16 2004-01-30 15:42  tag V1_4_0b
17
18 2004-01-30 13:18  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
19
20         * doc/html/INPUT/: doxyfile, sources/static/tree.js: NRI : 1.4.0
21           version
22
23 2004-01-29 17:52  Jerome Robert <jerome.robert@eads.net>
24
25         * INSTALL, bin/VERSION: Upgrade to version 1.4.0.
26
27 2004-01-29 17:33  Jerome Robert <jerome.robert@eads.net>
28
29         * src/: SMESHGUI/SMESHGUI_StudyAPI.cxx, SMESHGUI/SMESHGUI_Swig.cxx,
30           SMESH_I/SMESH_Gen_i.cxx: Merge branch merge_1_2_d
31
32 2004-01-14 09:24  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
33
34         * doc/html/Makefile.in: NRI : bug KERNEL5014 fixed.
35
36 2004-01-06 15:19  Nadir Bouhamou <nadir.bouhamou@cea.fr>
37
38         * src/SMESH_SWIG/SMESH_flight_skin.py: removing the call to the
39           tetrahedron generator NETGEN, because I did not yet manage to
40           make NETGEN running on the flight geometry.
41
42 2004-01-06 15:16  Nadir Bouhamou <nadir.bouhamou@cea.fr>
43
44         * resources/SMESH_en.xml, resources/SMESH_fr.xml,
45           src/SMESHGUI/SMESHGUI.cxx: Mounting the hypothesis
46           LengthFromEdges in th GUI of SMESH. This functionality was only
47           in the C++ API, and in the CORBA API.
48
49 2004-01-05 16:14  Jerome Robert <jerome.robert@eads.net>
50
51         * adm_local/unix/config_files/check_Netgen.m4: Fix a mispelled
52           environment variable for idl python
53
54 2004-01-05 14:28  tag V1_3_1
55
56 2004-01-05 13:53  Jerome Robert <jerome.robert@eads.net>
57
58         * src/NETGEN/: ReadMeForNgUsers, netgen43ForSalome.patch: Add a
59           patch to make the build of netgen more user-friendly
60
61 2004-01-05 13:52  Jerome Robert <jerome.robert@eads.net>
62
63         * src/NETGEN/Makefile.in: We do not need OCAF in Netgen
64
65 2004-01-05 13:38  Jerome Robert <jerome.robert@eads.net>
66
67         * adm_local/unix/config_files/check_Netgen.m4: Fix some quotes
68           problems.
69
70 2004-01-05 09:05  Jerome Robert <jerome.robert@eads.net>
71
72         * src/: SMDS/SMDS_Mesh.cxx, SMESHDS/SMESHDS_Document.cxx: [Bug
73           SMESH4830] bug in instal with gcc 2.95. Bug fixed.  Note: SGI say
74           that <algorithm> is requiered to use set_intersection (see
75           http://www.sgi.com/tech/stl/set_intersection.html).
76
77 2003-12-16 15:27  Nadir Bouhamou <nadir.bouhamou@cea.fr>
78
79         * adm_local/unix/config_files/check_Netgen.m4: Since there is an
80           idl precompilation directive in SMESH_BasicHypothesis.idl file, a
81           -DHAVE_NETGEN idl has to be added when compiling SMESH with
82           netgen to the idl c++ flags as well as to the idl python flags.
83
84 2003-12-15 13:15  Nadir Bouhamou <nadir.bouhamou@cea.fr>
85
86         * src/SMESHDS/SMESHDS_Script.cxx: correct a small bug found by the
87           EDF developpement team (PN and AT) : AddVolume in the case of a
88           Tetrahedron.
89
90 2003-12-11 09:51  Jerome Robert <jerome.robert@eads.net>
91
92         * src/SMESHGUI/SMESHGUI.cxx: [Bug SMESH4598] Crash of the session
93           when compute and update are not done in the same view. Bug fixed.
94
95 2003-12-11 09:49  Jerome Robert <jerome.robert@eads.net>
96
97         * src/SMESH/SMESH_HypothesisFactory.cxx: HAVE_NETGEN (#define) to
98           remove an unresolved symbol when building without netgen
99
100 2003-12-10 17:23  Jerome Robert <jerome.robert@eads.net>
101
102         * adm_local/unix/config_files/check_Netgen.m4,
103           idl/SMESH_BasicHypothesis.idl,
104           src/SMESH_I/SMESH_HypothesisFactory_i.cxx: Create and use
105           HAVE_NETGEN (#define) to avoid unresolved symbols in libraries.
106
107 2003-12-10 16:05  Jerome Robert <jerome.robert@eads.net>
108
109         * src/SMESHGUI/SMESHGUI.cxx: Cosmetics
110
111 2003-12-09 14:13  Nadir Bouhamou <nadir.bouhamou@cea.fr>
112
113         * src/SMESH/Makefile.in: Correcting a problem araising when
114           building the SMESH module whithout Netgen.
115
116 2003-12-09 10:00  Nadir Bouhamou <nadir.bouhamou@cea.fr>
117
118         * doc/: AddNetgenInSalome2.pdf, AddNetgenInSalome2.ps,
119           AddNetgenInSalome2.sxw: updating or adding when merging in the
120           main trunk with the version in the branch nadir_1_2_2 !! Here a
121           document related to the integration of NETGEN in the SMESH module
122           has been added for future work in the integration of other
123           mesher.
124
125 2003-12-08 15:30  Nadir Bouhamou <nadir.bouhamou@cea.fr>
126
127         * INSTALL, Makefile.in, configure.in.base,
128           adm_local/unix/make_commence.in,
129           adm_local/unix/config_files/check_Netgen.m4, bin/VERSION,
130           idl/SMESH_BasicHypothesis.idl, resources/SMESH_en.xml,
131           resources/SMESH_fr.xml, resources/flight_solid.brep,
132           resources/mesh_algo_netgen.png, resources/mesh_algo_tetra.png,
133           resources/mesh_tree_algo_netgen.png,
134           resources/mesh_tree_algo_tetra.png, src/Makefile.in,
135           src/DriverMED/DriverMED_R_SMDS_Mesh.cxx,
136           src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx,
137           src/DriverMED/DriverMED_W_SMDS_Mesh.cxx,
138           src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx,
139           src/NETGEN/Makefile.in, src/NETGEN/ReadMeForNgUsers,
140           src/SMESH/Makefile.in, src/SMESH/SMESH_HypothesisFactory.cxx,
141           src/SMESH/SMESH_MEFISTO_2D.cxx,
142           src/SMESH/SMESH_MaxElementVolume.cxx,
143           src/SMESH/SMESH_MaxElementVolume.hxx,
144           src/SMESH/SMESH_NETGEN_3D.cxx, src/SMESH/SMESH_NETGEN_3D.hxx,
145           src/SMESH/SMESH_subMesh.cxx, src/SMESHGUI/SMESHGUI.cxx,
146           src/SMESHGUI/SMESHGUI.h, src/SMESHGUI/SMESHGUI_NbSegmentsDlg.cxx,
147           src/SMESHGUI/SMESHGUI_icons.po, src/SMESH_I/Makefile.in,
148           src/SMESH_I/SMESH_Gen_i.cxx,
149           src/SMESH_I/SMESH_HypothesisFactory_i.cxx,
150           src/SMESH_I/SMESH_LengthFromEdges_i.cxx,
151           src/SMESH_I/SMESH_LengthFromEdges_i.hxx,
152           src/SMESH_I/SMESH_MEDMesh_i.cxx,
153           src/SMESH_I/SMESH_MEDSupport_i.cxx,
154           src/SMESH_I/SMESH_MaxElementVolume_i.cxx,
155           src/SMESH_I/SMESH_MaxElementVolume_i.hxx,
156           src/SMESH_I/SMESH_NETGEN_3D_i.cxx,
157           src/SMESH_I/SMESH_NETGEN_3D_i.hxx, src/SMESH_SWIG/Makefile.in,
158           src/SMESH_SWIG/SMESH_Partition1_tetra.py,
159           src/SMESH_SWIG/SMESH_box2_tetra.py,
160           src/SMESH_SWIG/SMESH_box3_tetra.py,
161           src/SMESH_SWIG/SMESH_box_tetra.py,
162           src/SMESH_SWIG/SMESH_fixation_hexa.py,
163           src/SMESH_SWIG/SMESH_fixation_tetra.py,
164           src/SMESH_SWIG/SMESH_flight_skin.py,
165           src/SMESH_SWIG/SMESH_mechanic_tetra.py: updating or adding when
166           merging in the main trunk with the version in the branch
167           nadir_1_2_2 !!
168
169 2003-12-05 14:49  Jerome Robert <jerome.robert@eads.net>
170
171         * src/MEFISTO2/trte.f: Remove "pause" primitive call.
172
173 2003-11-27 11:45  Jerome Robert <jerome.robert@eads.net>
174
175         * resources/SMESH_en.xml, resources/SMESH_fr.xml,
176           src/SMESHGUI/SMESHGUI.cxx: [Bug SMESH839] Spelling: Hypotheses -
177           Hexa?edron (i,j,k). Bug Fixed.
178
179 2003-11-25 08:52  tag V1_3_0
180
181 2003-11-25 08:52  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
182
183         * bin/VERSION, INSTALL: NRI: 1.3.0 version.
184
185 2003-11-20 12:45  tag V1_3_0_b3
186
187 2003-11-20 12:45  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
188
189         * doc/html/INPUT/sources/static/: doxygen.css, page2.html, tree.js,
190           treeview.js: NRI : Add static documentation.
191
192 2003-11-20 12:45  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
193
194         * doc/html/INPUT/sources/: Application-About.png,
195           Application-About1.jpg, application.gif, application.jpg,
196           bg_salome.gif, bg_salomepro.gif, doxygen.css: NRI : Update
197           images.
198
199 2003-11-20 12:44  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
200
201         * doc/html/INPUT/doxyfile: NRI : Generate TreeView.
202
203 2003-11-20 12:43  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
204
205         * doc/html/Makefile.in: NRI : Add static directory.
206
207 2003-11-18 15:01  tag V1_3_0b2
208
209 2003-11-18 15:01  Jerome Robert <jerome.robert@eads.net>
210
211         * ChangeLog, INSTALL, cvs-tags: update for V1_3_0_b2
212
213 2003-11-18 09:19  Nadir Bouhamou <nadir.bouhamou@cea.fr>
214
215         * src/SMESH_I/: SMESH_MEDFamily_i.cxx, SMESH_MEDFamily_i.hxx,
216           SMESH_MEDMesh_i.cxx, SMESH_MEDMesh_i.hxx, SMESH_MEDSupport_i.cxx,
217           SMESH_MEDSupport_i.hxx: merge with the branch
218           nadir_update_MED_v1_3_0 (branch to build the V1_3_0 version of
219           the module.
220
221 2003-11-12 13:20  tag V1_3_0_b1
222
223 2003-11-12 13:20  Jerome Robert <jerome.robert@eads.net>
224
225         * ChangeLog, INSTALL, cvs-tags, bin/VERSION: Update for V1.3.0b1
226
227 2003-11-12 11:40  Jerome Robert <jerome.robert@eads.net>
228
229         * src/OBJECT/SMESH_Actor.cxx: MergeV1_2c-1
230
231 2003-11-06 14:43  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
232
233         * src/SMESHGUI/SMESHGUI.cxx: NRI : MergeV1_2c-1.
234
235 2003-11-06 14:34  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
236
237         * src/MEFISTO2/: areteideale.f, trte.f: NRI : Add licence header.
238
239 2003-11-06 11:34  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
240
241         * LICENCE: NRI : add LICENCE file
242
243 2003-11-03 15:50  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
244
245         * doc/html/Makefile.in: NRI : Relative path !!!!
246
247 2003-10-22 15:28  Jerome Robert <jerome.robert@eads.net>
248
249         * src/SMDS/: SMDS_Mesh.cxx, SMDS_Mesh.hxx: Fix/implement
250           removeNode, removeEdge, removeFace, removeVolume and
251           removeElement
252
253 2003-10-20 16:26  Jerome Robert <jerome.robert@eads.net>
254
255         * src/SMESHGUI/SMESHGUI.cxx: When the main window was maximized
256           some dialogs were cropped at the bottom of the screen. It's now
257           fixed.
258
259 2003-10-17 16:31  Jerome Robert <jerome.robert@eads.net>
260
261         * src/SMDS/SMDS_Mesh.cxx: Fix a bug. Quadrangles were added as
262           triangles.
263
264 2003-10-06 10:50  tag MergeV1_2c-1
265
266 2003-10-06 10:50  Jerome Robert <jerome.robert@eads.net>
267
268         * cvs-tags: Update. Created a new branch for user nadir.
269
270 2003-10-02 16:16  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
271
272         * build_configure: NRI : RedHat 9 compatibility (M. Tajchman).
273
274 2003-09-26 15:14  tag V1_2_2
275
276 2003-09-26 15:14  Jerome Robert <jerome.robert@eads.net>
277
278         * INSTALL, cvs-tags: Add a tag file to track branch and tag. Update
279           INSTALL to prepare V1_2_2 tag.
280
281 2003-09-26 14:21  tag V1_2_1
282
283 2003-09-26 14:21  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
284
285         * INSTALL: NRI : INSTALL file defined into SALOME2_PRODUCTION_CYCLE
286           document.
287
288 2003-09-23 14:33  Jerome Robert <jerome.robert@eads.net>
289
290         * src/: SMDS/SMDS_FaceOfEdges.hxx, SMESHDS/SMESHDS_Mesh.hxx,
291           SMDS/SMDS_FaceOfNodes.hxx, SMDS/SMDS_MeshEdge.hxx,
292           SMDS/SMDS_MeshElement.hxx, SMDS/SMDS_Tria3OfNodes.hxx,
293           SMDS/SMDS_VolumeOfFaces.hxx: Keep compatible with gcc 2
294
295 2003-09-23 11:52  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
296
297         * src/SMESHGUI/SMESHGUI_StudyAPI.cxx: NRI : Display Component
298           UserName and Icon.
299
300 2003-09-22 12:23  Jerome Robert <jerome.robert@eads.net>
301
302         * src/SMDS/SMDS_IteratorOfArray.hxx: Freshly added file
303
304 2003-09-12 15:12  Jerome Robert <jerome.robert@eads.net>
305
306         * src/SMDS/: Makefile.in, SMDS_HexahedronOfNodes.cxx,
307           SMDS_HexahedronOfNodes.hxx, SMDS_Mesh.cxx, SMDS_Tria3OfNodes.cxx,
308           SMDS_Tria3OfNodes.hxx: Add HexahedronOfNodes and Tria3OfNodes to
309           improve performance
310
311 2003-09-12 15:11  Jerome Robert <jerome.robert@eads.net>
312
313         * src/SMDS/SMDS_VolumeOfNodes.cxx: Fix bug. Was always printing 8
314           nodes
315
316 2003-09-08 15:04  Jerome Robert <jerome.robert@eads.net>
317
318         * src/SMDS/: SMDS_Mesh.cxx, SMDS_VolumeOfNodes.cxx,
319           SMDS_VolumeOfNodes.hxx: Add support for tetra, pyramid and prism
320
321 2003-09-08 13:41  Jerome Robert <jerome.robert@eads.net>
322
323         * src/SMDS/: SMDS_Mesh.cxx, SMDS_MeshElement.cxx: Add some comments
324
325 2003-09-05 12:19  Jerome Robert <jerome.robert@eads.net>
326
327         * src/SMDS/SMDS_MeshNode.cxx: Some forgotten return statments
328
329 2003-09-05 11:45  Jerome Robert <jerome.robert@eads.net>
330
331         * src/: DriverDAT/DriverDAT_W_SMESHDS_Mesh.cxx,
332           DriverMED/DriverMED_W_SMESHDS_Mesh.cxx, SMESH/SMESH_Hexa_3D.cxx:
333           Correct some memory leaks
334
335 2003-09-05 10:31  Jerome Robert <jerome.robert@eads.net>
336
337         * src/: DriverMED/DriverMED_W_SMESHDS_Mesh.cxx,
338           SMESH/SMESH_Hexa_3D.cxx, SMESH/SMESH_Hexa_3D.hxx,
339           SMESH/SMESH_MEFISTO_2D.cxx, SMESH/SMESH_MEFISTO_2D.hxx,
340           SMESH/SMESH_Quadrangle_2D.cxx, SMESH/SMESH_Quadrangle_2D.hxx,
341           SMESH/SMESH_Regular_1D.cxx, SMESH/SMESH_subMesh.cxx,
342           SMESHDS/SMESHDS_Mesh.cxx, SMESHDS/SMESHDS_Mesh.hxx,
343           SMESHDS/SMESHDS_SubMesh.cxx, SMESHDS/SMESHDS_SubMesh.hxx,
344           SMESH_I/SMESH_MEDSupport_i.cxx, SMESH_I/SMESH_MeshEditor_i.cxx:
345           Use nodes and elements pointer instead on IDs
346
347 2003-09-05 10:20  Jerome Robert <jerome.robert@eads.net>
348
349         * src/SMDS/: SMDS_Mesh.cxx, SMDS_Mesh.hxx: Change API to use
350           pointer on elements and no longer ID of elements
351
352 2003-09-04 15:04  Jerome Robert <jerome.robert@eads.net>
353
354         * src/SMESHDS/: Handle_SMESHDS_Command.hxx,
355           Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx,
356           Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx,
357           Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx,
358           Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx,
359           Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx,
360           Handle_SMESHDS_Document.hxx,
361           Handle_SMESHDS_ListNodeOfListOfAsciiString.hxx,
362           Handle_SMESHDS_ListNodeOfListOfCommand.hxx,
363           Handle_SMESHDS_ListNodeOfListOfPtrHypothesis.hxx,
364           Handle_SMESHDS_Mesh.hxx, Handle_SMESHDS_Script.hxx,
365           Handle_SMESHDS_SubMesh.hxx, SMESHDS.cdl, SMESHDS_Command.cdl,
366           SMESHDS_Command.ixx, SMESHDS_Command.jxx,
367           SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx,
368           SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_0.cxx,
369           SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis.hxx,
370           SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_0.cxx,
371           SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh.hxx,
372           SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_0.cxx,
373           SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx,
374           SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_0.cxx,
375           SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx,
376           SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_0.cxx,
377           SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx,
378           SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_0.cxx,
379           SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx,
380           SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_0.cxx,
381           SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx,
382           SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_0.cxx,
383           SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx,
384           SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_0.cxx,
385           SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx,
386           SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_0.cxx,
387           SMESHDS_DataMapOfIntegerMesh.hxx,
388           SMESHDS_DataMapOfIntegerMesh_0.cxx,
389           SMESHDS_DataMapOfIntegerPtrHypothesis.hxx,
390           SMESHDS_DataMapOfIntegerPtrHypothesis_0.cxx,
391           SMESHDS_DataMapOfIntegerSubMesh.hxx,
392           SMESHDS_DataMapOfIntegerSubMesh_0.cxx,
393           SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx,
394           SMESHDS_DataMapOfShapeListOfPtrHypothesis_0.cxx,
395           SMESHDS_DataMapOfShapeSubMesh.hxx,
396           SMESHDS_DataMapOfShapeSubMesh_0.cxx, SMESHDS_Document.cdl,
397           SMESHDS_Document.ixx, SMESHDS_Document.jxx,
398           SMESHDS_ListIteratorOfListOfAsciiString.hxx,
399           SMESHDS_ListIteratorOfListOfAsciiString_0.cxx,
400           SMESHDS_ListIteratorOfListOfCommand.hxx,
401           SMESHDS_ListIteratorOfListOfCommand_0.cxx,
402           SMESHDS_ListIteratorOfListOfPtrHypothesis.hxx,
403           SMESHDS_ListIteratorOfListOfPtrHypothesis_0.cxx,
404           SMESHDS_ListNodeOfListOfAsciiString.hxx,
405           SMESHDS_ListNodeOfListOfAsciiString_0.cxx,
406           SMESHDS_ListNodeOfListOfCommand.hxx,
407           SMESHDS_ListNodeOfListOfCommand_0.cxx,
408           SMESHDS_ListNodeOfListOfPtrHypothesis.hxx,
409           SMESHDS_ListNodeOfListOfPtrHypothesis_0.cxx,
410           SMESHDS_ListOfAsciiString.hxx, SMESHDS_ListOfAsciiString_0.cxx,
411           SMESHDS_ListOfCommand.hxx, SMESHDS_ListOfCommand_0.cxx,
412           SMESHDS_ListOfPtrHypothesis.hxx,
413           SMESHDS_ListOfPtrHypothesis_0.cxx, SMESHDS_Mesh.cdl,
414           SMESHDS_Mesh.ixx, SMESHDS_Mesh.jxx, SMESHDS_PtrHypothesis.hxx,
415           SMESHDS_Script.cdl, SMESHDS_Script.ixx, SMESHDS_Script.jxx,
416           SMESHDS_SubMesh.cdl, SMESHDS_SubMesh.ixx, SMESHDS_SubMesh.jxx:
417           Remove no longer needed files
418
419 2003-09-04 14:50  Jerome Robert <jerome.robert@eads.net>
420
421         * src/SMDS/: Handle_SMDSControl_BoundaryEdges.hxx,
422           Handle_SMDSControl_BoundaryFaces.hxx,
423           Handle_SMDSControl_MeshBoundary.hxx,
424           Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx,
425           Handle_SMDS_DataMapNodeOfDataMapOfPntInteger.hxx,
426           Handle_SMDS_EdgePosition.hxx, Handle_SMDS_FacePosition.hxx,
427           Handle_SMDS_HSequenceOfMesh.hxx,
428           Handle_SMDS_ListNodeOfListOfMesh.hxx,
429           Handle_SMDS_ListNodeOfListOfMeshElement.hxx,
430           Handle_SMDS_ListNodeOfListOfMeshGroup.hxx, Handle_SMDS_Mesh.hxx,
431           Handle_SMDS_MeshEdge.hxx, Handle_SMDS_MeshElement.hxx,
432           Handle_SMDS_MeshElementIDFactory.hxx, Handle_SMDS_MeshFace.hxx,
433           Handle_SMDS_MeshGroup.hxx, Handle_SMDS_MeshHexahedron.hxx,
434           Handle_SMDS_MeshIDFactory.hxx, Handle_SMDS_MeshNode.hxx,
435           Handle_SMDS_MeshNodeIDFactory.hxx, Handle_SMDS_MeshObject.hxx,
436           Handle_SMDS_MeshPrism.hxx, Handle_SMDS_MeshPyramid.hxx,
437           Handle_SMDS_MeshQuadrangle.hxx, Handle_SMDS_MeshTetrahedron.hxx,
438           Handle_SMDS_MeshTriangle.hxx, Handle_SMDS_MeshVolume.hxx,
439           Handle_SMDS_Position.hxx,
440           Handle_SMDS_SequenceNodeOfSequenceOfMesh.hxx,
441           Handle_SMDS_SpacePosition.hxx,
442           Handle_SMDS_StdMapNodeOfExtendedMap.hxx,
443           Handle_SMDS_StdMapNodeOfExtendedOrientedMap.hxx,
444           Handle_SMDS_VertexPosition.hxx, SMDS.cdl, SMDSAbs.cdl,
445           SMDSControl.cdl, SMDSControl.ixx, SMDSControl.jxx,
446           SMDSControl_BoundaryEdges.cdl, SMDSControl_BoundaryEdges.ixx,
447           SMDSControl_BoundaryEdges.jxx, SMDSControl_BoundaryFaces.cdl,
448           SMDSControl_BoundaryFaces.ixx, SMDSControl_BoundaryFaces.jxx,
449           SMDSControl_MeshBoundary.cdl, SMDSControl_MeshBoundary.ixx,
450           SMDSControl_MeshBoundary.jxx, SMDSEdit.cdl,
451           SMDSEdit_Transform.cdl, SMDSEdit_Transform.ixx,
452           SMDSEdit_Transform.jxx, SMDS_BasicMap.lxx,
453           SMDS_BasicMapIterator.lxx,
454           SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement.hxx,
455           SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement_0.cxx,
456           SMDS_DataMapIteratorOfDataMapOfPntInteger.hxx,
457           SMDS_DataMapIteratorOfDataMapOfPntInteger_0.cxx,
458           SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx,
459           SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_0.cxx,
460           SMDS_DataMapNodeOfDataMapOfPntInteger.hxx,
461           SMDS_DataMapNodeOfDataMapOfPntInteger_0.cxx,
462           SMDS_DataMapOfIntegerMeshElement.hxx,
463           SMDS_DataMapOfIntegerMeshElement_0.cxx,
464           SMDS_DataMapOfPntInteger.hxx, SMDS_DataMapOfPntInteger_0.cxx,
465           SMDS_EdgePosition.cdl, SMDS_EdgePosition.ixx,
466           SMDS_EdgePosition.jxx, SMDS_EdgePosition.lxx,
467           SMDS_ExtendedMap.hxx, SMDS_ExtendedMap_0.cxx,
468           SMDS_ExtendedOrientedMap.hxx, SMDS_ExtendedOrientedMap_0.cxx,
469           SMDS_FacePosition.cdl, SMDS_FacePosition.ixx,
470           SMDS_FacePosition.jxx, SMDS_FacePosition.lxx,
471           SMDS_HSequenceOfMesh.hxx, SMDS_HSequenceOfMesh_0.cxx,
472           SMDS_ListIteratorOfListOfMesh.hxx,
473           SMDS_ListIteratorOfListOfMeshElement.hxx,
474           SMDS_ListIteratorOfListOfMeshElement_0.cxx,
475           SMDS_ListIteratorOfListOfMeshGroup.hxx,
476           SMDS_ListIteratorOfListOfMeshGroup_0.cxx,
477           SMDS_ListIteratorOfListOfMesh_0.cxx,
478           SMDS_ListNodeOfListOfMesh.hxx,
479           SMDS_ListNodeOfListOfMeshElement.hxx,
480           SMDS_ListNodeOfListOfMeshElement_0.cxx,
481           SMDS_ListNodeOfListOfMeshGroup.hxx,
482           SMDS_ListNodeOfListOfMeshGroup_0.cxx,
483           SMDS_ListNodeOfListOfMesh_0.cxx, SMDS_ListOfMesh.hxx,
484           SMDS_ListOfMeshElement.hxx, SMDS_ListOfMeshElement_0.cxx,
485           SMDS_ListOfMeshGroup.hxx, SMDS_ListOfMeshGroup_0.cxx,
486           SMDS_ListOfMesh_0.cxx, SMDS_Map.gxx, SMDS_MapHasher.gxx,
487           SMDS_MapIterator.gxx, SMDS_MapIteratorOfExtendedMap.hxx,
488           SMDS_MapIteratorOfExtendedMap_0.cxx,
489           SMDS_MapIteratorOfExtendedOrientedMap.hxx,
490           SMDS_MapIteratorOfExtendedOrientedMap_0.cxx, SMDS_MapNode.lxx,
491           SMDS_MapOfMeshElement.cdl, SMDS_MapOfMeshElement.cxx,
492           SMDS_MapOfMeshElement.hxx, SMDS_MapOfMeshElement.ixx,
493           SMDS_MapOfMeshElement.jxx, SMDS_MapOfMeshElement.lxx,
494           SMDS_MapOfMeshOrientedElement.cdl,
495           SMDS_MapOfMeshOrientedElement.cxx,
496           SMDS_MapOfMeshOrientedElement.hxx,
497           SMDS_MapOfMeshOrientedElement.ixx,
498           SMDS_MapOfMeshOrientedElement.jxx,
499           SMDS_MapOfMeshOrientedElement.lxx, SMDS_Mesh.cdl, SMDS_Mesh.ixx,
500           SMDS_Mesh.jxx, SMDS_Mesh.lxx, SMDS_MeshEdge.cdl,
501           SMDS_MeshEdge.ixx, SMDS_MeshEdge.jxx, SMDS_MeshEdge.lxx,
502           SMDS_MeshEdgesIterator.cdl, SMDS_MeshEdgesIterator.cxx,
503           SMDS_MeshEdgesIterator.hxx, SMDS_MeshEdgesIterator.ixx,
504           SMDS_MeshEdgesIterator.jxx, SMDS_MeshElement.cdl,
505           SMDS_MeshElement.ixx, SMDS_MeshElement.jxx, SMDS_MeshElement.lxx,
506           SMDS_MeshElementIDFactory.cdl, SMDS_MeshElementIDFactory.ixx,
507           SMDS_MeshElementIDFactory.jxx, SMDS_MeshElementIDFactory.lxx,
508           SMDS_MeshElementMapHasher.cdl, SMDS_MeshElementMapHasher.cxx,
509           SMDS_MeshElementMapHasher.hxx, SMDS_MeshElementMapHasher.ixx,
510           SMDS_MeshElementMapHasher.jxx, SMDS_MeshElementMapHasher.lxx,
511           SMDS_MeshElementsIterator.cdl, SMDS_MeshElementsIterator.cxx,
512           SMDS_MeshElementsIterator.hxx, SMDS_MeshElementsIterator.ixx,
513           SMDS_MeshElementsIterator.jxx, SMDS_MeshElementsIterator.lxx,
514           SMDS_MeshFace.cdl, SMDS_MeshFace.ixx, SMDS_MeshFace.jxx,
515           SMDS_MeshFace.lxx, SMDS_MeshFacesIterator.cdl,
516           SMDS_MeshFacesIterator.cxx, SMDS_MeshFacesIterator.hxx,
517           SMDS_MeshFacesIterator.ixx, SMDS_MeshFacesIterator.jxx,
518           SMDS_MeshGroup.cdl, SMDS_MeshGroup.ixx, SMDS_MeshGroup.jxx,
519           SMDS_MeshGroup.lxx, SMDS_MeshHexahedron.cdl,
520           SMDS_MeshHexahedron.ixx, SMDS_MeshHexahedron.jxx,
521           SMDS_MeshHexahedron.lxx, SMDS_MeshIDFactory.cdl,
522           SMDS_MeshIDFactory.ixx, SMDS_MeshIDFactory.jxx,
523           SMDS_MeshIDFactory.lxx, SMDS_MeshNode.cdl, SMDS_MeshNode.ixx,
524           SMDS_MeshNode.jxx, SMDS_MeshNode.lxx, SMDS_MeshNodeIDFactory.cdl,
525           SMDS_MeshNodeIDFactory.ixx, SMDS_MeshNodeIDFactory.jxx,
526           SMDS_MeshNodeIDFactory.lxx, SMDS_MeshNodesIterator.cdl,
527           SMDS_MeshNodesIterator.cxx, SMDS_MeshNodesIterator.hxx,
528           SMDS_MeshNodesIterator.ixx, SMDS_MeshNodesIterator.jxx,
529           SMDS_MeshObject.cdl, SMDS_MeshObject.ixx, SMDS_MeshObject.jxx,
530           SMDS_MeshOrientedElementMapHasher.cdl,
531           SMDS_MeshOrientedElementMapHasher.cxx,
532           SMDS_MeshOrientedElementMapHasher.hxx,
533           SMDS_MeshOrientedElementMapHasher.ixx,
534           SMDS_MeshOrientedElementMapHasher.jxx,
535           SMDS_MeshOrientedElementMapHasher.lxx, SMDS_MeshPrism.cdl,
536           SMDS_MeshPrism.ixx, SMDS_MeshPrism.jxx, SMDS_MeshPrism.lxx,
537           SMDS_MeshPyramid.cdl, SMDS_MeshPyramid.ixx, SMDS_MeshPyramid.jxx,
538           SMDS_MeshPyramid.lxx, SMDS_MeshQuadrangle.cdl,
539           SMDS_MeshQuadrangle.ixx, SMDS_MeshQuadrangle.jxx,
540           SMDS_MeshQuadrangle.lxx, SMDS_MeshTetrahedron.cdl,
541           SMDS_MeshTetrahedron.ixx, SMDS_MeshTetrahedron.jxx,
542           SMDS_MeshTetrahedron.lxx, SMDS_MeshTriangle.cdl,
543           SMDS_MeshTriangle.ixx, SMDS_MeshTriangle.jxx,
544           SMDS_MeshTriangle.lxx, SMDS_MeshVolume.cdl, SMDS_MeshVolume.ixx,
545           SMDS_MeshVolume.jxx, SMDS_MeshVolume.lxx,
546           SMDS_MeshVolumesIterator.cdl, SMDS_MeshVolumesIterator.cxx,
547           SMDS_MeshVolumesIterator.hxx, SMDS_MeshVolumesIterator.ixx,
548           SMDS_MeshVolumesIterator.jxx, SMDS_PntHasher.cdl,
549           SMDS_PntHasher.cxx, SMDS_PntHasher.hxx, SMDS_PntHasher.ixx,
550           SMDS_PntHasher.jxx, SMDS_PntHasher.lxx, SMDS_Position.cdl,
551           SMDS_Position.ixx, SMDS_Position.jxx, SMDS_Position.lxx,
552           SMDS_SequenceNodeOfSequenceOfMesh.hxx,
553           SMDS_SequenceNodeOfSequenceOfMesh_0.cxx, SMDS_SequenceOfMesh.hxx,
554           SMDS_SequenceOfMesh_0.cxx, SMDS_SpacePosition.cdl,
555           SMDS_SpacePosition.ixx, SMDS_SpacePosition.jxx,
556           SMDS_SpacePosition.lxx, SMDS_StdMapNode.gxx, SMDS_StdMapNode.lxx,
557           SMDS_StdMapNodeOfExtendedMap.hxx,
558           SMDS_StdMapNodeOfExtendedMap_0.cxx,
559           SMDS_StdMapNodeOfExtendedOrientedMap.hxx,
560           SMDS_StdMapNodeOfExtendedOrientedMap_0.cxx,
561           SMDS_VertexPosition.cdl, SMDS_VertexPosition.ixx,
562           SMDS_VertexPosition.jxx: Remove no longer needed files
563
564 2003-09-04 13:28  Jerome Robert <jerome.robert@eads.net>
565
566         * build_configure: It seems "make_omniorb" and "make_commence" need
567           to be before and after "envScript"
568
569 2003-09-04 12:57  Jerome Robert <jerome.robert@eads.net>
570
571         * build_configure: make_commence and make_omniorb were detected
572           twice. Only one is requiered in AC_OUTPUT
573
574 2003-09-04 12:03  Jerome Robert <jerome.robert@eads.net>
575
576         * src/: DriverDAT/DriverDAT_R_SMDS_Mesh.cxx,
577           DriverDAT/DriverDAT_R_SMDS_Mesh.h,
578           DriverDAT/DriverDAT_R_SMESHDS_Document.cxx,
579           DriverDAT/DriverDAT_R_SMESHDS_Mesh.cxx,
580           DriverDAT/DriverDAT_R_SMESHDS_Mesh.h,
581           DriverDAT/DriverDAT_W_SMDS_Mesh.cxx,
582           DriverDAT/DriverDAT_W_SMDS_Mesh.h,
583           DriverDAT/DriverDAT_W_SMESHDS_Document.cxx,
584           DriverDAT/DriverDAT_W_SMESHDS_Mesh.cxx,
585           DriverDAT/DriverDAT_W_SMESHDS_Mesh.h,
586           DriverMED/DriverMED_R_SMDS_Mesh.cxx,
587           DriverMED/DriverMED_R_SMDS_Mesh.h,
588           DriverMED/DriverMED_R_SMESHDS_Document.cxx,
589           DriverMED/DriverMED_R_SMESHDS_Mesh.cxx,
590           DriverMED/DriverMED_R_SMESHDS_Mesh.h,
591           DriverMED/DriverMED_W_SMDS_Mesh.cxx,
592           DriverMED/DriverMED_W_SMDS_Mesh.h,
593           DriverMED/DriverMED_W_SMESHDS_Document.cxx,
594           DriverMED/DriverMED_W_SMESHDS_Mesh.cxx,
595           DriverMED/DriverMED_W_SMESHDS_Mesh.h,
596           DriverUNV/DriverUNV_R_SMDS_Mesh.cxx,
597           DriverUNV/DriverUNV_R_SMDS_Mesh.h,
598           DriverUNV/DriverUNV_R_SMESHDS_Document.cxx,
599           DriverUNV/DriverUNV_R_SMESHDS_Mesh.cxx,
600           DriverUNV/DriverUNV_R_SMESHDS_Mesh.h,
601           DriverUNV/DriverUNV_W_SMDS_Mesh.cxx,
602           DriverUNV/DriverUNV_W_SMDS_Mesh.h,
603           DriverUNV/DriverUNV_W_SMESHDS_Document.cxx,
604           DriverUNV/DriverUNV_W_SMESHDS_Mesh.cxx,
605           DriverUNV/DriverUNV_W_SMESHDS_Mesh.h: Update to match the changes
606           in SMDS
607
608 2003-09-04 11:03  Jerome Robert <jerome.robert@eads.net>
609
610         * src/: DriverDAT/Makefile.in, DriverMED/Makefile.in,
611           DriverUNV/Makefile.in: Remove OCC_LIBS from LDFLAGS
612
613 2003-09-04 10:56  Jerome Robert <jerome.robert@eads.net>
614
615         * src/Driver/: Document_Reader.cxx, Document_Reader.h,
616           Document_Writer.cxx, Document_Writer.h, Mesh_Reader.h,
617           Mesh_Writer.h: Update to mach the changes in SMDS
618
619 2003-09-04 10:44  Jerome Robert <jerome.robert@eads.net>
620
621         * src/Driver/Makefile.in: Remove OCC_LIBS from LDFLAGS
622
623 2003-09-04 10:41  Jerome Robert <jerome.robert@eads.net>
624
625         * src/SMESH_I/: SMESH_Gen_i.cxx, SMESH_MEDMesh_i.cxx,
626           SMESH_MEDMesh_i.hxx, SMESH_MEDSupport_i.cxx,
627           SMESH_MEDSupport_i.hxx, SMESH_MeshEditor_i.cxx,
628           SMESH_MeshEditor_i.hxx, SMESH_Mesh_i.cxx: Update to match the new
629           implementation of SMDS
630
631 2003-09-04 10:10  Jerome Robert <jerome.robert@eads.net>
632
633         * src/SMESH/SMESH_MaxElementArea.cxx: make GetMaxArea const
634
635 2003-09-04 10:10  Jerome Robert <jerome.robert@eads.net>
636
637         * src/SMESH/: SMESH_MEFISTO_2D.hxx, SMESH_Regular_1D.hxx: make
638           hypothesis const
639
640 2003-09-04 09:55  Jerome Robert <jerome.robert@eads.net>
641
642         * src/SMESH/SMESH_Hexa_3D.hxx: Update to match the change of SMDS
643           (new DS).
644
645 2003-09-04 09:51  Jerome Robert <jerome.robert@eads.net>
646
647         * src/SMESH_I/sstream: Use the file include in gcc instead of this
648           one
649
650 2003-09-04 09:21  Jerome Robert <jerome.robert@eads.net>
651
652         * src/SMESH/: SMESH_Algo.cxx, SMESH_Algo.hxx, SMESH_Gen.cxx,
653           SMESH_Gen.hxx, SMESH_Hexa_3D.cxx, SMESH_MEFISTO_2D.cxx,
654           SMESH_MaxElementArea.hxx, SMESH_Mesh.cxx, SMESH_Mesh.hxx,
655           SMESH_Quadrangle_2D.cxx, SMESH_Regular_1D.cxx, SMESH_subMesh.cxx,
656           SMESH_subMesh.hxx: Update to match the change of SMDS (new DS).
657
658 2003-09-04 09:13  Jerome Robert <jerome.robert@eads.net>
659
660         * src/SMESH/: SMESH_NumberOfSegments.cxx,
661           SMESH_NumberOfSegments.hxx: make GetNumberOfSegments and
662           GetScaleFactor const
663
664 2003-09-04 09:10  Jerome Robert <jerome.robert@eads.net>
665
666         * src/SMESH/: SMESH_LocalLength.cxx, SMESH_LocalLength.hxx: make
667           GetLength const
668
669 2003-09-04 08:09  Jerome Robert <jerome.robert@eads.net>
670
671         * src/SMESHFiltersSelection/Makefile.in: Change OCC_LIBS to
672           OCC_KERNEL_LIBS
673
674 2003-09-04 07:55  Jerome Robert <jerome.robert@eads.net>
675
676         * src/SMESHGUI/Makefile.in: Change OCC_LIBS to OCC_KERNEL_LIBS
677
678 2003-09-04 07:39  Jerome Robert <jerome.robert@eads.net>
679
680         * src/SMESHGUI/: SMESHGUI.cxx, SMESHGUI.h: Change
681           Handle(SMESHDS_Document) to SMESHDS_Document*
682
683 2003-09-04 07:21  Jerome Robert <jerome.robert@eads.net>
684
685         * src/MEFISTO2/Makefile.in: Remove OCC_LIBS from LDFLAGS
686
687 2003-09-04 07:14  Jerome Robert <jerome.robert@eads.net>
688
689         * src/SMESHDS/: Makefile.in, SMESHDS_Command.cxx,
690           SMESHDS_Command.hxx, SMESHDS_Document.cxx, SMESHDS_Document.hxx,
691           SMESHDS_Hypothesis.cxx, SMESHDS_Hypothesis.hxx, SMESHDS_Mesh.cxx,
692           SMESHDS_Mesh.hxx, SMESHDS_Script.cxx, SMESHDS_Script.hxx,
693           SMESHDS_SubMesh.cxx, SMESHDS_SubMesh.hxx: Remove Opencascade
694           dependencies. Change to STL.
695
696 2003-09-03 17:31  Jerome Robert <jerome.robert@eads.net>
697
698         * src/OBJECT/Makefile.in: Change OCC_LIBS to OCC_KERNEL_LIBS
699
700 2003-09-03 17:30  Jerome Robert <jerome.robert@eads.net>
701
702         * src/SMDS/: SMDS_Mesh.cxx, SMDS_Mesh.hxx, SMDS_MeshEdge.cxx,
703           SMDS_MeshEdge.hxx, SMDS_MeshElement.cxx, SMDS_MeshElement.hxx,
704           SMDS_MeshNode.cxx, SMDS_MeshNode.hxx, SMDS_MeshVolume.cxx,
705           SMDS_MeshVolume.hxx, SMDS_MeshFace.cxx, SMDS_MeshFace.hxx: New DS
706           implementation
707
708 2003-09-03 17:29  Jerome Robert <jerome.robert@eads.net>
709
710         * src/SMDS/: SMDS_EdgePosition.cxx, SMDS_EdgePosition.hxx,
711           SMDS_FacePosition.cxx, SMDS_FacePosition.hxx,
712           SMDS_MeshElementIDFactory.cxx, SMDS_MeshElementIDFactory.hxx,
713           SMDS_MeshGroup.cxx, SMDS_MeshGroup.hxx, SMDS_MeshIDFactory.cxx,
714           SMDS_MeshIDFactory.hxx, SMDS_MeshObject.cxx, SMDS_MeshObject.hxx,
715           SMDS_Position.cxx, SMDS_Position.hxx, SMDS_SpacePosition.cxx,
716           SMDS_SpacePosition.hxx, SMDS_TypeOfPosition.hxx,
717           SMDS_VertexPosition.cxx, SMDS_VertexPosition.hxx: Remove
718           Opencascade dependencies
719
720 2003-09-03 17:21  Jerome Robert <jerome.robert@eads.net>
721
722         * src/SMDS/SMDSAbs_ElementType.hxx: comments
723
724 2003-09-03 17:21  Jerome Robert <jerome.robert@eads.net>
725
726         * src/SMDS/: SMDS_Iterator.hxx, SMDS_IteratorOfElements.cxx,
727           SMDS_IteratorOfElements.hxx: Add iterator classes
728
729 2003-09-03 17:16  Jerome Robert <jerome.robert@eads.net>
730
731         * src/SMDS/Makefile.in: Remove wok files. Comment no longer needed
732           files
733
734 2003-09-03 17:09  Jerome Robert <jerome.robert@eads.net>
735
736         * src/SMDS/: SMDS_FaceOfEdges.cxx, SMDS_FaceOfEdges.hxx,
737           SMDS_FaceOfNodes.cxx, SMDS_FaceOfNodes.hxx,
738           SMDS_VolumeOfFaces.cxx, SMDS_VolumeOfFaces.hxx,
739           SMDS_VolumeOfNodes.cxx, SMDS_VolumeOfNodes.hxx: Add needed class
740           for the new DS
741
742 2003-07-18 12:19  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
743
744         * src/SMESHGUI/SMESHGUI_StudyAPI.cxx: NRI : correction wrong merge.
745
746 2003-07-11 07:32  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
747
748         * bin/VERSION, doc/html/Makefile.in, doc/html/INPUT/doxyfile: NRI :
749           Merge from V1_2.
750
751 2003-07-10 17:51  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
752
753         * configure.in.base: NRI : Merge from V1_2.
754
755 2003-07-10 16:31  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
756
757         * src/SMESHGUI/: SMESHGUI_Swig.cxx, SMESHGUI_Swig.i: NRI : Merge
758           from V1_2.
759
760 2003-07-10 16:06  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
761
762         * src/SMESHGUI/SMESHGUI_Swig.cxx: NRI : Merge from V1_2.
763
764 2003-07-10 15:36  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
765
766         * src/Driver/Makefile.in: NRI : Merge from V1_2.
767
768 2003-07-10 15:03  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
769
770         * src/SMESH/Makefile.in, src/SMESH_I/Makefile.in,
771           idl/SMESH_BasicHypothesis.idl, idl/SMESH_Gen.idl,
772           idl/SMESH_Hypothesis.idl, idl/SMESH_Mesh.idl,
773           adm_local/unix/make_commence.in: NRI : Merge from V1_2.
774
775 2003-07-10 14:47  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
776
777         * configure.in.base: NRI : Merge from V1_2.
778
779 2003-07-10 14:31  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
780
781         * src/Driver/Makefile.in: NRI : Merge from V1_2.
782
783 2003-07-10 13:35  Yves Fricaud <yves.fricaud@opencascade.com>
784
785         * src/: SMESH_I/Makefile.in, SMESH_I/SMESH_1D_Algo_i.cxx,
786           SMESH_I/SMESH_1D_Algo_i.hxx, SMESH_I/SMESH_2D_Algo_i.cxx,
787           SMESH_I/SMESH_2D_Algo_i.hxx, SMESH_I/SMESH_3D_Algo_i.cxx,
788           SMESH_I/SMESH_3D_Algo_i.hxx, SMESH_I/SMESH_Algo_i.cxx,
789           SMESH_I/SMESH_Algo_i.hxx, SMESH_I/SMESH_Gen_i.cxx,
790           SMESH_I/SMESH_Gen_i.hxx, SMESH_I/SMESH_Hexa_3D_i.cxx,
791           SMESH_I/SMESH_Hexa_3D_i.hxx,
792           SMESH_I/SMESH_HypothesisFactory_i.cxx,
793           SMESH_I/SMESH_HypothesisFactory_i.hxx,
794           SMESH_I/SMESH_Hypothesis_i.cxx, SMESH_I/SMESH_Hypothesis_i.hxx,
795           SMESH_I/SMESH_LocalLength_i.cxx, SMESH_I/SMESH_LocalLength_i.hxx,
796           SMESH_I/SMESH_MEDFamily_i.cxx, SMESH_I/SMESH_MEDFamily_i.hxx,
797           SMESH_I/SMESH_MEDMesh_i.cxx, SMESH_I/SMESH_MEDMesh_i.hxx,
798           SMESH_I/SMESH_MEDSupport_i.cxx, SMESH_I/SMESH_MEDSupport_i.hxx,
799           SMESH_I/SMESH_MEFISTO_2D_i.cxx, SMESH_I/SMESH_MEFISTO_2D_i.hxx,
800           SMESH_I/SMESH_MaxElementArea_i.cxx,
801           SMESH_I/SMESH_MaxElementArea_i.hxx,
802           SMESH_I/SMESH_MaxElementVolume_i.cxx,
803           SMESH_I/SMESH_MaxElementVolume_i.hxx,
804           SMESH_I/SMESH_MeshEditor_i.cxx, SMESH_I/SMESH_MeshEditor_i.hxx,
805           SMESH_I/SMESH_Mesh_i.cxx, SMESH_I/SMESH_Mesh_i.hxx,
806           SMESH_I/SMESH_NumberOfSegments_i.cxx,
807           SMESH_I/SMESH_NumberOfSegments_i.hxx,
808           SMESH_I/SMESH_Quadrangle_2D_i.cxx,
809           SMESH_I/SMESH_Quadrangle_2D_i.hxx,
810           SMESH_I/SMESH_Regular_1D_i.cxx, SMESH_I/SMESH_Regular_1D_i.hxx,
811           SMESH_I/SMESH_subMesh_i.cxx, SMESH_I/SMESH_subMesh_i.hxx,
812           SMESH_I/SMESH_test.py, SMESH_I/SMESH_topo.cxx,
813           SMESH_I/SMESH_topo.hxx, SMESH_I/smeshpy.py,
814           SMESH_SWIG/Makefile.in, SMESH_SWIG/SMESH_fixation.py,
815           SMESH_SWIG/SMESH_mechanic.py, SMESH_SWIG/SMESH_test0.py,
816           SMESH_SWIG/SMESH_test1.py, SMESH_SWIG/SMESH_test2.py,
817           SMESH_SWIG/SMESH_test3.py, SMESH_SWIG/batchmode_smesh.py,
818           SMESH_SWIG/libSMESH_Swig.i: yfr : merge 1.2
819
820 2003-07-10 13:18  Yves Fricaud <yves.fricaud@opencascade.com>
821
822         * src/SMESHGUI/: SMESHGUI.h, SMESHGUI_AddAlgorithmDlg.cxx,
823           SMESHGUI_AddAlgorithmDlg.h, SMESHGUI_AddEdgeDlg.cxx,
824           SMESHGUI_AddEdgeDlg.h, SMESHGUI_AddFaceDlg.cxx,
825           SMESHGUI_AddFaceDlg.h, SMESHGUI_AddHypothesisDlg.cxx,
826           SMESHGUI_AddHypothesisDlg.h, SMESHGUI_AddSubMeshDlg.cxx,
827           SMESHGUI_AddSubMeshDlg.h, SMESHGUI_AddVolumeDlg.cxx,
828           SMESHGUI_AddVolumeDlg.h, SMESHGUI_ComputeScalarValue.cxx,
829           SMESHGUI_ComputeScalarValue.h, SMESHGUI_DiagonalInversionDlg.cxx,
830           SMESHGUI_DiagonalInversionDlg.h,
831           SMESHGUI_EdgesConnectivityDlg.cxx,
832           SMESHGUI_EdgesConnectivityDlg.h, SMESHGUI_EditHypothesesDlg.cxx,
833           SMESHGUI_EditHypothesesDlg.h, SMESHGUI_EditScalarBarDlg.cxx,
834           SMESHGUI_EditScalarBarDlg.h, SMESHGUI_InitMeshDlg.cxx,
835           SMESHGUI_InitMeshDlg.h, SMESHGUI_LocalLengthDlg.cxx,
836           SMESHGUI_LocalLengthDlg.h, SMESHGUI_MaxElementAreaDlg.cxx,
837           SMESHGUI_MaxElementAreaDlg.h, SMESHGUI_MaxElementVolumeDlg.cxx,
838           SMESHGUI_MaxElementVolumeDlg.h, SMESHGUI_MeshInfosDlg.cxx,
839           SMESHGUI_MeshInfosDlg.h, SMESHGUI_MoveNodesDlg.cxx,
840           SMESHGUI_MoveNodesDlg.h, SMESHGUI_NbSegmentsDlg.cxx,
841           SMESHGUI_NbSegmentsDlg.h, SMESHGUI_NodesDlg.cxx,
842           SMESHGUI_NodesDlg.h, SMESHGUI_OrientationElementsDlg.cxx,
843           SMESHGUI_OrientationElementsDlg.h,
844           SMESHGUI_Preferences_ColorDlg.cxx,
845           SMESHGUI_Preferences_ColorDlg.h,
846           SMESHGUI_Preferences_ScalarBarDlg.cxx,
847           SMESHGUI_Preferences_ScalarBarDlg.h,
848           SMESHGUI_RemoveElementsDlg.cxx, SMESHGUI_RemoveElementsDlg.h,
849           SMESHGUI_RemoveNodesDlg.cxx, SMESHGUI_RemoveNodesDlg.h,
850           SMESHGUI_SpinBox.cxx, SMESHGUI_SpinBox.h, SMESHGUI_StudyAPI.cxx,
851           SMESHGUI_StudyAPI.h, SMESHGUI_Swig.cxx, SMESHGUI_Swig.hxx,
852           SMESHGUI_Swig.i, SMESHGUI_TransparencyDlg.cxx,
853           SMESHGUI_TransparencyDlg.h, SMESHGUI_aParameterDlg.cxx,
854           SMESHGUI_aParameterDlg.h: yfr : merge 1.2
855
856 2003-07-10 12:18  Yves Fricaud <yves.fricaud@opencascade.com>
857
858         * src/SMESHGUI/: Makefile.in, SMESHGUI.cxx: yfr : Merge V1.2
859
860 2003-07-10 11:35  Yves Fricaud <yves.fricaud@opencascade.com>
861
862         * src/SMESHFiltersSelection/Makefile.in: yfr : Merge with v1.2
863
864 2003-07-10 10:04  Yves Fricaud <yves.fricaud@opencascade.com>
865
866         * src/: SMESHDS/Handle_SMESHDS_Command.hxx,
867           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx,
868           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx,
869           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx,
870           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx,
871           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx,
872           SMESHDS/Handle_SMESHDS_Document.hxx,
873           SMESHDS/Handle_SMESHDS_ListNodeOfListOfAsciiString.hxx,
874           SMESHDS/Handle_SMESHDS_ListNodeOfListOfCommand.hxx,
875           SMESHDS/Handle_SMESHDS_ListNodeOfListOfPtrHypothesis.hxx,
876           SMESHDS/Handle_SMESHDS_Mesh.hxx,
877           SMESHDS/Handle_SMESHDS_Script.hxx,
878           SMESHDS/Handle_SMESHDS_SubMesh.hxx, SMESHDS/Makefile.in,
879           SMESHDS/SMESHDS.cdl, SMESHDS/SMESHDS_Command.cdl,
880           SMESHDS/SMESHDS_Command.cxx, SMESHDS/SMESHDS_Command.hxx,
881           SMESHDS/SMESHDS_Command.ixx, SMESHDS/SMESHDS_Command.jxx,
882           SMESHDS/SMESHDS_CommandType.hxx,
883           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx,
884           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_0.cxx,
885           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis.hxx,
886           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_0.cxx,
887           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh.hxx,
888           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_0.cxx,
889           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx,
890           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_0.cxx,
891           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx,
892           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_0.cxx,
893           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx,
894           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_0.cxx,
895           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx,
896           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_0.cxx,
897           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx,
898           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_0.cxx,
899           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx,
900           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_0.cxx,
901           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx,
902           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_0.cxx,
903           SMESHDS/SMESHDS_DataMapOfIntegerMesh.hxx,
904           SMESHDS/SMESHDS_DataMapOfIntegerMesh_0.cxx,
905           SMESHDS/SMESHDS_DataMapOfIntegerPtrHypothesis.hxx,
906           SMESHDS/SMESHDS_DataMapOfIntegerPtrHypothesis_0.cxx,
907           SMESHDS/SMESHDS_DataMapOfIntegerSubMesh.hxx,
908           SMESHDS/SMESHDS_DataMapOfIntegerSubMesh_0.cxx,
909           SMESHDS/SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx,
910           SMESHDS/SMESHDS_DataMapOfShapeListOfPtrHypothesis_0.cxx,
911           SMESHDS/SMESHDS_DataMapOfShapeSubMesh.hxx,
912           SMESHDS/SMESHDS_DataMapOfShapeSubMesh_0.cxx,
913           SMESHDS/SMESHDS_Document.cdl, SMESHDS/SMESHDS_Document.cxx,
914           SMESHDS/SMESHDS_Document.hxx, SMESHDS/SMESHDS_Document.ixx,
915           SMESHDS/SMESHDS_Document.jxx, SMESHDS/SMESHDS_Hypothesis.cxx,
916           SMESHDS/SMESHDS_Hypothesis.hxx,
917           SMESHDS/SMESHDS_ListIteratorOfListOfAsciiString.hxx,
918           SMESHDS/SMESHDS_ListIteratorOfListOfAsciiString_0.cxx,
919           SMESHDS/SMESHDS_ListIteratorOfListOfCommand.hxx,
920           SMESHDS/SMESHDS_ListIteratorOfListOfCommand_0.cxx,
921           SMESHDS/SMESHDS_ListIteratorOfListOfPtrHypothesis.hxx,
922           SMESHDS/SMESHDS_ListIteratorOfListOfPtrHypothesis_0.cxx,
923           SMESHDS/SMESHDS_ListNodeOfListOfAsciiString.hxx,
924           SMESHDS/SMESHDS_ListNodeOfListOfAsciiString_0.cxx,
925           SMESHDS/SMESHDS_ListNodeOfListOfCommand.hxx,
926           SMESHDS/SMESHDS_ListNodeOfListOfCommand_0.cxx,
927           SMESHDS/SMESHDS_ListNodeOfListOfPtrHypothesis.hxx,
928           SMESHDS/SMESHDS_ListNodeOfListOfPtrHypothesis_0.cxx,
929           SMESHDS/SMESHDS_ListOfAsciiString.hxx,
930           SMESHDS/SMESHDS_ListOfAsciiString_0.cxx,
931           SMESHDS/SMESHDS_ListOfCommand.hxx,
932           SMESHDS/SMESHDS_ListOfCommand_0.cxx,
933           SMESHDS/SMESHDS_ListOfPtrHypothesis.hxx,
934           SMESHDS/SMESHDS_ListOfPtrHypothesis_0.cxx,
935           SMESHDS/SMESHDS_Mesh.cdl, SMESHDS/SMESHDS_Mesh.cxx,
936           SMESHDS/SMESHDS_Mesh.hxx, SMESHDS/SMESHDS_Mesh.ixx,
937           SMESHDS/SMESHDS_Mesh.jxx, SMESHDS/SMESHDS_PtrHypothesis.hxx,
938           SMESHDS/SMESHDS_Script.cdl, SMESHDS/SMESHDS_Script.cxx,
939           SMESHDS/SMESHDS_Script.hxx, SMESHDS/SMESHDS_Script.ixx,
940           SMESHDS/SMESHDS_Script.jxx, SMESHDS/SMESHDS_SubMesh.cdl,
941           SMESHDS/SMESHDS_SubMesh.cxx, SMESHDS/SMESHDS_SubMesh.hxx,
942           SMESHDS/SMESHDS_SubMesh.ixx, SMESHDS/SMESHDS_SubMesh.jxx,
943           SMESH/Makefile.in, SMESH/SMESH_1D_Algo.cxx,
944           SMESH/SMESH_1D_Algo.hxx, SMESH/SMESH_2D_Algo.cxx,
945           SMESH/SMESH_2D_Algo.hxx, SMESH/SMESH_3D_Algo.cxx,
946           SMESH/SMESH_3D_Algo.hxx, SMESH/SMESH_Algo.cxx,
947           SMESH/SMESH_Algo.hxx, SMESH/SMESH_Gen.cxx, SMESH/SMESH_Gen.hxx,
948           SMESH/SMESH_Hexa_3D.cxx, SMESH/SMESH_Hexa_3D.hxx,
949           SMESH/SMESH_Hypothesis.cxx, SMESH/SMESH_Hypothesis.hxx,
950           SMESH/SMESH_HypothesisCreator.hxx,
951           SMESH/SMESH_HypothesisFactory.cxx,
952           SMESH/SMESH_HypothesisFactory.hxx,
953           SMESH/SMESH_LengthFromEdges.cxx, SMESH/SMESH_LengthFromEdges.hxx,
954           SMESH/SMESH_LocalLength.cxx, SMESH/SMESH_LocalLength.hxx,
955           SMESH/SMESH_MEFISTO_2D.cxx, SMESH/SMESH_MEFISTO_2D.hxx,
956           SMESH/SMESH_MaxElementArea.cxx, SMESH/SMESH_MaxElementArea.hxx,
957           SMESH/SMESH_MaxElementVolume.cxx,
958           SMESH/SMESH_MaxElementVolume.hxx, SMESH/SMESH_Mesh.cxx,
959           SMESH/SMESH_Mesh.hxx, SMESH/SMESH_NumberOfSegments.cxx,
960           SMESH/SMESH_NumberOfSegments.hxx, SMESH/SMESH_Quadrangle_2D.cxx,
961           SMESH/SMESH_Quadrangle_2D.hxx, SMESH/SMESH_Regular_1D.cxx,
962           SMESH/SMESH_Regular_1D.hxx, SMESH/SMESH_subMesh.cxx,
963           SMESH/SMESH_subMesh.hxx: yfr : Merge with v1.2
964
965 2003-07-10 09:49  Yves Fricaud <yves.fricaud@opencascade.com>
966
967         * src/SMDS/: Handle_SMDSControl_BoundaryEdges.hxx,
968           Handle_SMDSControl_BoundaryFaces.hxx,
969           Handle_SMDSControl_MeshBoundary.hxx,
970           Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx,
971           Handle_SMDS_DataMapNodeOfDataMapOfPntInteger.hxx,
972           Handle_SMDS_EdgePosition.hxx, Handle_SMDS_FacePosition.hxx,
973           Handle_SMDS_HSequenceOfMesh.hxx,
974           Handle_SMDS_ListNodeOfListOfMesh.hxx,
975           Handle_SMDS_ListNodeOfListOfMeshElement.hxx,
976           Handle_SMDS_ListNodeOfListOfMeshGroup.hxx, Handle_SMDS_Mesh.hxx,
977           Handle_SMDS_MeshEdge.hxx, Handle_SMDS_MeshElement.hxx,
978           Handle_SMDS_MeshElementIDFactory.hxx, Handle_SMDS_MeshFace.hxx,
979           Handle_SMDS_MeshGroup.hxx, Handle_SMDS_MeshHexahedron.hxx,
980           Handle_SMDS_MeshIDFactory.hxx, Handle_SMDS_MeshNode.hxx,
981           Handle_SMDS_MeshNodeIDFactory.hxx, Handle_SMDS_MeshObject.hxx,
982           Handle_SMDS_MeshPrism.hxx, Handle_SMDS_MeshPyramid.hxx,
983           Handle_SMDS_MeshQuadrangle.hxx, Handle_SMDS_MeshTetrahedron.hxx,
984           Handle_SMDS_MeshTriangle.hxx, Handle_SMDS_MeshVolume.hxx,
985           Handle_SMDS_Position.hxx,
986           Handle_SMDS_SequenceNodeOfSequenceOfMesh.hxx,
987           Handle_SMDS_SpacePosition.hxx,
988           Handle_SMDS_StdMapNodeOfExtendedMap.hxx,
989           Handle_SMDS_StdMapNodeOfExtendedOrientedMap.hxx,
990           Handle_SMDS_VertexPosition.hxx, Makefile.in, SMDS.cdl,
991           SMDSAbs.cdl, SMDSAbs_ElementType.hxx, SMDSControl.cdl,
992           SMDSControl.cxx, SMDSControl.hxx, SMDSControl.ixx,
993           SMDSControl.jxx, SMDSControl_BoundaryEdges.cdl,
994           SMDSControl_BoundaryEdges.cxx, SMDSControl_BoundaryEdges.hxx,
995           SMDSControl_BoundaryEdges.ixx, SMDSControl_BoundaryEdges.jxx,
996           SMDSControl_BoundaryFaces.cdl, SMDSControl_BoundaryFaces.cxx,
997           SMDSControl_BoundaryFaces.hxx, SMDSControl_BoundaryFaces.ixx,
998           SMDSControl_BoundaryFaces.jxx, SMDSControl_MeshBoundary.cdl,
999           SMDSControl_MeshBoundary.cxx, SMDSControl_MeshBoundary.hxx,
1000           SMDSControl_MeshBoundary.ixx, SMDSControl_MeshBoundary.jxx,
1001           SMDSEdit.cdl, SMDSEdit_Transform.cdl, SMDSEdit_Transform.cxx,
1002           SMDSEdit_Transform.hxx, SMDSEdit_Transform.ixx,
1003           SMDSEdit_Transform.jxx, SMDS_BasicMap.lxx,
1004           SMDS_BasicMapIterator.lxx,
1005           SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement.hxx,
1006           SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement_0.cxx,
1007           SMDS_DataMapIteratorOfDataMapOfPntInteger.hxx,
1008           SMDS_DataMapIteratorOfDataMapOfPntInteger_0.cxx,
1009           SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx,
1010           SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_0.cxx,
1011           SMDS_DataMapNodeOfDataMapOfPntInteger.hxx,
1012           SMDS_DataMapNodeOfDataMapOfPntInteger_0.cxx,
1013           SMDS_DataMapOfIntegerMeshElement.hxx,
1014           SMDS_DataMapOfIntegerMeshElement_0.cxx,
1015           SMDS_DataMapOfPntInteger.hxx, SMDS_DataMapOfPntInteger_0.cxx,
1016           SMDS_EdgePosition.cdl, SMDS_EdgePosition.cxx,
1017           SMDS_EdgePosition.hxx, SMDS_EdgePosition.ixx,
1018           SMDS_EdgePosition.jxx, SMDS_EdgePosition.lxx,
1019           SMDS_ExtendedMap.hxx, SMDS_ExtendedMap_0.cxx,
1020           SMDS_ExtendedOrientedMap.hxx, SMDS_ExtendedOrientedMap_0.cxx,
1021           SMDS_FacePosition.cdl, SMDS_FacePosition.cxx,
1022           SMDS_FacePosition.hxx, SMDS_FacePosition.ixx,
1023           SMDS_FacePosition.jxx, SMDS_FacePosition.lxx,
1024           SMDS_HSequenceOfMesh.hxx, SMDS_HSequenceOfMesh_0.cxx,
1025           SMDS_ListIteratorOfListOfMesh.hxx,
1026           SMDS_ListIteratorOfListOfMeshElement.hxx,
1027           SMDS_ListIteratorOfListOfMeshElement_0.cxx,
1028           SMDS_ListIteratorOfListOfMeshGroup.hxx,
1029           SMDS_ListIteratorOfListOfMeshGroup_0.cxx,
1030           SMDS_ListIteratorOfListOfMesh_0.cxx,
1031           SMDS_ListNodeOfListOfMesh.hxx,
1032           SMDS_ListNodeOfListOfMeshElement.hxx,
1033           SMDS_ListNodeOfListOfMeshElement_0.cxx,
1034           SMDS_ListNodeOfListOfMeshGroup.hxx,
1035           SMDS_ListNodeOfListOfMeshGroup_0.cxx,
1036           SMDS_ListNodeOfListOfMesh_0.cxx, SMDS_ListOfMesh.hxx,
1037           SMDS_ListOfMeshElement.hxx, SMDS_ListOfMeshElement_0.cxx,
1038           SMDS_ListOfMeshGroup.hxx, SMDS_ListOfMeshGroup_0.cxx,
1039           SMDS_ListOfMesh_0.cxx, SMDS_MapIteratorOfExtendedMap.hxx,
1040           SMDS_MapIteratorOfExtendedMap_0.cxx,
1041           SMDS_MapIteratorOfExtendedOrientedMap.hxx,
1042           SMDS_MapIteratorOfExtendedOrientedMap_0.cxx, SMDS_MapNode.lxx,
1043           SMDS_MapOfMeshElement.cdl, SMDS_MapOfMeshElement.cxx,
1044           SMDS_MapOfMeshElement.hxx, SMDS_MapOfMeshElement.ixx,
1045           SMDS_MapOfMeshElement.jxx, SMDS_MapOfMeshElement.lxx,
1046           SMDS_MapOfMeshOrientedElement.cdl,
1047           SMDS_MapOfMeshOrientedElement.cxx,
1048           SMDS_MapOfMeshOrientedElement.hxx,
1049           SMDS_MapOfMeshOrientedElement.ixx,
1050           SMDS_MapOfMeshOrientedElement.jxx,
1051           SMDS_MapOfMeshOrientedElement.lxx, SMDS_Mesh.cdl, SMDS_Mesh.cxx,
1052           SMDS_Mesh.hxx, SMDS_Mesh.ixx, SMDS_Mesh.jxx, SMDS_Mesh.lxx,
1053           SMDS_MeshEdge.cdl, SMDS_MeshEdge.cxx, SMDS_MeshEdge.hxx,
1054           SMDS_MeshEdge.ixx, SMDS_MeshEdge.jxx, SMDS_MeshEdge.lxx,
1055           SMDS_MeshEdgesIterator.cdl, SMDS_MeshEdgesIterator.cxx,
1056           SMDS_MeshEdgesIterator.hxx, SMDS_MeshEdgesIterator.ixx,
1057           SMDS_MeshEdgesIterator.jxx, SMDS_MeshElement.cdl,
1058           SMDS_MeshElement.cxx, SMDS_MeshElement.hxx, SMDS_MeshElement.ixx,
1059           SMDS_MeshElement.jxx, SMDS_MeshElement.lxx,
1060           SMDS_MeshElementIDFactory.cdl, SMDS_MeshElementIDFactory.cxx,
1061           SMDS_MeshElementIDFactory.hxx, SMDS_MeshElementIDFactory.ixx,
1062           SMDS_MeshElementIDFactory.jxx, SMDS_MeshElementIDFactory.lxx,
1063           SMDS_MeshElementMapHasher.cdl, SMDS_MeshElementMapHasher.cxx,
1064           SMDS_MeshElementMapHasher.hxx, SMDS_MeshElementMapHasher.ixx,
1065           SMDS_MeshElementMapHasher.jxx, SMDS_MeshElementMapHasher.lxx,
1066           SMDS_MeshElementsIterator.cdl, SMDS_MeshElementsIterator.cxx,
1067           SMDS_MeshElementsIterator.hxx, SMDS_MeshElementsIterator.ixx,
1068           SMDS_MeshElementsIterator.jxx, SMDS_MeshElementsIterator.lxx,
1069           SMDS_MeshFace.cdl, SMDS_MeshFace.cxx, SMDS_MeshFace.hxx,
1070           SMDS_MeshFace.ixx, SMDS_MeshFace.jxx, SMDS_MeshFace.lxx,
1071           SMDS_MeshFacesIterator.cdl, SMDS_MeshFacesIterator.cxx,
1072           SMDS_MeshFacesIterator.hxx, SMDS_MeshFacesIterator.ixx,
1073           SMDS_MeshFacesIterator.jxx, SMDS_MeshGroup.cdl,
1074           SMDS_MeshGroup.cxx, SMDS_MeshGroup.hxx, SMDS_MeshGroup.ixx,
1075           SMDS_MeshGroup.jxx, SMDS_MeshGroup.lxx, SMDS_MeshHexahedron.cdl,
1076           SMDS_MeshHexahedron.cxx, SMDS_MeshHexahedron.hxx,
1077           SMDS_MeshHexahedron.ixx, SMDS_MeshHexahedron.jxx,
1078           SMDS_MeshHexahedron.lxx, SMDS_MeshIDFactory.cdl,
1079           SMDS_MeshIDFactory.cxx, SMDS_MeshIDFactory.hxx,
1080           SMDS_MeshIDFactory.ixx, SMDS_MeshIDFactory.jxx,
1081           SMDS_MeshIDFactory.lxx, SMDS_MeshNode.cdl, SMDS_MeshNode.cxx,
1082           SMDS_MeshNode.hxx, SMDS_MeshNode.ixx, SMDS_MeshNode.jxx,
1083           SMDS_MeshNode.lxx, SMDS_MeshNodeIDFactory.cdl,
1084           SMDS_MeshNodeIDFactory.cxx, SMDS_MeshNodeIDFactory.hxx,
1085           SMDS_MeshNodeIDFactory.ixx, SMDS_MeshNodeIDFactory.jxx,
1086           SMDS_MeshNodeIDFactory.lxx, SMDS_MeshNodesIterator.cdl,
1087           SMDS_MeshNodesIterator.cxx, SMDS_MeshNodesIterator.hxx,
1088           SMDS_MeshNodesIterator.ixx, SMDS_MeshNodesIterator.jxx,
1089           SMDS_MeshObject.cdl, SMDS_MeshObject.cxx, SMDS_MeshObject.hxx,
1090           SMDS_MeshObject.ixx, SMDS_MeshObject.jxx,
1091           SMDS_MeshOrientedElementMapHasher.cdl,
1092           SMDS_MeshOrientedElementMapHasher.cxx,
1093           SMDS_MeshOrientedElementMapHasher.hxx,
1094           SMDS_MeshOrientedElementMapHasher.ixx,
1095           SMDS_MeshOrientedElementMapHasher.jxx,
1096           SMDS_MeshOrientedElementMapHasher.lxx, SMDS_MeshPrism.cdl,
1097           SMDS_MeshPrism.cxx, SMDS_MeshPrism.hxx, SMDS_MeshPrism.ixx,
1098           SMDS_MeshPrism.jxx, SMDS_MeshPrism.lxx, SMDS_MeshPyramid.cdl,
1099           SMDS_MeshPyramid.cxx, SMDS_MeshPyramid.hxx, SMDS_MeshPyramid.ixx,
1100           SMDS_MeshPyramid.jxx, SMDS_MeshPyramid.lxx,
1101           SMDS_MeshQuadrangle.cdl, SMDS_MeshQuadrangle.cxx,
1102           SMDS_MeshQuadrangle.hxx, SMDS_MeshQuadrangle.ixx,
1103           SMDS_MeshQuadrangle.jxx, SMDS_MeshQuadrangle.lxx,
1104           SMDS_MeshTetrahedron.cdl, SMDS_MeshTetrahedron.cxx,
1105           SMDS_MeshTetrahedron.hxx, SMDS_MeshTetrahedron.ixx,
1106           SMDS_MeshTetrahedron.jxx, SMDS_MeshTetrahedron.lxx,
1107           SMDS_MeshTriangle.cdl, SMDS_MeshTriangle.cxx,
1108           SMDS_MeshTriangle.hxx, SMDS_MeshTriangle.ixx,
1109           SMDS_MeshTriangle.jxx, SMDS_MeshTriangle.lxx,
1110           SMDS_MeshVolume.cdl, SMDS_MeshVolume.cxx, SMDS_MeshVolume.hxx,
1111           SMDS_MeshVolume.ixx, SMDS_MeshVolume.jxx, SMDS_MeshVolume.lxx,
1112           SMDS_MeshVolumesIterator.cdl, SMDS_MeshVolumesIterator.cxx,
1113           SMDS_MeshVolumesIterator.hxx, SMDS_MeshVolumesIterator.ixx,
1114           SMDS_MeshVolumesIterator.jxx, SMDS_PntHasher.cdl,
1115           SMDS_PntHasher.cxx, SMDS_PntHasher.hxx, SMDS_PntHasher.ixx,
1116           SMDS_PntHasher.jxx, SMDS_PntHasher.lxx, SMDS_Position.cdl,
1117           SMDS_Position.cxx, SMDS_Position.hxx, SMDS_Position.ixx,
1118           SMDS_Position.jxx, SMDS_Position.lxx,
1119           SMDS_SequenceNodeOfSequenceOfMesh.hxx,
1120           SMDS_SequenceNodeOfSequenceOfMesh_0.cxx, SMDS_SequenceOfMesh.hxx,
1121           SMDS_SequenceOfMesh_0.cxx, SMDS_SpacePosition.cdl,
1122           SMDS_SpacePosition.cxx, SMDS_SpacePosition.hxx,
1123           SMDS_SpacePosition.ixx, SMDS_SpacePosition.jxx,
1124           SMDS_SpacePosition.lxx, SMDS_StdMapNode.lxx,
1125           SMDS_StdMapNodeOfExtendedMap.hxx,
1126           SMDS_StdMapNodeOfExtendedMap_0.cxx,
1127           SMDS_StdMapNodeOfExtendedOrientedMap.hxx,
1128           SMDS_StdMapNodeOfExtendedOrientedMap_0.cxx,
1129           SMDS_TypeOfPosition.hxx, SMDS_VertexPosition.cdl,
1130           SMDS_VertexPosition.cxx, SMDS_VertexPosition.hxx,
1131           SMDS_VertexPosition.ixx, SMDS_VertexPosition.jxx: yfr : Merge
1132           with v1.2
1133
1134 2003-07-10 09:32  Yves Fricaud <yves.fricaud@opencascade.com>
1135
1136         * src/: DriverDAT/Makefile.in, DriverUNV/Makefile.in,
1137           MEFISTO2/Makefile.in, OBJECT/Makefile.in, OBJECT/SMESH_Actor.cxx,
1138           OBJECT/SMESH_Actor.h, OBJECT/SMESH_Grid.cxx, OBJECT/SMESH_Grid.h:
1139           yfr : Merge with v1.2
1140
1141 2003-07-10 09:14  Yves Fricaud <yves.fricaud@opencascade.com>
1142
1143         * src/Makefile.in: yfr : Merge with v1.2
1144
1145 2003-07-10 09:00  Yves Fricaud <yves.fricaud@opencascade.com>
1146
1147         * src/: Driver/Document_Reader.cxx, Driver/Document_Reader.h,
1148           Driver/Document_Writer.cxx, Driver/Document_Writer.h,
1149           Driver/Driver_dl.cxx, Driver/Makefile.in, Driver/Mesh_Reader.cxx,
1150           Driver/Mesh_Reader.h, Driver/Mesh_Writer.cxx,
1151           Driver/Mesh_Writer.h, Driver/SMESHDriver.cxx,
1152           Driver/SMESHDriver.h, DriverDAT/DriverDAT_R_SMDS_Mesh.cxx,
1153           DriverDAT/DriverDAT_R_SMDS_Mesh.h,
1154           DriverDAT/DriverDAT_R_SMESHDS_Document.cxx,
1155           DriverDAT/DriverDAT_R_SMESHDS_Document.h,
1156           DriverDAT/DriverDAT_R_SMESHDS_Mesh.cxx,
1157           DriverDAT/DriverDAT_R_SMESHDS_Mesh.h,
1158           DriverDAT/DriverDAT_W_SMDS_Mesh.cxx,
1159           DriverDAT/DriverDAT_W_SMDS_Mesh.h,
1160           DriverDAT/DriverDAT_W_SMESHDS_Document.cxx,
1161           DriverDAT/DriverDAT_W_SMESHDS_Document.h,
1162           DriverDAT/DriverDAT_W_SMESHDS_Mesh.cxx,
1163           DriverDAT/DriverDAT_W_SMESHDS_Mesh.h, DriverDAT/Makefile.in,
1164           DriverMED/DriverMED_R_SMDS_Mesh.cxx,
1165           DriverMED/DriverMED_R_SMESHDS_Document.cxx,
1166           DriverMED/DriverMED_R_SMESHDS_Mesh.cxx,
1167           DriverMED/DriverMED_W_SMDS_Mesh.cxx,
1168           DriverMED/DriverMED_W_SMESHDS_Document.cxx,
1169           DriverMED/DriverMED_W_SMESHDS_Mesh.cxx, DriverMED/Makefile.in,
1170           MEFISTO2/Makefile.in, MEFISTO2/Rn.h, MEFISTO2/aptrte.cxx,
1171           MEFISTO2/aptrte.h: yfr : Merge with v1.2
1172
1173 2003-07-10 08:12  Yves Fricaud <yves.fricaud@opencascade.com>
1174
1175         * src/SMESHGUI/SMESHGUI_icons.po: Initial revision
1176
1177 2003-07-10 08:09  tag V1_2
1178
1179 2003-07-10 08:09  Yves Fricaud <yves.fricaud@opencascade.com>
1180
1181         * src/: DriverMED/DriverMED_R_SMESHDS_Document.h,
1182           DriverMED/DriverMED_W_SMESHDS_Document.h,
1183           SMESHGUI/SMESHGUI_msg_en.po: sources v1.2
1184
1185 2003-06-29 13:17  Paul Rascle <paul.rascle@edf.fr>
1186
1187         * src/SMESH_SWIG/: Makefile.in, SMESH_shared_modules.py: PR: needed
1188           by merge C. CAREMOLI branch CCAR_br1
1189
1190 2003-06-12 10:37  Paul Rascle <paul.rascle@edf.fr>
1191
1192         * Makefile.in: PR: avoids unnecessary compilation after
1193           regeneration of SALOMEconfig.h, with gcc3.2
1194
1195 2003-06-12 10:34  Paul Rascle <paul.rascle@edf.fr>
1196
1197         * src/SMESH_SWIG/SMESH_fixation.py: PR: bug on subshapes not sorted
1198
1199 2003-05-28 16:42  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1200
1201         * adm_local/unix/make_commence.in: NRI : Add path fro GEOM and MED
1202           idls.
1203
1204 2003-05-28 16:26  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1205
1206         * idl/Makefile.in, adm_local/unix/make_commence.in,
1207           adm_local/unix/make_omniorb.in, build_configure,
1208           configure.in.base: NRI : Update IDL Dependancies.
1209
1210 2003-05-28 07:20  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1211
1212         * bin/VERSION, Makefile.in: NRI : Add MODULE version info.
1213
1214 2003-05-28 07:16  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1215
1216         * configure.in.base, adm_local/unix/config_files/check_Med.m4: NRI
1217           : Add Check of MED.
1218
1219 2003-05-26 14:21  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1220
1221         * adm_local/unix/config_files/check_Geom.m4, configure.in.base: NRI
1222           : Add GEOM check local.
1223
1224 2003-05-26 14:00  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1225
1226         * build_configure: NRI : updated aclocal.
1227
1228 2003-05-23 11:40  tag Start-v1_1a
1229
1230 2003-05-23 11:40  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1231
1232         * src/SMESHGUI/: SMESHGUI_AddAlgorithmDlg.cxx,
1233           SMESHGUI_AddEdgeDlg.cxx, SMESHGUI_AddFaceDlg.cxx,
1234           SMESHGUI_AddHypothesisDlg.cxx, SMESHGUI_AddSubMeshDlg.cxx,
1235           SMESHGUI_AddVolumeDlg.cxx, SMESHGUI_DiagonalInversionDlg.cxx,
1236           SMESHGUI_EdgesConnectivityDlg.cxx,
1237           SMESHGUI_EditHypothesesDlg.cxx, SMESHGUI_InitMeshDlg.cxx,
1238           SMESHGUI_LocalLengthDlg.cxx, SMESHGUI_MaxElementAreaDlg.cxx,
1239           SMESHGUI_MaxElementVolumeDlg.cxx, SMESHGUI_MoveNodesDlg.cxx,
1240           SMESHGUI_NbSegmentsDlg.cxx, SMESHGUI_NodesDlg.cxx,
1241           SMESHGUI_OrientationElementsDlg.cxx,
1242           SMESHGUI_RemoveElementsDlg.cxx, SMESHGUI_RemoveNodesDlg.cxx: NRI
1243           : loadPixmap( "SMESH", ...) instead of "SMESHGUI".
1244
1245 2003-05-22 09:52  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1246
1247         * doc/: Makefile.in, html/Makefile.in, html/INPUT/doxyfile,
1248           html/INPUT/sources/Application-About.png,
1249           html/INPUT/sources/Application-About1.jpg,
1250           html/INPUT/sources/application.gif,
1251           html/INPUT/sources/application.jpg,
1252           html/INPUT/sources/bg_salomepro.gif,
1253           html/INPUT/sources/doxygen.css, html/INPUT/sources/logocorp.gif,
1254           html/INPUT/sources/myheader.html, html/INPUT/sources/occ.gif,
1255           html/INPUT/HTML/SMESH_BasicHypothesis.html,
1256           html/INPUT/HTML/SMESH_Gen.html,
1257           html/INPUT/HTML/SMESH_Hypothesis.html,
1258           html/INPUT/HTML/SMESH_Mesh.html: NRI : Add documentation.
1259
1260 2003-05-22 09:51  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1261
1262         * configure.in.base: NRI : Add check HTML generators.
1263
1264 2003-05-20 07:17  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1265
1266         * src/: SMESH_I/SMESH_Gen_i.cxx, SMESH_I/SMESH_test.py,
1267           SMESH_I/smeshpy.py, SMESH_SWIG/SMESH_fixation.py,
1268           SMESH_SWIG/SMESH_mechanic.py, SMESH_SWIG/SMESH_test0.py,
1269           SMESH_SWIG/SMESH_test1.py, SMESH_SWIG/SMESH_test3.py,
1270           SMESHGUI/SMESHGUI.cxx: NRI : Use GEOM instead of Geometry.
1271
1272 2003-05-20 07:16  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1273
1274         * resources/SMESHCatalog.xml: NRI : Add component-username tag.
1275
1276 2003-05-20 07:15  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1277
1278         * Makefile.in: NRI : Add SMESHCatalog.xml
1279
1280 2003-05-19 14:50  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1281
1282         * src/SMESHGUI/SMESHGUI_StudyAPI.cxx: NRI : Add QAD_Desktop.h.
1283
1284 2003-05-19 14:49  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1285
1286         * src/SMESHGUI/Makefile.in: NRI : Add GEOM includes and libs.
1287
1288 2003-05-19 14:38  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1289
1290         * src/SMESHFiltersSelection/Makefile.in: NRI : Add KERNEL includes.
1291
1292 2003-05-19 14:34  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1293
1294         * src/SMESH_I/Makefile.in: NRI : Change lGeometryClient by
1295           lGEOMClient.
1296
1297 2003-05-19 14:32  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1298
1299         * src/SMESH_I/Makefile.in: NRI : Add GEOM includes and libs.
1300
1301 2003-05-19 14:11  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1302
1303         * src/: SMESH/Makefile.in, SMESHDS/Makefile.in: NRI : Add KERNEL
1304           includes and libs.
1305
1306 2003-05-19 14:09  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1307
1308         * src/: DriverDAT/Makefile.in, DriverMED/Makefile.in,
1309           DriverUNV/Makefile.in: NRI : Add KERNEL includes.
1310
1311 2003-05-19 14:08  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1312
1313         * idl/Makefile.in: NRI : Add MED.idl
1314
1315 2003-05-19 14:01  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1316
1317         * src/: SMESH_SWIG/Makefile.in, SMESH_SWIG/SMESH_fixation.py,
1318           SMESH_SWIG/SMESH_mechanic.py, SMESH_SWIG/SMESH_test0.py,
1319           SMESH_SWIG/SMESH_test1.py, SMESH_SWIG/SMESH_test2.py,
1320           SMESH_SWIG/SMESH_test3.py, SMESH_SWIG/batchmode_smesh.py,
1321           SMESH_SWIG/libSMESH_Swig.i, Makefile.in,
1322           SMESHFiltersSelection/Handle_SMESH_TypeFilter.hxx,
1323           SMESHFiltersSelection/Makefile.in,
1324           SMESHFiltersSelection/SMESH_Type.h,
1325           SMESHFiltersSelection/SMESH_TypeFilter.cxx,
1326           SMESHFiltersSelection/SMESH_TypeFilter.hxx,
1327           SMESHFiltersSelection/SMESH_TypeFilter.ixx,
1328           SMESHFiltersSelection/SMESH_TypeFilter.jxx, MEFISTO2/Makefile.in,
1329           MEFISTO2/Rn.h, MEFISTO2/aptrte.cxx, MEFISTO2/aptrte.h,
1330           MEFISTO2/areteideale.f, MEFISTO2/trte.f, OBJECT/Makefile.in,
1331           OBJECT/SMESH_Actor.cxx, OBJECT/SMESH_Actor.h,
1332           OBJECT/SMESH_Grid.cxx, OBJECT/SMESH_Grid.h,
1333           Driver/Document_Reader.cxx, Driver/Document_Reader.h,
1334           Driver/Document_Writer.cxx, Driver/Document_Writer.h,
1335           Driver/Driver_dl.cxx, Driver/Makefile.in, Driver/Mesh_Reader.cxx,
1336           Driver/Mesh_Reader.h, Driver/Mesh_Writer.cxx,
1337           Driver/Mesh_Writer.h, Driver/SMESHDriver.cxx,
1338           Driver/SMESHDriver.h: NRI : First integration.
1339
1340 2003-05-19 13:48  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1341
1342         * src/: SMDS/Handle_SMDSControl_BoundaryEdges.hxx,
1343           SMDS/Handle_SMDSControl_BoundaryFaces.hxx,
1344           SMDS/Handle_SMDSControl_MeshBoundary.hxx,
1345           SMDS/Handle_SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx,
1346           SMDS/Handle_SMDS_DataMapNodeOfDataMapOfPntInteger.hxx,
1347           SMDS/Handle_SMDS_EdgePosition.hxx,
1348           SMDS/Handle_SMDS_FacePosition.hxx,
1349           SMDS/Handle_SMDS_HSequenceOfMesh.hxx,
1350           SMDS/Handle_SMDS_ListNodeOfListOfMesh.hxx,
1351           SMDS/Handle_SMDS_ListNodeOfListOfMeshElement.hxx,
1352           SMDS/Handle_SMDS_ListNodeOfListOfMeshGroup.hxx,
1353           SMDS/Handle_SMDS_Mesh.hxx, SMDS/Handle_SMDS_MeshEdge.hxx,
1354           SMDS/Handle_SMDS_MeshElement.hxx,
1355           SMDS/Handle_SMDS_MeshElementIDFactory.hxx,
1356           SMDS/Handle_SMDS_MeshFace.hxx, SMDS/Handle_SMDS_MeshGroup.hxx,
1357           SMDS/Handle_SMDS_MeshHexahedron.hxx,
1358           SMDS/Handle_SMDS_MeshIDFactory.hxx,
1359           SMDS/Handle_SMDS_MeshNode.hxx,
1360           SMDS/Handle_SMDS_MeshNodeIDFactory.hxx,
1361           SMDS/Handle_SMDS_MeshObject.hxx, SMDS/Handle_SMDS_MeshPrism.hxx,
1362           SMDS/Handle_SMDS_MeshPyramid.hxx,
1363           SMDS/Handle_SMDS_MeshQuadrangle.hxx,
1364           SMDS/Handle_SMDS_MeshTetrahedron.hxx,
1365           SMDS/Handle_SMDS_MeshTriangle.hxx,
1366           SMDS/Handle_SMDS_MeshVolume.hxx, SMDS/Handle_SMDS_Position.hxx,
1367           SMDS/Handle_SMDS_SequenceNodeOfSequenceOfMesh.hxx,
1368           SMDS/Handle_SMDS_SpacePosition.hxx,
1369           SMDS/Handle_SMDS_StdMapNodeOfExtendedMap.hxx,
1370           SMDS/Handle_SMDS_StdMapNodeOfExtendedOrientedMap.hxx,
1371           SMDS/Handle_SMDS_VertexPosition.hxx, SMDS/Makefile.in,
1372           SMDS/SMDS.cdl, SMDS/SMDSAbs.cdl, SMDS/SMDSAbs_ElementType.hxx,
1373           SMDS/SMDSControl.cdl, SMDS/SMDSControl.cxx, SMDS/SMDSControl.hxx,
1374           SMDS/SMDSControl.ixx, SMDS/SMDSControl.jxx,
1375           SMDS/SMDSControl_BoundaryEdges.cdl,
1376           SMDS/SMDSControl_BoundaryEdges.cxx,
1377           SMDS/SMDSControl_BoundaryEdges.hxx,
1378           SMDS/SMDSControl_BoundaryEdges.ixx,
1379           SMDS/SMDSControl_BoundaryEdges.jxx,
1380           SMDS/SMDSControl_BoundaryFaces.cdl,
1381           SMDS/SMDSControl_BoundaryFaces.cxx,
1382           SMDS/SMDSControl_BoundaryFaces.hxx,
1383           SMDS/SMDSControl_BoundaryFaces.ixx,
1384           SMDS/SMDSControl_BoundaryFaces.jxx,
1385           SMDS/SMDSControl_MeshBoundary.cdl,
1386           SMDS/SMDSControl_MeshBoundary.cxx,
1387           SMDS/SMDSControl_MeshBoundary.hxx,
1388           SMDS/SMDSControl_MeshBoundary.ixx,
1389           SMDS/SMDSControl_MeshBoundary.jxx, SMDS/SMDSEdit.cdl,
1390           SMDS/SMDSEdit_Transform.cdl, SMDS/SMDSEdit_Transform.cxx,
1391           SMDS/SMDSEdit_Transform.hxx, SMDS/SMDSEdit_Transform.ixx,
1392           SMDS/SMDSEdit_Transform.jxx, SMDS/SMDS_BasicMap.lxx,
1393           SMDS/SMDS_BasicMapIterator.lxx,
1394           SMDS/SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement.hxx,
1395           SMDS/SMDS_DataMapIteratorOfDataMapOfIntegerMeshElement_0.cxx,
1396           SMDS/SMDS_DataMapIteratorOfDataMapOfPntInteger.hxx,
1397           SMDS/SMDS_DataMapIteratorOfDataMapOfPntInteger_0.cxx,
1398           SMDS/SMDS_DataMapNodeOfDataMapOfIntegerMeshElement.hxx,
1399           SMDS/SMDS_DataMapNodeOfDataMapOfIntegerMeshElement_0.cxx,
1400           SMDS/SMDS_DataMapNodeOfDataMapOfPntInteger.hxx,
1401           SMDS/SMDS_DataMapNodeOfDataMapOfPntInteger_0.cxx,
1402           SMDS/SMDS_DataMapOfIntegerMeshElement.hxx,
1403           SMDS/SMDS_DataMapOfIntegerMeshElement_0.cxx,
1404           SMDS/SMDS_DataMapOfPntInteger.hxx,
1405           SMDS/SMDS_DataMapOfPntInteger_0.cxx, SMDS/SMDS_EdgePosition.cdl,
1406           SMDS/SMDS_EdgePosition.cxx, SMDS/SMDS_EdgePosition.hxx,
1407           SMDS/SMDS_EdgePosition.ixx, SMDS/SMDS_EdgePosition.jxx,
1408           SMDS/SMDS_EdgePosition.lxx, SMDS/SMDS_ExtendedMap.hxx,
1409           SMDS/SMDS_ExtendedMap_0.cxx, SMDS/SMDS_ExtendedOrientedMap.hxx,
1410           SMDS/SMDS_ExtendedOrientedMap_0.cxx, SMDS/SMDS_FacePosition.cdl,
1411           SMDS/SMDS_FacePosition.cxx, SMDS/SMDS_FacePosition.hxx,
1412           SMDS/SMDS_FacePosition.ixx, SMDS/SMDS_FacePosition.jxx,
1413           SMDS/SMDS_FacePosition.lxx, SMDS/SMDS_HSequenceOfMesh.hxx,
1414           SMDS/SMDS_HSequenceOfMesh_0.cxx,
1415           SMDS/SMDS_ListIteratorOfListOfMesh.hxx,
1416           SMDS/SMDS_ListIteratorOfListOfMeshElement.hxx,
1417           SMDS/SMDS_ListIteratorOfListOfMeshElement_0.cxx,
1418           SMDS/SMDS_ListIteratorOfListOfMeshGroup.hxx,
1419           SMDS/SMDS_ListIteratorOfListOfMeshGroup_0.cxx,
1420           SMDS/SMDS_ListIteratorOfListOfMesh_0.cxx,
1421           SMDS/SMDS_ListNodeOfListOfMesh.hxx,
1422           SMDS/SMDS_ListNodeOfListOfMeshElement.hxx,
1423           SMDS/SMDS_ListNodeOfListOfMeshElement_0.cxx,
1424           SMDS/SMDS_ListNodeOfListOfMeshGroup.hxx,
1425           SMDS/SMDS_ListNodeOfListOfMeshGroup_0.cxx,
1426           SMDS/SMDS_ListNodeOfListOfMesh_0.cxx, SMDS/SMDS_ListOfMesh.hxx,
1427           SMDS/SMDS_ListOfMeshElement.hxx,
1428           SMDS/SMDS_ListOfMeshElement_0.cxx, SMDS/SMDS_ListOfMeshGroup.hxx,
1429           SMDS/SMDS_ListOfMeshGroup_0.cxx, SMDS/SMDS_ListOfMesh_0.cxx,
1430           SMDS/SMDS_Map.gxx, SMDS/SMDS_MapHasher.gxx,
1431           SMDS/SMDS_MapIterator.gxx,
1432           SMDS/SMDS_MapIteratorOfExtendedMap.hxx,
1433           SMDS/SMDS_MapIteratorOfExtendedMap_0.cxx,
1434           SMDS/SMDS_MapIteratorOfExtendedOrientedMap.hxx,
1435           SMDS/SMDS_MapIteratorOfExtendedOrientedMap_0.cxx,
1436           SMDS/SMDS_MapNode.lxx, SMDS/SMDS_MapOfMeshElement.cdl,
1437           SMDS/SMDS_MapOfMeshElement.cxx, SMDS/SMDS_MapOfMeshElement.hxx,
1438           SMDS/SMDS_MapOfMeshElement.ixx, SMDS/SMDS_MapOfMeshElement.jxx,
1439           SMDS/SMDS_MapOfMeshElement.lxx,
1440           SMDS/SMDS_MapOfMeshOrientedElement.cdl,
1441           SMDS/SMDS_MapOfMeshOrientedElement.cxx,
1442           SMDS/SMDS_MapOfMeshOrientedElement.hxx,
1443           SMDS/SMDS_MapOfMeshOrientedElement.ixx,
1444           SMDS/SMDS_MapOfMeshOrientedElement.jxx,
1445           SMDS/SMDS_MapOfMeshOrientedElement.lxx, SMDS/SMDS_Mesh.cdl,
1446           SMDS/SMDS_Mesh.cxx, SMDS/SMDS_Mesh.hxx, SMDS/SMDS_Mesh.ixx,
1447           SMDS/SMDS_Mesh.jxx, SMDS/SMDS_Mesh.lxx, SMDS/SMDS_MeshEdge.cdl,
1448           SMDS/SMDS_MeshEdge.cxx, SMDS/SMDS_MeshEdge.hxx,
1449           SMDS/SMDS_MeshEdge.ixx, SMDS/SMDS_MeshEdge.jxx,
1450           SMDS/SMDS_MeshEdge.lxx, SMDS/SMDS_MeshEdgesIterator.cdl,
1451           SMDS/SMDS_MeshEdgesIterator.cxx, SMDS/SMDS_MeshEdgesIterator.hxx,
1452           SMDS/SMDS_MeshEdgesIterator.ixx, SMDS/SMDS_MeshEdgesIterator.jxx,
1453           SMDS/SMDS_MeshElement.cdl, SMDS/SMDS_MeshElement.cxx,
1454           SMDS/SMDS_MeshElement.hxx, SMDS/SMDS_MeshElement.ixx,
1455           SMDS/SMDS_MeshElement.jxx, SMDS/SMDS_MeshElement.lxx,
1456           SMDS/SMDS_MeshElementIDFactory.cdl,
1457           SMDS/SMDS_MeshElementIDFactory.cxx,
1458           SMDS/SMDS_MeshElementIDFactory.hxx,
1459           SMDS/SMDS_MeshElementIDFactory.ixx,
1460           SMDS/SMDS_MeshElementIDFactory.jxx,
1461           SMDS/SMDS_MeshElementIDFactory.lxx,
1462           SMDS/SMDS_MeshElementMapHasher.cdl,
1463           SMDS/SMDS_MeshElementMapHasher.cxx,
1464           SMDS/SMDS_MeshElementMapHasher.hxx,
1465           SMDS/SMDS_MeshElementMapHasher.ixx,
1466           SMDS/SMDS_MeshElementMapHasher.jxx,
1467           SMDS/SMDS_MeshElementMapHasher.lxx,
1468           SMDS/SMDS_MeshElementsIterator.cdl,
1469           SMDS/SMDS_MeshElementsIterator.cxx,
1470           SMDS/SMDS_MeshElementsIterator.hxx,
1471           SMDS/SMDS_MeshElementsIterator.ixx,
1472           SMDS/SMDS_MeshElementsIterator.jxx,
1473           SMDS/SMDS_MeshElementsIterator.lxx, SMDS/SMDS_MeshFace.cdl,
1474           SMDS/SMDS_MeshFace.cxx, SMDS/SMDS_MeshFace.hxx,
1475           SMDS/SMDS_MeshFace.ixx, SMDS/SMDS_MeshFace.jxx,
1476           SMDS/SMDS_MeshFace.lxx, SMDS/SMDS_MeshFacesIterator.cdl,
1477           SMDS/SMDS_MeshFacesIterator.cxx, SMDS/SMDS_MeshFacesIterator.hxx,
1478           SMDS/SMDS_MeshFacesIterator.ixx, SMDS/SMDS_MeshFacesIterator.jxx,
1479           SMDS/SMDS_MeshGroup.cdl, SMDS/SMDS_MeshGroup.cxx,
1480           SMDS/SMDS_MeshGroup.hxx, SMDS/SMDS_MeshGroup.ixx,
1481           SMDS/SMDS_MeshGroup.jxx, SMDS/SMDS_MeshGroup.lxx,
1482           SMDS/SMDS_MeshHexahedron.cdl, SMDS/SMDS_MeshHexahedron.cxx,
1483           SMDS/SMDS_MeshHexahedron.hxx, SMDS/SMDS_MeshHexahedron.ixx,
1484           SMDS/SMDS_MeshHexahedron.jxx, SMDS/SMDS_MeshHexahedron.lxx,
1485           SMDS/SMDS_MeshIDFactory.cdl, SMDS/SMDS_MeshIDFactory.cxx,
1486           SMDS/SMDS_MeshIDFactory.ixx, SMDS/SMDS_MeshIDFactory.jxx,
1487           SMDS/SMDS_MeshIDFactory.lxx, SMDS/SMDS_MeshNode.cdl,
1488           SMDS/SMDS_MeshNode.cxx, SMDS/SMDS_MeshNode.hxx,
1489           SMDS/SMDS_MeshNode.ixx, SMDS/SMDS_MeshNode.jxx,
1490           SMDS/SMDS_MeshNode.lxx, SMDS/SMDS_MeshNodeIDFactory.cdl,
1491           SMDS/SMDS_MeshNodeIDFactory.cxx, SMDS/SMDS_MeshNodeIDFactory.hxx,
1492           SMDS/SMDS_MeshNodeIDFactory.ixx, SMDS/SMDS_MeshNodeIDFactory.jxx,
1493           SMDS/SMDS_MeshNodeIDFactory.lxx, SMDS/SMDS_MeshNodesIterator.cdl,
1494           SMDS/SMDS_MeshNodesIterator.cxx, SMDS/SMDS_MeshNodesIterator.hxx,
1495           SMDS/SMDS_MeshNodesIterator.ixx, SMDS/SMDS_MeshNodesIterator.jxx,
1496           SMDS/SMDS_MeshObject.cdl, SMDS/SMDS_MeshObject.cxx,
1497           SMDS/SMDS_MeshObject.hxx, SMDS/SMDS_MeshObject.ixx,
1498           SMDS/SMDS_MeshObject.jxx,
1499           SMDS/SMDS_MeshOrientedElementMapHasher.cdl,
1500           SMDS/SMDS_MeshOrientedElementMapHasher.cxx,
1501           SMDS/SMDS_MeshOrientedElementMapHasher.hxx,
1502           SMDS/SMDS_MeshOrientedElementMapHasher.ixx,
1503           SMDS/SMDS_MeshOrientedElementMapHasher.jxx,
1504           SMDS/SMDS_MeshOrientedElementMapHasher.lxx,
1505           SMDS/SMDS_MeshPrism.cdl, SMDS/SMDS_MeshPrism.cxx,
1506           SMDS/SMDS_MeshPrism.hxx, SMDS/SMDS_MeshPrism.ixx,
1507           SMDS/SMDS_MeshPrism.jxx, SMDS/SMDS_MeshPrism.lxx,
1508           SMDS/SMDS_MeshPyramid.cdl, SMDS/SMDS_MeshPyramid.cxx,
1509           SMDS/SMDS_MeshPyramid.hxx, SMDS/SMDS_MeshPyramid.ixx,
1510           SMDS/SMDS_MeshPyramid.jxx, SMDS/SMDS_MeshPyramid.lxx,
1511           SMDS/SMDS_MeshQuadrangle.cdl, SMDS/SMDS_MeshQuadrangle.cxx,
1512           SMDS/SMDS_MeshQuadrangle.hxx, SMDS/SMDS_MeshQuadrangle.ixx,
1513           SMDS/SMDS_MeshQuadrangle.jxx, SMDS/SMDS_MeshQuadrangle.lxx,
1514           SMDS/SMDS_MeshTetrahedron.cdl, SMDS/SMDS_MeshTetrahedron.cxx,
1515           SMDS/SMDS_MeshTetrahedron.hxx, SMDS/SMDS_MeshTetrahedron.ixx,
1516           SMDS/SMDS_MeshTetrahedron.jxx, SMDS/SMDS_MeshTetrahedron.lxx,
1517           SMDS/SMDS_MeshTriangle.cdl, SMDS/SMDS_MeshTriangle.cxx,
1518           SMDS/SMDS_MeshTriangle.hxx, SMDS/SMDS_MeshTriangle.ixx,
1519           SMDS/SMDS_MeshTriangle.jxx, SMDS/SMDS_MeshTriangle.lxx,
1520           SMDS/SMDS_MeshVolume.cdl, SMDS/SMDS_MeshVolume.cxx,
1521           SMDS/SMDS_MeshVolume.hxx, SMDS/SMDS_MeshVolume.ixx,
1522           SMDS/SMDS_MeshVolume.jxx, SMDS/SMDS_MeshVolume.lxx,
1523           SMDS/SMDS_MeshVolumesIterator.cdl,
1524           SMDS/SMDS_MeshVolumesIterator.cxx,
1525           SMDS/SMDS_MeshVolumesIterator.hxx,
1526           SMDS/SMDS_MeshVolumesIterator.ixx,
1527           SMDS/SMDS_MeshVolumesIterator.jxx, SMDS/SMDS_PntHasher.cdl,
1528           SMDS/SMDS_PntHasher.cxx, SMDS/SMDS_PntHasher.hxx,
1529           SMDS/SMDS_PntHasher.ixx, SMDS/SMDS_PntHasher.jxx,
1530           SMDS/SMDS_PntHasher.lxx, SMDS/SMDS_Position.cdl,
1531           SMDS/SMDS_Position.cxx, SMDS/SMDS_Position.hxx,
1532           SMDS/SMDS_Position.ixx, SMDS/SMDS_Position.jxx,
1533           SMDS/SMDS_Position.lxx,
1534           SMDS/SMDS_SequenceNodeOfSequenceOfMesh.hxx,
1535           SMDS/SMDS_SequenceNodeOfSequenceOfMesh_0.cxx,
1536           SMDS/SMDS_SequenceOfMesh.hxx, SMDS/SMDS_SequenceOfMesh_0.cxx,
1537           SMDS/SMDS_SpacePosition.cdl, SMDS/SMDS_SpacePosition.cxx,
1538           SMDS/SMDS_SpacePosition.hxx, SMDS/SMDS_SpacePosition.ixx,
1539           SMDS/SMDS_SpacePosition.jxx, SMDS/SMDS_SpacePosition.lxx,
1540           SMDS/SMDS_StdMapNode.gxx, SMDS/SMDS_StdMapNode.lxx,
1541           SMDS/SMDS_StdMapNodeOfExtendedMap.hxx,
1542           SMDS/SMDS_StdMapNodeOfExtendedMap_0.cxx,
1543           SMDS/SMDS_StdMapNodeOfExtendedOrientedMap.hxx,
1544           SMDS/SMDS_StdMapNodeOfExtendedOrientedMap_0.cxx,
1545           SMDS/SMDS_TypeOfPosition.hxx, SMDS/SMDS_VertexPosition.cdl,
1546           SMDS/SMDS_VertexPosition.cxx, SMDS/SMDS_VertexPosition.hxx,
1547           SMDS/SMDS_VertexPosition.ixx, SMDS/SMDS_VertexPosition.jxx,
1548           SMDS/SMDS_MeshIDFactory.hxx, SMESH_I/Makefile.in,
1549           SMESH_I/SMESH_1D_Algo_i.cxx, SMESH_I/SMESH_1D_Algo_i.hxx,
1550           SMESH_I/SMESH_2D_Algo_i.cxx, SMESH_I/SMESH_2D_Algo_i.hxx,
1551           SMESH_I/SMESH_3D_Algo_i.cxx, SMESH_I/SMESH_3D_Algo_i.hxx,
1552           SMESH_I/SMESH_Algo_i.cxx, SMESH_I/SMESH_Algo_i.hxx,
1553           SMESH_I/SMESH_Gen_i.cxx, SMESH_I/SMESH_Gen_i.hxx,
1554           SMESH_I/SMESH_Hexa_3D_i.cxx, SMESH_I/SMESH_Hexa_3D_i.hxx,
1555           SMESH_I/SMESH_HypothesisFactory_i.cxx,
1556           SMESH_I/SMESH_HypothesisFactory_i.hxx,
1557           SMESH_I/SMESH_Hypothesis_i.cxx, SMESH_I/SMESH_Hypothesis_i.hxx,
1558           SMESH_I/SMESH_LocalLength_i.cxx, SMESH_I/SMESH_LocalLength_i.hxx,
1559           SMESH_I/SMESH_MEDFamily_i.cxx, SMESH_I/SMESH_MEDFamily_i.hxx,
1560           SMESH_I/SMESH_MEDMesh_i.cxx, SMESH_I/SMESH_MEDMesh_i.hxx,
1561           SMESH_I/SMESH_MEDSupport_i.cxx, SMESH_I/SMESH_MEDSupport_i.hxx,
1562           SMESH_I/SMESH_MEFISTO_2D_i.cxx, SMESH_I/SMESH_MEFISTO_2D_i.hxx,
1563           SMESH_I/SMESH_MaxElementArea_i.cxx,
1564           SMESH_I/SMESH_MaxElementArea_i.hxx,
1565           SMESH_I/SMESH_MaxElementVolume_i.cxx,
1566           SMESH_I/SMESH_MaxElementVolume_i.hxx,
1567           SMESH_I/SMESH_MeshEditor_i.cxx, SMESH_I/SMESH_MeshEditor_i.hxx,
1568           SMESH_I/SMESH_Mesh_i.cxx, SMESH_I/SMESH_Mesh_i.hxx,
1569           SMESH_I/SMESH_NumberOfSegments_i.cxx,
1570           SMESH_I/SMESH_NumberOfSegments_i.hxx,
1571           SMESH_I/SMESH_Quadrangle_2D_i.cxx,
1572           SMESH_I/SMESH_Quadrangle_2D_i.hxx,
1573           SMESH_I/SMESH_Regular_1D_i.cxx, SMESH_I/SMESH_Regular_1D_i.hxx,
1574           SMESH_I/SMESH_subMesh_i.cxx, SMESH_I/SMESH_subMesh_i.hxx,
1575           SMESH_I/SMESH_test.py, SMESH_I/SMESH_topo.cxx,
1576           SMESH_I/SMESH_topo.hxx, SMESH_I/smeshpy.py, SMESH_I/sstream,
1577           SMESHGUI/Makefile.in, SMESHGUI/SMESHGUI.cxx, SMESHGUI/SMESHGUI.h,
1578           SMESHGUI/SMESHGUI_AddAlgorithmDlg.cxx,
1579           SMESHGUI/SMESHGUI_AddAlgorithmDlg.h,
1580           SMESHGUI/SMESHGUI_AddEdgeDlg.cxx, SMESHGUI/SMESHGUI_AddEdgeDlg.h,
1581           SMESHGUI/SMESHGUI_AddFaceDlg.cxx, SMESHGUI/SMESHGUI_AddFaceDlg.h,
1582           SMESHGUI/SMESHGUI_AddHypothesisDlg.cxx,
1583           SMESHGUI/SMESHGUI_AddHypothesisDlg.h,
1584           SMESHGUI/SMESHGUI_AddSubMeshDlg.cxx,
1585           SMESHGUI/SMESHGUI_AddSubMeshDlg.h,
1586           SMESHGUI/SMESHGUI_AddVolumeDlg.cxx,
1587           SMESHGUI/SMESHGUI_AddVolumeDlg.h,
1588           SMESHGUI/SMESHGUI_ComputeScalarValue.cxx,
1589           SMESHGUI/SMESHGUI_ComputeScalarValue.h,
1590           SMESHGUI/SMESHGUI_DiagonalInversionDlg.cxx,
1591           SMESHGUI/SMESHGUI_DiagonalInversionDlg.h,
1592           SMESHGUI/SMESHGUI_EdgesConnectivityDlg.cxx,
1593           SMESHGUI/SMESHGUI_EdgesConnectivityDlg.h,
1594           SMESHGUI/SMESHGUI_EditHypothesesDlg.cxx,
1595           SMESHGUI/SMESHGUI_EditHypothesesDlg.h,
1596           SMESHGUI/SMESHGUI_EditScalarBarDlg.cxx,
1597           SMESHGUI/SMESHGUI_EditScalarBarDlg.h,
1598           SMESHGUI/SMESHGUI_InitMeshDlg.cxx,
1599           SMESHGUI/SMESHGUI_InitMeshDlg.h,
1600           SMESHGUI/SMESHGUI_LocalLengthDlg.cxx,
1601           SMESHGUI/SMESHGUI_LocalLengthDlg.h,
1602           SMESHGUI/SMESHGUI_MaxElementAreaDlg.cxx,
1603           SMESHGUI/SMESHGUI_MaxElementAreaDlg.h,
1604           SMESHGUI/SMESHGUI_MaxElementVolumeDlg.cxx,
1605           SMESHGUI/SMESHGUI_MaxElementVolumeDlg.h,
1606           SMESHGUI/SMESHGUI_MeshInfosDlg.cxx,
1607           SMESHGUI/SMESHGUI_MeshInfosDlg.h,
1608           SMESHGUI/SMESHGUI_MoveNodesDlg.cxx,
1609           SMESHGUI/SMESHGUI_MoveNodesDlg.h,
1610           SMESHGUI/SMESHGUI_NbSegmentsDlg.cxx,
1611           SMESHGUI/SMESHGUI_NbSegmentsDlg.h,
1612           SMESHGUI/SMESHGUI_NodesDlg.cxx, SMESHGUI/SMESHGUI_NodesDlg.h,
1613           SMESHGUI/SMESHGUI_OrientationElementsDlg.cxx,
1614           SMESHGUI/SMESHGUI_OrientationElementsDlg.h,
1615           SMESHGUI/SMESHGUI_Preferences_ColorDlg.cxx,
1616           SMESHGUI/SMESHGUI_Preferences_ColorDlg.h,
1617           SMESHGUI/SMESHGUI_Preferences_ScalarBarDlg.cxx,
1618           SMESHGUI/SMESHGUI_Preferences_ScalarBarDlg.h,
1619           SMESHGUI/SMESHGUI_RemoveElementsDlg.cxx,
1620           SMESHGUI/SMESHGUI_RemoveElementsDlg.h,
1621           SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx,
1622           SMESHGUI/SMESHGUI_RemoveNodesDlg.h,
1623           SMESHGUI/SMESHGUI_SpinBox.cxx, SMESHGUI/SMESHGUI_SpinBox.h,
1624           SMESHGUI/SMESHGUI_StudyAPI.cxx, SMESHGUI/SMESHGUI_StudyAPI.h,
1625           SMESHGUI/SMESHGUI_Swig.cxx, SMESHGUI/SMESHGUI_Swig.hxx,
1626           SMESHGUI/SMESHGUI_Swig.i, SMESHGUI/SMESHGUI_TransparencyDlg.cxx,
1627           SMESHGUI/SMESHGUI_TransparencyDlg.h,
1628           SMESHGUI/SMESHGUI_aParameterDlg.cxx,
1629           SMESHGUI/SMESHGUI_aParameterDlg.h, SMESHGUI/SMESH_icons.po,
1630           SMESHGUI/SMESH_msg_en.po: NRI : First integration.
1631
1632 2003-05-19 13:18  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1633
1634         * src/: SMESH/Makefile.in, SMESH/SMESH_1D_Algo.cxx,
1635           SMESH/SMESH_1D_Algo.hxx, SMESH/SMESH_2D_Algo.cxx,
1636           SMESH/SMESH_2D_Algo.hxx, SMESH/SMESH_3D_Algo.cxx,
1637           SMESH/SMESH_3D_Algo.hxx, SMESH/SMESH_Algo.cxx,
1638           SMESH/SMESH_Algo.hxx, SMESH/SMESH_Gen.cxx, SMESH/SMESH_Gen.hxx,
1639           SMESH/SMESH_Hexa_3D.cxx, SMESH/SMESH_Hexa_3D.hxx,
1640           SMESH/SMESH_Hypothesis.cxx, SMESH/SMESH_Hypothesis.hxx,
1641           SMESH/SMESH_HypothesisCreator.hxx,
1642           SMESH/SMESH_HypothesisFactory.cxx,
1643           SMESH/SMESH_HypothesisFactory.hxx,
1644           SMESH/SMESH_LengthFromEdges.cxx, SMESH/SMESH_LengthFromEdges.hxx,
1645           SMESH/SMESH_LocalLength.cxx, SMESH/SMESH_LocalLength.hxx,
1646           SMESH/SMESH_MEFISTO_2D.cxx, SMESH/SMESH_MEFISTO_2D.hxx,
1647           SMESH/SMESH_MaxElementArea.cxx, SMESH/SMESH_MaxElementArea.hxx,
1648           SMESH/SMESH_MaxElementVolume.cxx,
1649           SMESH/SMESH_MaxElementVolume.hxx, SMESH/SMESH_Mesh.cxx,
1650           SMESH/SMESH_Mesh.hxx, SMESH/SMESH_NumberOfSegments.cxx,
1651           SMESH/SMESH_NumberOfSegments.hxx, SMESH/SMESH_Quadrangle_2D.cxx,
1652           SMESH/SMESH_Quadrangle_2D.hxx, SMESH/SMESH_Regular_1D.cxx,
1653           SMESH/SMESH_Regular_1D.hxx, SMESH/SMESH_subMesh.cxx,
1654           SMESH/SMESH_subMesh.hxx, SMESHDS/Handle_SMESHDS_Command.hxx,
1655           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx,
1656           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx,
1657           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx,
1658           SMESHDS/Handle_SMESHDS_ListNodeOfListOfCommand.hxx,
1659           SMESHDS/Handle_SMESHDS_Mesh.hxx,
1660           SMESHDS/Handle_SMESHDS_Script.hxx, SMESHDS/Makefile.in,
1661           SMESHDS/SMESHDS_Command.cdl, SMESHDS/SMESHDS_Command.cxx,
1662           SMESHDS/SMESHDS_Command.ixx, SMESHDS/SMESHDS_Command.jxx,
1663           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh_0.cxx,
1664           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis_0.cxx,
1665           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh.hxx,
1666           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerSubMesh_0.cxx,
1667           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis_0.cxx,
1668           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh.hxx,
1669           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerMesh.hxx,
1670           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis_0.cxx,
1671           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh.hxx,
1672           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerSubMesh_0.cxx,
1673           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx,
1674           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis_0.cxx,
1675           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx,
1676           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh_0.cxx,
1677           SMESHDS/SMESHDS_DataMapOfIntegerMesh.hxx,
1678           SMESHDS/SMESHDS_DataMapOfIntegerMesh_0.cxx,
1679           SMESHDS/SMESHDS_DataMapOfIntegerPtrHypothesis.hxx,
1680           SMESHDS/SMESHDS_DataMapOfIntegerPtrHypothesis_0.cxx,
1681           SMESHDS/SMESHDS_DataMapOfIntegerSubMesh.hxx,
1682           SMESHDS/SMESHDS_DataMapOfIntegerSubMesh_0.cxx,
1683           SMESHDS/SMESHDS_DataMapOfShapeSubMesh.hxx,
1684           SMESHDS/SMESHDS_DataMapOfShapeSubMesh_0.cxx,
1685           SMESHDS/SMESHDS_Document.cdl, SMESHDS/SMESHDS_Document.hxx,
1686           SMESHDS/SMESHDS_Document.ixx, SMESHDS/SMESHDS_Hypothesis.hxx,
1687           SMESHDS/SMESHDS_ListIteratorOfListOfAsciiString_0.cxx,
1688           SMESHDS/SMESHDS_ListIteratorOfListOfCommand.hxx,
1689           SMESHDS/SMESHDS_ListIteratorOfListOfCommand_0.cxx,
1690           SMESHDS/SMESHDS_ListIteratorOfListOfPtrHypothesis_0.cxx,
1691           SMESHDS/SMESHDS_ListNodeOfListOfAsciiString.hxx,
1692           SMESHDS/SMESHDS_ListNodeOfListOfAsciiString_0.cxx,
1693           SMESHDS/SMESHDS_ListNodeOfListOfCommand.hxx,
1694           SMESHDS/SMESHDS_ListNodeOfListOfCommand_0.cxx,
1695           SMESHDS/SMESHDS_ListNodeOfListOfPtrHypothesis.hxx,
1696           SMESHDS/SMESHDS_ListOfCommand.hxx,
1697           SMESHDS/SMESHDS_ListOfPtrHypothesis.hxx,
1698           SMESHDS/SMESHDS_ListOfPtrHypothesis_0.cxx,
1699           SMESHDS/SMESHDS_Mesh.cdl, SMESHDS/SMESHDS_Mesh.hxx,
1700           SMESHDS/SMESHDS_Script.cdl, SMESHDS/SMESHDS_Script.cxx,
1701           SMESHDS/SMESHDS_Script.hxx, SMESHDS/SMESHDS_Script.ixx,
1702           SMESHDS/SMESHDS_Script.jxx, SMESHDS/SMESHDS_SubMesh.cdl,
1703           SMESHDS/SMESHDS_SubMesh.cxx, SMESHDS/SMESHDS_SubMesh.hxx,
1704           SMESHDS/SMESHDS_SubMesh.ixx, SMESHDS/SMESHDS_SubMesh.jxx,
1705           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfShapeListOfPtrHypothesis.hxx,
1706           SMESHDS/Handle_SMESHDS_DataMapNodeOfDataMapOfShapeSubMesh.hxx,
1707           SMESHDS/Handle_SMESHDS_Document.hxx,
1708           SMESHDS/Handle_SMESHDS_ListNodeOfListOfAsciiString.hxx,
1709           SMESHDS/Handle_SMESHDS_ListNodeOfListOfPtrHypothesis.hxx,
1710           SMESHDS/Handle_SMESHDS_SubMesh.hxx, SMESHDS/SMESHDS.cdl,
1711           SMESHDS/SMESHDS_Command.hxx, SMESHDS/SMESHDS_CommandType.hxx,
1712           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerMesh.hxx,
1713           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfIntegerPtrHypothesis.hxx,
1714           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeListOfPtrHypothesis.hxx,
1715           SMESHDS/SMESHDS_DataMapIteratorOfDataMapOfShapeSubMesh_0.cxx,
1716           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerMesh_0.cxx,
1717           SMESHDS/SMESHDS_DataMapNodeOfDataMapOfIntegerPtrHypothesis.hxx,
1718           SMESHDS/SMESHDS_DataMapOfShapeListOfPtrHypothesis.hxx,
1719           SMESHDS/SMESHDS_DataMapOfShapeListOfPtrHypothesis_0.cxx,
1720           SMESHDS/SMESHDS_Document.cxx, SMESHDS/SMESHDS_Document.jxx,
1721           SMESHDS/SMESHDS_Hypothesis.cxx,
1722           SMESHDS/SMESHDS_ListIteratorOfListOfAsciiString.hxx,
1723           SMESHDS/SMESHDS_ListIteratorOfListOfPtrHypothesis.hxx,
1724           SMESHDS/SMESHDS_ListNodeOfListOfPtrHypothesis_0.cxx,
1725           SMESHDS/SMESHDS_ListOfAsciiString.hxx,
1726           SMESHDS/SMESHDS_ListOfAsciiString_0.cxx,
1727           SMESHDS/SMESHDS_ListOfCommand_0.cxx, SMESHDS/SMESHDS_Mesh.cxx,
1728           SMESHDS/SMESHDS_Mesh.ixx, SMESHDS/SMESHDS_Mesh.jxx,
1729           SMESHDS/SMESHDS_PtrHypothesis.hxx: NRI : First integration.
1730
1731 2003-05-19 13:03  Nicolas Rejneri <nicolas.rejneri@opencascade.com>
1732
1733         * Makefile.in, build_configure, configure.in.base,
1734           resources/ModuleMesh.png, resources/SMESHCatalog.xml,
1735           resources/SMESH_en.xml, resources/SMESH_fr.xml,
1736           resources/delete.png, resources/mesh.png,
1737           resources/mesh_add_sub.png, resources/mesh_algo_hexa.png,
1738           resources/mesh_algo_mefisto.png, resources/mesh_algo_quad.png,
1739           resources/mesh_algo_regular.png, resources/mesh_angle.png,
1740           resources/mesh_area.png, resources/mesh_aspect.png,
1741           resources/mesh_compute.png, resources/mesh_connectivity.png,
1742           resources/mesh_diagonal.png, resources/mesh_edit.png,
1743           resources/mesh_hexa.png, resources/mesh_hexa_n.png,
1744           resources/mesh_hypo_area.png, resources/mesh_hypo_length.png,
1745           resources/mesh_hypo_segment.png, resources/mesh_hypo_volume.png,
1746           resources/mesh_info.png, resources/mesh_init.png,
1747           resources/mesh_length.png, resources/mesh_line.png,
1748           resources/mesh_line_n.png, resources/mesh_move_node.png,
1749           resources/mesh_orientation.png, resources/mesh_pyramid.png,
1750           resources/mesh_pyramid_n.png, resources/mesh_quad.png,
1751           resources/mesh_quad_n.png, resources/mesh_rem_element.png,
1752           resources/mesh_rem_node.png, resources/mesh_set_algo.png,
1753           resources/mesh_set_hypo.png, resources/mesh_shading.png,
1754           resources/mesh_shrink.png, resources/mesh_skew.png,
1755           resources/mesh_taper.png, resources/mesh_tetra.png,
1756           resources/mesh_tetra_n.png, resources/mesh_tree_algo.png,
1757           resources/mesh_tree_algo_hexa.png,
1758           resources/mesh_tree_algo_mefisto.png,
1759           resources/mesh_tree_algo_quad.png,
1760           resources/mesh_tree_algo_regular.png,
1761           resources/mesh_tree_hypo.png, resources/mesh_tree_hypo_area.png,
1762           resources/mesh_tree_hypo_length.png,
1763           resources/mesh_tree_hypo_segment.png,
1764           resources/mesh_tree_hypo_volume.png,
1765           resources/mesh_tree_mesh.png, resources/mesh_tree_mesh_warn.png,
1766           resources/mesh_triangle.png, resources/mesh_triangle_n.png,
1767           resources/mesh_update.png, resources/mesh_vertex.png,
1768           resources/mesh_vertex_n.png, resources/mesh_wireframe.png,
1769           resources/mesh_wrap.png, resources/select1.png, idl/Makefile.in,
1770           idl/SMESH_BasicHypothesis.idl, idl/SMESH_Gen.idl,
1771           idl/SMESH_Hypothesis.idl, idl/SMESH_Mesh.idl,
1772           src/DriverDAT/DriverDAT_R_SMDS_Mesh.cxx,
1773           src/DriverDAT/DriverDAT_R_SMDS_Mesh.h,
1774           src/DriverDAT/DriverDAT_R_SMESHDS_Document.cxx,
1775           src/DriverDAT/DriverDAT_R_SMESHDS_Document.h,
1776           src/DriverDAT/DriverDAT_R_SMESHDS_Mesh.cxx,
1777           src/DriverDAT/DriverDAT_R_SMESHDS_Mesh.h,
1778           src/DriverDAT/DriverDAT_W_SMDS_Mesh.cxx,
1779           src/DriverDAT/DriverDAT_W_SMDS_Mesh.h,
1780           src/DriverDAT/DriverDAT_W_SMESHDS_Document.cxx,
1781           src/DriverDAT/DriverDAT_W_SMESHDS_Document.h,
1782           src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.cxx,
1783           src/DriverDAT/DriverDAT_W_SMESHDS_Mesh.h,
1784           src/DriverDAT/Makefile.in,
1785           src/DriverMED/DriverMED_R_SMDS_Mesh.cxx,
1786           src/DriverMED/DriverMED_R_SMESHDS_Document.cxx,
1787           src/DriverMED/DriverMED_R_SMESHDS_Mesh.cxx,
1788           src/DriverMED/DriverMED_W_SMDS_Mesh.cxx,
1789           src/DriverMED/DriverMED_W_SMESHDS_Document.cxx,
1790           src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx,
1791           src/DriverMED/Makefile.in,
1792           src/DriverUNV/DriverUNV_R_SMDS_Mesh.cxx,
1793           src/DriverUNV/DriverUNV_R_SMDS_Mesh.h,
1794           src/DriverUNV/DriverUNV_R_SMESHDS_Document.cxx,
1795           src/DriverUNV/DriverUNV_R_SMESHDS_Document.h,
1796           src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.cxx,
1797           src/DriverUNV/DriverUNV_R_SMESHDS_Mesh.h,
1798           src/DriverUNV/DriverUNV_W_SMDS_Mesh.cxx,
1799           src/DriverUNV/DriverUNV_W_SMDS_Mesh.h,
1800           src/DriverUNV/DriverUNV_W_SMESHDS_Document.cxx,
1801           src/DriverUNV/DriverUNV_W_SMESHDS_Document.h,
1802           src/DriverUNV/DriverUNV_W_SMESHDS_Mesh.cxx,
1803           src/DriverUNV/DriverUNV_W_SMESHDS_Mesh.h,
1804           src/DriverUNV/Makefile.in: NRI : First integration.
1805
1806 2003-03-07 14:55  tag V1
1807
1808 2003-03-07 14:55  cvsadmin
1809
1810         * src/DriverMED/: DriverMED_R_SMESHDS_Document.h,
1811           DriverMED_W_SMESHDS_Document.h:
1812           Initialisation module SMESH_SRC de la base SMESH
1813
1814 2003-03-07 14:55  cvsadmin
1815
1816         * src/DriverMED/: DriverMED_R_SMDS_Mesh.cxx,
1817           DriverMED_R_SMDS_Mesh.h, DriverMED_R_SMESHDS_Document.cxx,
1818           DriverMED_R_SMESHDS_Mesh.cxx, DriverMED_R_SMESHDS_Mesh.h,
1819           DriverMED_W_SMDS_Mesh.cxx, DriverMED_W_SMDS_Mesh.h,
1820           DriverMED_W_SMESHDS_Document.cxx, DriverMED_W_SMESHDS_Mesh.cxx,
1821           DriverMED_W_SMESHDS_Mesh.h, Makefile.in: Initial revision
1822