Salome HOME
d06a704eb67a5547c775852f3e0882f821bfa1cc
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
1 // Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License, or (at your option) any later version.
10 //
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 // Lesser General Public License for more details.
15 //
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 //  File   : SMESH_Mesh_i.hxx
23 //  Author : Paul RASCLE, EDF
24 //  Module : SMESH
25
26 #ifndef _SMESH_MESH_I_HXX_
27 #define _SMESH_MESH_I_HXX_
28
29 #include "SMESH.hxx"
30
31 #include "SMESH_Hypothesis.hxx"
32 #include "SMESH_Mesh.hxx"
33 #include "SMESH_subMesh.hxx"
34 #include "SMDS_ElemIterator.hxx"
35
36 #include <SALOME_GenericObj_i.hh>
37 #include <SALOMEconfig.h>
38 #include CORBA_SERVER_HEADER(SMESH_Gen)
39 #include CORBA_SERVER_HEADER(SMESH_Mesh)
40 #include CORBA_SERVER_HEADER(SMESH_Group)
41 #include CORBA_SERVER_HEADER(SMESH_Hypothesis)
42 #include CORBA_CLIENT_HEADER(GEOM_Gen)
43
44 #include <map>
45
46 class SMESH_Gen_i;
47 class SMESH_GroupBase_i;
48 class SMESH_subMesh_i;
49 class SMESH_PreMeshInfo;
50 class SMESH_MeshEditor_i;
51 class DriverMED_W_Field;
52 class SMESHDS_Mesh;
53
54 class SMESH_I_EXPORT SMESH_Mesh_i:
55   public virtual POA_SMESH::SMESH_Mesh,
56   public virtual SALOME::GenericObj_i
57 {
58   SMESH_Mesh_i();
59   SMESH_Mesh_i(const SMESH_Mesh_i&);
60 public:
61   SMESH_Mesh_i( PortableServer::POA_ptr thePOA,
62                 SMESH_Gen_i*            myGen_i );
63
64   virtual ~SMESH_Mesh_i();
65
66   // --- CORBA
67
68   void SetShape( GEOM::GEOM_Object_ptr theShapeObject )
69     throw (SALOME::SALOME_Exception);
70
71   CORBA::Boolean HasShapeToMesh()
72     throw (SALOME::SALOME_Exception);
73
74   GEOM::GEOM_Object_ptr GetShapeToMesh()
75     throw (SALOME::SALOME_Exception);
76
77   CORBA::Boolean IsLoaded()
78     throw (SALOME::SALOME_Exception);
79
80   void Load()
81     throw (SALOME::SALOME_Exception);
82
83   void Clear()
84     throw (SALOME::SALOME_Exception);
85
86   void ClearSubMesh(CORBA::Long ShapeID)
87     throw (SALOME::SALOME_Exception);
88
89   SMESH::Hypothesis_Status AddHypothesis(GEOM::GEOM_Object_ptr       aSubShape,
90                                          SMESH::SMESH_Hypothesis_ptr anHyp,
91                                          CORBA::String_out           anErrorText)
92     throw (SALOME::SALOME_Exception);
93
94   SMESH::Hypothesis_Status RemoveHypothesis(GEOM::GEOM_Object_ptr       aSubShape,
95                                             SMESH::SMESH_Hypothesis_ptr anHyp)
96     throw (SALOME::SALOME_Exception);
97
98   SMESH::ListOfHypothesis* GetHypothesisList(GEOM::GEOM_Object_ptr aSubShape)
99     throw (SALOME::SALOME_Exception);
100
101   SMESH::submesh_array* GetSubMeshes()
102     throw (SALOME::SALOME_Exception);
103
104   SMESH::SMESH_subMesh_ptr GetSubMesh(GEOM::GEOM_Object_ptr aSubShape, const char* theName)
105     throw (SALOME::SALOME_Exception);
106
107   void RemoveSubMesh( SMESH::SMESH_subMesh_ptr theSubMesh )
108     throw (SALOME::SALOME_Exception);
109
110   SMESH::SMESH_Group_ptr CreateGroup( SMESH::ElementType theElemType, const char* theName )
111     throw (SALOME::SALOME_Exception);
112
113   SMESH::SMESH_GroupOnGeom_ptr CreateGroupFromGEOM(SMESH::ElementType    theElemType,
114                                                    const char*           theName,
115                                                    GEOM::GEOM_Object_ptr theGeomObj )
116     throw (SALOME::SALOME_Exception);
117
118   SMESH::SMESH_GroupOnFilter_ptr CreateGroupFromFilter(SMESH::ElementType theElemType,
119                                                        const char*        theName,
120                                                        SMESH::Filter_ptr  theFilter )
121     throw (SALOME::SALOME_Exception);
122
123   void RemoveGroup( SMESH::SMESH_GroupBase_ptr theGroup )
124     throw (SALOME::SALOME_Exception);
125
126   void RemoveGroupWithContents( SMESH::SMESH_GroupBase_ptr theGroup )
127     throw (SALOME::SALOME_Exception);
128
129   SMESH::ListOfGroups* GetGroups()
130     throw (SALOME::SALOME_Exception);
131
132   CORBA::Long NbGroups()
133     throw (SALOME::SALOME_Exception);
134
135   SMESH::SMESH_Group_ptr UnionGroups( SMESH::SMESH_GroupBase_ptr theGroup1,
136                                       SMESH::SMESH_GroupBase_ptr theGroup2,
137                                       const char* theName )
138     throw (SALOME::SALOME_Exception);
139
140   SMESH::SMESH_Group_ptr UnionListOfGroups( const SMESH::ListOfGroups& theGroups,
141                                             const char* theName)
142     throw (SALOME::SALOME_Exception);
143
144   SMESH::SMESH_Group_ptr IntersectGroups( SMESH::SMESH_GroupBase_ptr theGroup1,
145                                           SMESH::SMESH_GroupBase_ptr theGroup2,
146                                           const char* theName )
147     throw (SALOME::SALOME_Exception);
148
149   SMESH::SMESH_Group_ptr IntersectListOfGroups( const SMESH::ListOfGroups&  theGroups,
150                                                 const char* theName )
151     throw (SALOME::SALOME_Exception);
152
153   SMESH::SMESH_Group_ptr CutGroups( SMESH::SMESH_GroupBase_ptr theGroup1,
154                                     SMESH::SMESH_GroupBase_ptr theGroup2,
155                                     const char* theName )
156     throw (SALOME::SALOME_Exception);
157
158   SMESH::SMESH_Group_ptr CutListOfGroups( const SMESH::ListOfGroups& theMainGroups,
159                                           const SMESH::ListOfGroups& theToolGroups,
160                                           const char* theName )
161     throw (SALOME::SALOME_Exception);
162
163   SMESH::SMESH_Group_ptr CreateDimGroup( const SMESH::ListOfIDSources& theGroups,
164                                          SMESH::ElementType            theElemType,
165                                          const char*                   theName,
166                                          SMESH::NB_COMMON_NODES_ENUM   theNbCommonNodes,
167                                          CORBA::Boolean                theUnderlyingOnly )
168     throw (SALOME::SALOME_Exception);
169
170   SMESH::ListOfGroups* FaceGroupsSeparatedByEdges( CORBA::Double  theSharpAngle,
171                                                    CORBA::Boolean theCreateEdges,
172                                                    CORBA::Boolean theUseExistingEdges )
173     throw (SALOME::SALOME_Exception);
174
175   SMESH::SMESH_Group_ptr ConvertToStandalone( SMESH::SMESH_GroupBase_ptr theGroupOn )
176     throw (SALOME::SALOME_Exception);
177
178   SMESH::log_array* GetLog(CORBA::Boolean clearAfterGet)
179     throw (SALOME::SALOME_Exception);
180
181   SMESH::SMESH_MeshEditor_ptr GetMeshEditor() throw (SALOME::SALOME_Exception);
182
183   SMESH::SMESH_MeshEditor_ptr GetMeshEditPreviewer() throw (SALOME::SALOME_Exception);
184
185   CORBA::Boolean HasModificationsToDiscard() throw (SALOME::SALOME_Exception);
186
187   void ClearLog() throw (SALOME::SALOME_Exception);
188
189   CORBA::Long GetId() throw (SALOME::SALOME_Exception);
190
191   // --- C++ interface
192
193   void SetImpl(::SMESH_Mesh* impl);
194   ::SMESH_Mesh& GetImpl();         // :: force no namespace here
195
196   SMESH_Gen_i* GetGen() { return _gen_i; }
197
198   int ImportUNVFile( const char* theFileName )
199     throw (SALOME::SALOME_Exception);
200
201   int ImportSTLFile( const char* theFileName )
202     throw (SALOME::SALOME_Exception);
203
204   SMESH::ComputeError* ImportGMFFile( const char* theFileName,
205                                       bool        theMakeRequiredGroups)
206     throw (SALOME::SALOME_Exception);
207
208   /*!
209    * consult DriverMED_R_SMESHDS_Mesh::ReadStatus for returned value
210    */
211   SMESH::DriverMED_ReadStatus ImportMEDFile( const char* theFileName, const char* theMeshName )
212     throw (SALOME::SALOME_Exception);
213
214   SMESH::DriverMED_ReadStatus ImportCGNSFile( const char*  theFileName,
215                                               const int    theMeshIndex,
216                                               std::string& theMeshName)
217     throw (SALOME::SALOME_Exception);
218
219   /*!
220    *  Auto color
221    */
222   void SetAutoColor(CORBA::Boolean theAutoColor)
223     throw (SALOME::SALOME_Exception);
224
225   CORBA::Boolean GetAutoColor()
226     throw (SALOME::SALOME_Exception);
227
228   /*! Check group names for duplications.
229    *  Consider maximum group name length stored in MED file.
230    */
231   CORBA::Boolean HasDuplicatedGroupNamesMED();
232
233   /*!
234    * Return string representation of a MED file version comprising nbDigits
235    */
236   char* GetVersionString(CORBA::Long minor, CORBA::Short nbDigits);
237
238   /*!
239    *  Return the list of med versions compatibles for write/append,
240    *  encoded in 10*major+minor (for instance, code for med 3.2.1 is 32)
241    */
242   SMESH::long_array* GetMEDVersionsCompatibleForAppend();
243
244   void ExportMED( const char*        file,
245                   CORBA::Boolean     auto_groups,
246                   CORBA::Long        version,
247                   CORBA::Boolean     overwrite,
248                   CORBA::Boolean     autoDimension = true) throw (SALOME::SALOME_Exception);
249
250   void ExportSAUV( const char* file, CORBA::Boolean auto_groups ) throw (SALOME::SALOME_Exception);
251
252   void ExportDAT( const char* file ) throw (SALOME::SALOME_Exception);
253   void ExportUNV( const char* file ) throw (SALOME::SALOME_Exception);
254   void ExportSTL( const char* file, bool isascii ) throw (SALOME::SALOME_Exception);
255   void ExportCGNS(SMESH::SMESH_IDSource_ptr meshPart,
256                   const char*               file,
257                   CORBA::Boolean            overwrite,
258                   CORBA::Boolean            groupElemsByType) throw (SALOME::SALOME_Exception);
259   void ExportGMF(SMESH::SMESH_IDSource_ptr meshPart,
260                  const char*               file,
261                  CORBA::Boolean            withRequiredGroups) throw (SALOME::SALOME_Exception);
262
263   void ExportPartToMED(SMESH::SMESH_IDSource_ptr meshPart,
264                        const char*               file,
265                        CORBA::Boolean            auto_groups,
266                        CORBA::Long               version,
267                        CORBA::Boolean            overwrite,
268                        CORBA::Boolean            autoDim,
269                        const GEOM::ListOfFields& fields,
270                        const char*               geomAssocFields,
271                        CORBA::Double             ZTolerance) throw (SALOME::SALOME_Exception);
272   void ExportPartToDAT(SMESH::SMESH_IDSource_ptr meshPart,
273                        const char*               file) throw (SALOME::SALOME_Exception);
274   void ExportPartToUNV(SMESH::SMESH_IDSource_ptr meshPart,
275                        const char*               file) throw (SALOME::SALOME_Exception);
276   void ExportPartToSTL(SMESH::SMESH_IDSource_ptr meshPart,
277                        const char*               file,
278                        CORBA::Boolean            isascii) throw (SALOME::SALOME_Exception);
279
280   CORBA::Double GetComputeProgress();
281
282   CORBA::Long NbNodes()
283     throw (SALOME::SALOME_Exception);
284
285   CORBA::Long NbElements()
286     throw (SALOME::SALOME_Exception);
287
288   CORBA::Long Nb0DElements()
289     throw (SALOME::SALOME_Exception);
290
291   CORBA::Long NbBalls()
292     throw (SALOME::SALOME_Exception);
293
294   CORBA::Long NbEdges()
295     throw (SALOME::SALOME_Exception);
296
297   CORBA::Long NbEdgesOfOrder(SMESH::ElementOrder order)
298     throw (SALOME::SALOME_Exception);
299
300   CORBA::Long NbFaces()
301     throw (SALOME::SALOME_Exception);
302
303   CORBA::Long NbFacesOfOrder(SMESH::ElementOrder order)
304     throw (SALOME::SALOME_Exception);
305
306   CORBA::Long NbTriangles()
307     throw (SALOME::SALOME_Exception);
308
309   CORBA::Long NbTrianglesOfOrder(SMESH::ElementOrder order)
310     throw (SALOME::SALOME_Exception);
311
312   CORBA::Long NbBiQuadTriangles()
313     throw (SALOME::SALOME_Exception);
314
315   CORBA::Long NbQuadrangles()
316     throw (SALOME::SALOME_Exception);
317
318   CORBA::Long NbQuadranglesOfOrder(SMESH::ElementOrder order)
319     throw (SALOME::SALOME_Exception);
320
321   CORBA::Long NbBiQuadQuadrangles()
322     throw (SALOME::SALOME_Exception);
323
324   CORBA::Long NbPolygons()
325     throw (SALOME::SALOME_Exception);
326
327   CORBA::Long NbPolygonsOfOrder(SMESH::ElementOrder order = SMESH::ORDER_ANY)
328     throw (SALOME::SALOME_Exception);
329
330   CORBA::Long NbVolumes()
331     throw (SALOME::SALOME_Exception);
332
333   CORBA::Long NbVolumesOfOrder(SMESH::ElementOrder order)
334     throw (SALOME::SALOME_Exception);
335
336   CORBA::Long NbTetras()
337     throw (SALOME::SALOME_Exception);
338
339   CORBA::Long NbTetrasOfOrder(SMESH::ElementOrder order)
340     throw (SALOME::SALOME_Exception);
341
342   CORBA::Long NbHexas()
343     throw (SALOME::SALOME_Exception);
344
345   CORBA::Long NbHexasOfOrder(SMESH::ElementOrder order)
346     throw (SALOME::SALOME_Exception);
347
348   CORBA::Long NbTriQuadraticHexas()
349     throw (SALOME::SALOME_Exception);
350
351   CORBA::Long NbPyramids()
352     throw (SALOME::SALOME_Exception);
353
354   CORBA::Long NbPyramidsOfOrder(SMESH::ElementOrder order)
355     throw (SALOME::SALOME_Exception);
356
357   CORBA::Long NbPrisms()
358     throw (SALOME::SALOME_Exception);
359
360   CORBA::Long NbPrismsOfOrder(SMESH::ElementOrder order)
361     throw (SALOME::SALOME_Exception);
362
363   CORBA::Long NbHexagonalPrisms()
364     throw (SALOME::SALOME_Exception);
365
366   CORBA::Long NbPolyhedrons()
367     throw (SALOME::SALOME_Exception);
368
369   CORBA::Long NbSubMesh()
370     throw (SALOME::SALOME_Exception);
371
372   SMESH::long_array* GetElementsId()
373     throw (SALOME::SALOME_Exception);
374
375   SMESH::long_array* GetElementsByType( SMESH::ElementType theElemType )
376     throw (SALOME::SALOME_Exception);
377
378   SMESH::long_array* GetNodesId()
379     throw (SALOME::SALOME_Exception);
380
381   SMESH::ElementType GetElementType( CORBA::Long id, bool iselem )
382     throw (SALOME::SALOME_Exception);
383
384   SMESH::EntityType GetElementGeomType( CORBA::Long id )
385     throw (SALOME::SALOME_Exception);
386
387   SMESH::GeometryType GetElementShape( CORBA::Long id )
388     throw (SALOME::SALOME_Exception);
389
390   /*!
391    * Returns ID of elements for given submesh
392    */
393   SMESH::long_array* GetSubMeshElementsId(CORBA::Long ShapeID)
394     throw (SALOME::SALOME_Exception);
395
396   /*!
397    * Returns ID of nodes for given submesh
398    * If param all==true - returns all nodes, else -
399    * returns only nodes on shapes.
400    */
401   SMESH::long_array* GetSubMeshNodesId(CORBA::Long ShapeID, CORBA::Boolean all)
402     throw (SALOME::SALOME_Exception);
403
404   /*!
405    * Returns type of elements for given submesh
406    */
407   SMESH::ElementType GetSubMeshElementType(CORBA::Long ShapeID)
408     throw (SALOME::SALOME_Exception);
409
410   char* Dump();
411
412   // Create groups of elements preventing computation of a sub-shape
413   SMESH::ListOfGroups* MakeGroupsOfBadInputElements( int         theSubShapeID,
414                                                      const char* theGroupName)
415     throw (SALOME::SALOME_Exception);
416
417   // ===================================================
418   // Internal methods not available through CORBA
419   // They are called by corresponding interface methods
420   // ===================================================
421
422   SMESH_Hypothesis::Hypothesis_Status addHypothesis(GEOM::GEOM_Object_ptr       aSubShape,
423                                                     SMESH::SMESH_Hypothesis_ptr anHyp,
424                                                     std::string*                anErrorText=0);
425
426   SMESH_Hypothesis::Hypothesis_Status removeHypothesis(GEOM::GEOM_Object_ptr aSubShape,
427                                                        SMESH::SMESH_Hypothesis_ptr anHyp);
428
429   static SMESH::Hypothesis_Status
430   ConvertHypothesisStatus (SMESH_Hypothesis::Hypothesis_Status theStatus);
431
432   static void PrepareForWriting (const char* file, bool overwrite = true);
433
434   //int importMEDFile( const char* theFileName, const char* theMeshName );
435
436   SMESH::SMESH_subMesh_ptr createSubMesh( GEOM::GEOM_Object_ptr theSubShapeObject );
437
438   bool removeSubMesh(SMESH::SMESH_subMesh_ptr theSubMesh,
439                      GEOM::GEOM_Object_ptr theSubShapeObject );
440
441   SMESH::SMESH_GroupBase_ptr createGroup(SMESH::ElementType        theElemType,
442                                          const char*               theName,
443                                          const TopoDS_Shape&       theShape = TopoDS_Shape(),
444                                          const SMESH_PredicatePtr& thePred = SMESH_PredicatePtr());
445
446   void removeGroup( const int theId );
447
448   SMESH::SMESH_subMesh_ptr getSubMesh(int shapeID);
449   // return an existing subMesh object for the shapeID. shapeID == submeshID.
450
451   const std::map<int, SMESH::SMESH_GroupBase_ptr>& getGroups() { return _mapGroups; }
452   // return existing group objects
453
454   void onHypothesisModified(int theHypID);
455   // callback from _impl to forget not loaded mesh data (issue 0021208)
456
457   void checkMeshLoaded();
458
459   /*!
460    * \brief Update data if geometry changes
461    *
462    * Issue 0022501
463    */
464   void CheckGeomModif();
465   /*!
466    * \brief Update hypotheses assigned to geom groups if the latter change
467    *
468    * NPAL16168: "geometrical group edition from a submesh don't modify mesh computation"
469    */
470   void CheckGeomGroupModif();
471
472   CORBA::LongLong GetMeshPtr();
473
474   /*!
475    * \brief Assure that all groups are published
476    */
477   void CreateGroupServants();
478
479   /*!
480    * \brief Return true if all sub-meshes are computed OK - to update an icon
481    */
482   bool IsComputedOK();
483
484
485   // ====================================
486   // SMESH_Mesh interface (continuation)
487   // ====================================
488
489   /*!
490    * \brief Return groups cantained in _mapGroups by their IDs
491    */
492   SMESH::ListOfGroups* GetGroups(const std::list<int>& groupIDs) const;
493
494   /*!
495    * Get XYZ coordinates of node as list of double
496    * If there is not node for given ID - returns empty list
497    */
498   SMESH::double_array* GetNodeXYZ(CORBA::Long id);
499
500   /*!
501    * For given node returns list of IDs of inverse elements
502    * If there is not node for given ID - returns empty list
503    */
504   SMESH::long_array* GetNodeInverseElements(CORBA::Long id);
505
506   /*!
507    * \brief Return position of a node on shape
508    */
509   SMESH::NodePosition* GetNodePosition(CORBA::Long NodeID);
510
511   /*!
512    * \brief Return position of an element on shape
513    */
514   SMESH::ElementPosition GetElementPosition(CORBA::Long ElemID);
515
516   /*!
517    * If given element is node returns IDs of shape from position
518    * If there is not node for given ID - returns -1
519    */
520   CORBA::Long GetShapeID(CORBA::Long id);
521
522   /*!
523    * For given element returns ID of result shape after
524    * ::FindShape() from SMESH_MeshEditor
525    * If there is not element for given ID - returns -1
526    */
527   CORBA::Long GetShapeIDForElem(CORBA::Long id);
528
529   /*!
530    * Returns number of nodes for given element
531    * If there is not element for given ID - returns -1
532    */
533   CORBA::Long GetElemNbNodes(CORBA::Long id);
534
535   /*!
536    * Returns IDs of nodes of given element
537    */
538   SMESH::long_array* GetElemNodes(CORBA::Long id);
539
540   /*!
541    * Returns ID of node by given index for given element
542    * If there is not element for given ID - returns -1
543    * If there is not node for given index - returns -2
544    */
545   CORBA::Long GetElemNode(CORBA::Long id, CORBA::Long index);
546
547   /*!
548    * Returns true if given node is medium node
549    * in given quadratic element
550    */
551   CORBA::Boolean IsMediumNode(CORBA::Long ide, CORBA::Long idn);
552
553   /*!
554    * Returns true if given node is medium node
555    * in one of quadratic elements
556    */
557   CORBA::Boolean IsMediumNodeOfAnyElem(CORBA::Long        idn,
558                                        SMESH::ElementType elemType);
559
560   /*!
561    * Returns number of edges for given element
562    */
563   CORBA::Long ElemNbEdges(CORBA::Long id);
564
565   /*!
566    * Returns number of faces for given element
567    */
568   CORBA::Long ElemNbFaces(CORBA::Long id);
569   /*!
570    * Returns nodes of given face (counted from zero) for given element.
571    */
572   SMESH::long_array* GetElemFaceNodes(CORBA::Long elemId, CORBA::Short faceIndex);
573
574   /*!
575    * Returns three components of normal of given mesh face (or an empty array in KO case)
576    */
577   SMESH::double_array* GetFaceNormal(CORBA::Long faceId, CORBA::Boolean normalized);
578
579   /*!
580    * Returns an element based on all given nodes.
581    */
582   CORBA::Long FindElementByNodes(const SMESH::long_array& nodes);
583
584   /*!
585    * Return elements including all given nodes.
586    */
587   SMESH::long_array* GetElementsByNodes(const SMESH::long_array& nodes,
588                                         SMESH::ElementType       elemType);
589
590   /*!
591    * Returns true if given element is polygon
592    */
593   CORBA::Boolean IsPoly(CORBA::Long id);
594
595   /*!
596    * Returns true if given element is quadratic
597    */
598   CORBA::Boolean IsQuadratic(CORBA::Long id);
599
600   /*!
601    * Returns diameter of ball discrete element or zero in case of an invalid \a id
602    */
603   CORBA::Double GetBallDiameter(CORBA::Long id);
604
605   /*!
606    * Returns bary center for given element
607    */
608   SMESH::double_array* BaryCenter(CORBA::Long id);
609
610   /*!
611    * Returns information about imported MED file
612    */
613   virtual SMESH::MedFileInfo* GetMEDFileInfo();
614
615   /*!
616    * Persistence of file info
617    */
618   std::string FileInfoToString();
619   void FileInfoFromString(const std::string& info);
620
621   /*!
622    * Sets list of notebook variables used for Mesh operations separated by ":" symbol
623    */
624   void SetParameters (const char* theParameters);
625
626   /*!
627    * Returns list of notebook variables used for Mesh operations separated by ":" symbol
628    */
629   char* GetParameters();
630
631   /*!
632    * Returns list of notebook variables used for last Mesh operation
633    */
634   SMESH::string_array* GetLastParameters();
635
636   /*!
637    * \brief Return \c true if a meshing order not yet set for a concurrent sub-mesh
638    */
639   CORBA::Boolean IsUnorderedSubMesh(CORBA::Long submeshID);
640   /*!
641    * \brief Return submesh objects list in meshing order
642    */
643   virtual SMESH::submesh_array_array* GetMeshOrder();
644   /*!
645    * \brief Set submesh object order
646    */
647   virtual ::CORBA::Boolean SetMeshOrder(const SMESH::submesh_array_array& theSubMeshArray);
648
649
650   /*!
651    * Collect statistic of mesh elements given by iterator
652    */
653   static void CollectMeshInfo(const SMDS_ElemIteratorPtr theItr,
654                               SMESH::long_array&         theInfo);
655   /*!
656    * \brief Return iterator on elements of given type in given object
657    */
658   static SMDS_ElemIteratorPtr GetElements(SMESH::SMESH_IDSource_ptr obj,
659                                           SMESH::ElementType        type);
660
661   // =========================
662   // SMESH_IDSource interface
663   // =========================
664
665   virtual SMESH::long_array* GetIDs();
666   /*!
667    * Returns number of mesh elements of each \a EntityType
668    * Result array of number of elements per \a EntityType
669    * Inherited from SMESH_IDSource
670    */
671   virtual SMESH::long_array* GetMeshInfo();
672   /*!
673    * Returns number of mesh elements of each \a ElementType
674    */
675   virtual SMESH::long_array* GetNbElementsByType();
676   /*!
677    * Returns types of elements it contains
678    */
679   virtual SMESH::array_of_ElementType* GetTypes();
680   /*!
681    * Returns self
682    */
683   virtual SMESH::SMESH_Mesh_ptr GetMesh();
684   /*!
685    * Returns false if GetMeshInfo() returns incorrect information that may
686    * happen if mesh data is not yet fully loaded from the file of study.
687    */
688   bool IsMeshInfoCorrect();
689   /*!
690    * Returns mesh unstructed grid information.
691    */
692   virtual SALOMEDS::TMPFile* GetVtkUgStream();
693
694
695   std::map<int, SMESH_subMesh_i*> _mapSubMesh_i; //NRI
696   std::map<int, ::SMESH_subMesh*> _mapSubMesh;   //NRI
697
698 private:
699   std::string prepareMeshNameAndGroups( const char* file, CORBA::Boolean overwrite );
700
701   /*!
702    * Check and correct names of mesh groups
703    */
704   void checkGroupNames();
705
706   /*
707    * Write GEOM fields to MED file
708    */
709   void exportMEDFields( DriverMED_W_Field &       writer,
710                         SMESHDS_Mesh*             meshDS,
711                         const GEOM::ListOfFields& fields,
712                         const char*               geomAssocFields);
713   /*!
714    * Convert submesh ids into submesh interfaces
715    */
716   void convertMeshOrder(const TListOfListOfInt&     theIdsOrder,
717                         SMESH::submesh_array_array& theSubMeshOrder,
718                         const bool                  theIsDump);
719
720   /*!
721    * \brief Finds concurrent sub-meshes
722    */
723   TListOfListOfInt findConcurrentSubMeshes();
724
725 private:
726
727   static int    _idGenerator;
728   ::SMESH_Mesh* _impl;        // :: force no namespace here
729   SMESH_Gen_i*  _gen_i;
730   int           _id;          // id given by creator (unique within the creator instance)
731   std::map<int, SMESH::SMESH_subMesh_ptr>    _mapSubMeshIor;
732   std::map<int, SMESH::SMESH_GroupBase_ptr>  _mapGroups;
733   std::map<int, SMESH::SMESH_Hypothesis_ptr> _mapHypo;
734   SMESH_MeshEditor_i*    _editor;
735   SMESH_MeshEditor_i*    _previewEditor;
736   SMESH::MedFileInfo_var _medFileInfo;
737   SMESH_PreMeshInfo*     _preMeshInfo; // mesh info before full loading from study file
738
739   SMESH_PreMeshInfo* & changePreMeshInfo() { return _preMeshInfo; }
740   friend class SMESH_PreMeshInfo;
741
742 private:
743
744   // Data used to track changes of GEOM groups
745   struct TGeomGroupData {
746     // keep study entry but not ior because GEOM_Object actually changes if
747     // number of items in a group varies (1) <-> (>1)
748     std::string       _groupEntry;
749     std::set<int>     _indices; // indices of group items within group's main shape
750     CORBA::Object_var _smeshObject; // SMESH object depending on GEOM group
751   };
752   std::list<TGeomGroupData> _geomGroupData;
753   int                       _mainShapeTick; // to track modifications of the meshed shape
754
755   /*!
756    * Remember GEOM group data
757    */
758   void addGeomGroupData(GEOM::GEOM_Object_ptr theGeomObj,
759                         CORBA::Object_ptr     theSmeshObj);
760   /*!
761    * Remove GEOM group data relating to removed smesh object
762    */
763   void removeGeomGroupData(CORBA::Object_ptr theSmeshObj);
764   /*!
765    * Return new group contents if it has been changed and update group data
766    */
767   TopoDS_Shape newGroupShape( TGeomGroupData & groupData);
768
769 };
770
771 #endif