mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 01:10:35 +05:00
+#include "SMESH_MeshEditor.hxx" // needed for many meshers
This commit is contained in:
parent
b6c9c862b4
commit
c50dcca3fe
@ -28,13 +28,14 @@
|
|||||||
|
|
||||||
#include "SMESH_SMESH.hxx"
|
#include "SMESH_SMESH.hxx"
|
||||||
|
|
||||||
#include "SMESH_Mesh.hxx"
|
#include "SMESH_MeshEditor.hxx" // needed for many meshers
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#include <SMDS_MeshNode.hxx>
|
#include <SMDS_MeshNode.hxx>
|
||||||
#include <TopoDS_Face.hxx>
|
|
||||||
#include <gp_Pnt2d.hxx>
|
|
||||||
#include <SMDS_QuadraticEdge.hxx>
|
#include <SMDS_QuadraticEdge.hxx>
|
||||||
|
|
||||||
|
#include <TopoDS_Face.hxx>
|
||||||
|
#include <TopoDS_Shape.hxx>
|
||||||
|
#include <gp_Pnt2d.hxx>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
typedef std::pair<const SMDS_MeshNode*, const SMDS_MeshNode*> NLink;
|
typedef std::pair<const SMDS_MeshNode*, const SMDS_MeshNode*> NLink;
|
||||||
|
Loading…
Reference in New Issue
Block a user