Salome HOME
Merge from BR_phase16 branch (09/12/09)
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
1 //  Copyright (C) 2007-2008  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.
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 //  SMESH SMESH : implementaion of SMESH idl descriptions
23 //  File   : SMESH_Mesh.hxx
24 //  Author : Paul RASCLE, EDF
25 //  Module : SMESH
26 //
27 #ifndef _SMESH_MESH_HXX_
28 #define _SMESH_MESH_HXX_
29
30 #include "SMESH_SMESH.hxx"
31
32 #include "SMESH_Hypothesis.hxx"
33
34 #include "SMESHDS_Mesh.hxx"
35 #include "SMESHDS_Command.hxx"
36 #include "SMDSAbs_ElementType.hxx"
37
38 #include "Utils_SALOME_Exception.hxx"
39
40 #include <TopoDS_Shape.hxx>
41 #include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
42
43 #include <map>
44 #include <list>
45
46 class SMESH_Gen;
47 class SMESHDS_Document;
48 class SMESH_Group;
49 class TopTools_ListOfShape;
50 class SMESH_subMesh;
51 class SMESH_HypoFilter;
52 class TopoDS_Solid;
53
54 typedef std::list<int> TListOfInt;
55 typedef std::list<TListOfInt> TListOfListOfInt;
56
57 class SMESH_EXPORT SMESH_Mesh
58 {
59 public:
60   SMESH_Mesh(int               theLocalId, 
61              int               theStudyId, 
62              SMESH_Gen*        theGen,
63              bool              theIsEmbeddedMode,
64              SMESHDS_Document* theDocument);
65   
66   virtual ~SMESH_Mesh();
67   
68   /*!
69    * \brief Set geometry to be meshed
70    */
71   void ShapeToMesh(const TopoDS_Shape & aShape);
72   /*!
73    * \brief Return geometry to be meshed. (It may be a PseudoShape()!)
74    */
75   TopoDS_Shape GetShapeToMesh() const;
76   /*!
77    * \brief Return true if there is a geometry to be meshed, not PseudoShape()
78    */
79   bool HasShapeToMesh() const { return _isShapeToMesh; }
80   /*!
81    * \brief Return diagonal size of bounding box of shape to mesh.
82    */
83   double GetShapeDiagonalSize() const;
84   /*!
85    * \brief Return diagonal size of bounding box of a shape.
86    */
87   static double GetShapeDiagonalSize(const TopoDS_Shape & aShape);
88   /*!
89    * \brief Return a solid which is returned by GetShapeToMesh() if
90    *        a real geometry to be meshed was not set
91    */
92   static const TopoDS_Solid& PseudoShape();
93
94   /*!
95    * \brief Remove all nodes and elements
96    */
97   void Clear();
98
99   /*!
100    * \brief Remove all nodes and elements of indicated shape
101    */
102   void ClearSubMesh(const int theShapeId);
103
104   int UNVToMesh(const char* theFileName);
105   /*!
106    * consult DriverMED_R_SMESHDS_Mesh::ReadStatus for returned value
107    */
108   int MEDToMesh(const char* theFileName, const char* theMeshName);
109   
110   int STLToMesh(const char* theFileName);
111
112   SMESH_Hypothesis::Hypothesis_Status
113   AddHypothesis(const TopoDS_Shape & aSubShape, int anHypId)
114     throw(SALOME_Exception);
115   
116   SMESH_Hypothesis::Hypothesis_Status
117   RemoveHypothesis(const TopoDS_Shape & aSubShape, int anHypId)
118     throw(SALOME_Exception);
119   
120   const std::list <const SMESHDS_Hypothesis * >&
121   GetHypothesisList(const TopoDS_Shape & aSubShape) const
122     throw(SALOME_Exception);
123
124   const SMESH_Hypothesis * GetHypothesis(const TopoDS_Shape &    aSubShape,
125                                          const SMESH_HypoFilter& aFilter,
126                                          const bool              andAncestors,
127                                          TopoDS_Shape*           assignedTo=0) const;
128   
129   int GetHypotheses(const TopoDS_Shape &                     aSubShape,
130                     const SMESH_HypoFilter&                  aFilter,
131                     std::list <const SMESHDS_Hypothesis * >& aHypList,
132                     const bool                               andAncestors) const;
133
134   const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
135   
136   void ClearLog() throw(SALOME_Exception);
137   
138   int GetId()                { return _id; }
139   
140   SMESHDS_Mesh * GetMeshDS() { return _myMeshDS; }
141   
142   SMESH_Gen *GetGen()        { return _gen; }
143   
144   SMESH_subMesh *GetSubMesh(const TopoDS_Shape & aSubShape)
145     throw(SALOME_Exception);
146   
147   SMESH_subMesh *GetSubMeshContaining(const TopoDS_Shape & aSubShape) const
148     throw(SALOME_Exception);
149   
150   SMESH_subMesh *GetSubMeshContaining(const int aShapeID) const
151     throw(SALOME_Exception);
152   /*!
153    * \brief Return submeshes of groups containing the given subshape
154    */
155   std::list<SMESH_subMesh*> GetGroupSubMeshesContaining(const TopoDS_Shape & shape) const
156     throw(SALOME_Exception);
157   /*!
158    * \brief Say all submeshes that theChangedHyp has been modified
159    */
160   void NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* theChangedHyp);
161
162   const std::list < SMESH_subMesh * >&
163   GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
164   /*!
165    * \brief Return True if anHyp is used to mesh aSubShape
166    */
167   bool IsUsedHypothesis(SMESHDS_Hypothesis *  anHyp,
168                         const SMESH_subMesh * aSubMesh);
169   /*!
170    * \brief check if a hypothesis alowing notconform mesh is present
171    */
172   bool IsNotConformAllowed() const;
173   
174   bool IsMainShape(const TopoDS_Shape& theShape) const;
175   /*!
176    * \brief Return list of ancestors of theSubShape in the order
177    *        that lower dimention shapes come first
178    */
179   const TopTools_ListOfShape& GetAncestors(const TopoDS_Shape& theSubShape) const;
180
181   void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
182
183   bool GetAutoColor() throw(SALOME_Exception);
184
185   /*!
186    * \brief Return data map of descendant to ancestor shapes
187    */
188   typedef TopTools_IndexedDataMapOfShapeListOfShape TAncestorMap;
189   const TAncestorMap& GetAncestorMap() const { return _mapAncestors; }
190   /*!
191    * \brief Check group names for duplications.
192    *  Consider maximum group name length stored in MED file
193    */
194   bool HasDuplicatedGroupNamesMED();
195
196   void ExportMED(const char *file, 
197                  const char* theMeshName = NULL, 
198                  bool theAutoGroups = true, 
199                  int theVersion = 0) 
200     throw(SALOME_Exception);
201
202   void ExportDAT(const char *file) throw(SALOME_Exception);
203   void ExportUNV(const char *file) throw(SALOME_Exception);
204   void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
205   
206   int NbNodes() throw(SALOME_Exception);
207   
208   int Nb0DElements() throw(SALOME_Exception);
209   
210   int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
211   
212   int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
213   
214   int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
215   
216   int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
217
218   int NbPolygons() throw(SALOME_Exception);
219   
220   int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
221   
222   int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
223   
224   int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
225   
226   int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
227
228   int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
229   
230   int NbPolyhedrons() throw(SALOME_Exception);
231   
232   int NbSubMesh() throw(SALOME_Exception);
233   
234   int NbGroup() const { return _mapGroup.size(); }
235   
236   SMESH_Group* AddGroup (const SMDSAbs_ElementType theType,
237                          const char*               theName,
238                          int&                      theId,
239                          const TopoDS_Shape&       theShape=TopoDS_Shape());
240   
241   typedef boost::shared_ptr< SMDS_Iterator<SMESH_Group*> > GroupIteratorPtr;
242   GroupIteratorPtr GetGroups() const;
243   
244   std::list<int> GetGroupIds() const;
245   
246   SMESH_Group* GetGroup (const int theGroupID);
247
248   void RemoveGroup (const int theGroupID);
249
250   SMESH_Group* ConvertToStandalone ( int theGroupID );
251
252   SMDSAbs_ElementType GetElementType( const int id, const bool iselem );
253
254   void ClearMeshOrder();
255   void SetMeshOrder(const TListOfListOfInt& theOrder );
256   const TListOfListOfInt& GetMeshOrder() const;
257
258   /*!
259    * \brief sort submeshes according to stored mesh order
260    * \param theListToSort in out list to be sorted
261    * \return FALSE if nothing sorted
262    */
263   bool SortByMeshOrder(std::list<SMESH_subMesh*>& theListToSort) const;
264
265   //
266   
267   ostream& Dump(ostream & save);
268   
269 private:
270
271   void fillAncestorsMap(const TopoDS_Shape& theShape);
272   std::list<SMESH_subMesh*> getAncestorsSubMeshes
273     (const TopoDS_Shape& theSubShape) const;
274   
275 protected:
276   int                        _id;           // id given by creator (unique within the creator instance)
277   int                        _studyId;
278   int                        _idDoc;        // id given by SMESHDS_Document
279   int                        _groupId;      // id generator for group objects
280   int                        _nbSubShapes;  // initial nb of subshapes in the shape to mesh
281   bool                       _isShapeToMesh;// set to true when a shape is given (only once)
282   std::list <SMESH_subMesh*> _subMeshesUsingHypothesisList;
283   SMESHDS_Document *         _myDocument;
284   SMESHDS_Mesh *             _myMeshDS;
285   std::map <int, SMESH_subMesh*> _mapSubMesh;
286   std::map <int, SMESH_Group*>   _mapGroup;
287   SMESH_Gen *                _gen;
288   
289   bool                       _isAutoColor;
290
291   double                     _shapeDiagonal; //!< diagonal size of bounding box of shape to mesh
292   
293   TopTools_IndexedDataMapOfShapeListOfShape _mapAncestors;
294
295   TListOfListOfInt           _mySubMeshOrder;
296
297 protected:
298   SMESH_Mesh() {};
299   SMESH_Mesh(const SMESH_Mesh&) {};
300 };
301
302 #endif