-#include "SMESH_*D_Algo.hxx"

+#include "SMESH_Algo.hxx"
This commit is contained in:
eap 2012-08-29 16:45:51 +00:00
parent d56eabb870
commit 9230b68a8f
20 changed files with 32 additions and 33 deletions

View File

@ -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

View File

@ -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;

View File

@ -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

View File

@ -31,7 +31,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_3D_Algo.hxx"
#include "SMESH_Algo.hxx"
class StdMeshers_ViscousLayers;

View File

@ -28,7 +28,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_1D_Algo.hxx"
#include "SMESH_Algo.hxx"
#include "SMDS_MeshElement.hxx"
class StdMeshers_ImportSource1D;

View File

@ -28,7 +28,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_2D_Algo.hxx"
#include "SMESH_Algo.hxx"
#include "SMDS_MeshElement.hxx"
class StdMeshers_ImportSource1D;

View File

@ -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>

View File

@ -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;

View File

@ -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;

View File

@ -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

View File

@ -30,7 +30,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_1D_Algo.hxx"
#include "SMESH_Algo.hxx"
class StdMeshers_ProjectionSource1D;

View File

@ -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"

View File

@ -29,7 +29,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_2D_Algo.hxx"
#include "SMESH_Algo.hxx"
class StdMeshers_ProjectionSource2D;

View File

@ -29,7 +29,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_3D_Algo.hxx"
#include "SMESH_Algo.hxx"
class StdMeshers_ProjectionSource3D;

View File

@ -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>

View File

@ -29,7 +29,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_3D_Algo.hxx"
#include "SMESH_Algo.hxx"
#include "SMDS_MeshNode.hxx"
#include <vector>

View File

@ -26,7 +26,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_2D_Algo.hxx"
#include "SMESH_Algo.hxx"
#include <TopoDS_Edge.hxx>

View File

@ -31,7 +31,7 @@
#include "SMESH_StdMeshers.hxx"
#include "SMESH_1D_Algo.hxx"
#include "SMESH_Algo.hxx"
#include "StdMeshers_FixedPoints1D.hxx"

View File

@ -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

View File

@ -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