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