#include "SMESH_StdMeshers.hxx"
#include <map>
#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 "SMESH_Algo.hxx"
#include "SMESH_Block.hxx"
#include "SMESH_ComputeError.hxx"
#include "SMESH_MesherHelper.hxx"
#include "SMDS_MeshNode.hxx"
#include "SMESH_Mesh.hxx"
#include <TopoDS_Shape.hxx>
Go to the source code of this file.
Data Structures | |
class | StdMeshers_SMESHBlock |
class | StdMeshers_TNode |
class | StdMeshers_Penta_3D |
Typedefs | |
typedef std::map< double, std::vector< const SMDS_MeshNode * > > | StdMeshers_IJNodeMap |
typedef std::map< double, std::vector<const SMDS_MeshNode*> > StdMeshers_IJNodeMap |