mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:40:32 +05:00
-#include "SMESH_*D_Algo.hxx"
+#include "SMESH_Algo.hxx"
This commit is contained in:
parent
d56eabb870
commit
9230b68a8f
@ -28,7 +28,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
/*!
|
||||
* \brief A 3D algorithm generating 3D structured Cartesian mesh in the
|
||||
|
@ -25,7 +25,7 @@
|
||||
#define _SMESH_CompositeSegment_1D_HXX_
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
class SMESH_Mesh;
|
||||
class StdMeshers_FaceSide;
|
||||
|
@ -25,7 +25,7 @@
|
||||
#define __StdMeshers_HexaFromSkin_3D_HXX__
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
/*!
|
||||
* \brief Alorithm generating hexahedral mesh from 2D skin of block
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
|
||||
class StdMeshers_ViscousLayers;
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_1D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "SMDS_MeshElement.hxx"
|
||||
|
||||
class StdMeshers_ImportSource1D;
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "SMDS_MeshElement.hxx"
|
||||
|
||||
class StdMeshers_ImportSource1D;
|
||||
|
@ -51,8 +51,8 @@
|
||||
|
||||
#include <BRepTools.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Precision.hxx>
|
||||
#include <TopExp.hxx>
|
||||
@ -64,6 +64,7 @@
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopoDS_Iterator.hxx>
|
||||
#include <TopoDS_Wire.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
|
@ -25,14 +25,13 @@
|
||||
// Moved here from SMESH_MEFISTO_2D.hxx
|
||||
// Author : Paul RASCLE, EDF
|
||||
// Module : SMESH
|
||||
// $Header$
|
||||
//
|
||||
#ifndef _StdMeshers_MEFISTO_2D_HXX_
|
||||
#define _StdMeshers_MEFISTO_2D_HXX_
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
class TopoDS_Face;
|
||||
class StdMeshers_MaxElementArea;
|
||||
|
@ -36,17 +36,17 @@
|
||||
// class StdMeshers_SMESHBlock
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
#include <TColStd_MapOfInteger.hxx>
|
||||
#include <TopTools_IndexedMapOfOrientedShape.hxx>
|
||||
#include <TopoDS_Shell.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <TopoDS_Vertex.hxx>
|
||||
#include <TopoDS_Shell.hxx>
|
||||
#include <TopTools_IndexedMapOfOrientedShape.hxx>
|
||||
#include <TColStd_MapOfInteger.hxx>
|
||||
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "SMESH_Block.hxx"
|
||||
#include "SMESH_ComputeError.hxx"
|
||||
#include "SMESH_MesherHelper.hxx"
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
|
||||
typedef std::map< double, std::vector<const SMDS_MeshNode*> > StdMeshers_IJNodeMap;
|
||||
|
||||
|
@ -29,25 +29,25 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMDS_TypeOfPosition.hxx"
|
||||
#include "SMDS_MeshNode.hxx"
|
||||
#include "SMESH_Block.hxx"
|
||||
#include "SMESH_Mesh.hxx"
|
||||
#include "SMDS_TypeOfPosition.hxx"
|
||||
#include "SMESHDS_Mesh.hxx"
|
||||
#include "SMESH_subMesh.hxx"
|
||||
#include "SMESH_MesherHelper.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "SMESH_Block.hxx"
|
||||
#include "SMESH_Comment.hxx"
|
||||
#include "SMESH_Mesh.hxx"
|
||||
#include "SMESH_MesherHelper.hxx"
|
||||
#include "SMESH_subMesh.hxx"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <Adaptor2d_Curve2d.hxx>
|
||||
#include <Adaptor3d_Curve.hxx>
|
||||
#include <Adaptor3d_Surface.hxx>
|
||||
#include <Adaptor2d_Curve2d.hxx>
|
||||
#include <BRepAdaptor_Surface.hxx>
|
||||
#include <TopTools_IndexedMapOfOrientedShape.hxx>
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <gp_Trsf.hxx>
|
||||
#include <gp_XYZ.hxx>
|
||||
|
||||
|
||||
class SMESHDS_SubMesh;
|
||||
@ -55,7 +55,6 @@ class TopoDS_Edge;
|
||||
class TopoDS_Faces;
|
||||
struct TNode;
|
||||
|
||||
//typedef std::map<const SMDS_MeshNode*, const SMDS_MeshNode*> TNodeNodeMap;
|
||||
typedef std::vector<const SMDS_MeshNode* > TNodeColumn;
|
||||
|
||||
// map of bottom nodes to the column of nodes above them
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
|
||||
#include "SMESH_1D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
|
||||
class StdMeshers_ProjectionSource1D;
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include "SMESH_Gen.hxx"
|
||||
#include "SMESH_MesherHelper.hxx"
|
||||
#include "SMESH_subMesh.hxx"
|
||||
#include "SMESH_subMeshEventListener.hxx"
|
||||
#include "StdMeshers_FaceSide.hxx"
|
||||
#include "StdMeshers_ProjectionSource2D.hxx"
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
class StdMeshers_ProjectionSource2D;
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
class StdMeshers_ProjectionSource3D;
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "StdMeshers_QuadrangleParams.hxx"
|
||||
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "Utils_SALOME_Exception.hxx"
|
||||
|
||||
#include <TopoDS_Face.hxx>
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_3D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
#include "SMDS_MeshNode.hxx"
|
||||
|
||||
#include <vector>
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
#include <TopoDS_Edge.hxx>
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_1D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
#include "StdMeshers_FixedPoints1D.hxx"
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_0D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
/*!
|
||||
* \brief Algorithm existing in order just to enable assignation of
|
||||
|
@ -26,8 +26,7 @@
|
||||
|
||||
#include "SMESH_StdMeshers.hxx"
|
||||
|
||||
#include "SMESH_1D_Algo.hxx"
|
||||
#include "SMESH_2D_Algo.hxx"
|
||||
#include "SMESH_Algo.hxx"
|
||||
|
||||
/*!
|
||||
* \brief 1D and 2D algorithms doing nothing to allow mesh generation
|
||||
|
Loading…
Reference in New Issue
Block a user