#include "StdMeshers_Penta_3D.hxx"#include "utilities.h"#include "Utils_ExceptHandlers.hxx"#include "SMDS_EdgePosition.hxx"#include "SMDS_MeshElement.hxx"#include "SMDS_VolumeOfNodes.hxx"#include "SMDS_VolumeTool.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESHDS_SubMesh.hxx"#include "SMESH_Comment.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MeshAlgos.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_subMeshEventListener.hxx"#include <BRep_Tool.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>#include <TopTools_IndexedMapOfShape.hxx>#include <TopTools_ListIteratorOfListOfShape.hxx>#include <TopTools_ListOfShape.hxx>#include <TopTools_SequenceOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <TopoDS.hxx>#include <TopoDS_Edge.hxx>#include <TopoDS_Shell.hxx>#include <TopoDS_Vertex.hxx>#include <gp_Pnt.hxx>#include <stdio.h>#include <algorithm>
Typedefs | |
| typedef map< int, int, less < int > >::iterator | StdMeshers_IteratorOfDataMapOfIntegerInteger |
Enumerations | |
| enum | { NB_WALL_FACES = 4 } |
| typedef map< int, int, less<int> >::iterator StdMeshers_IteratorOfDataMapOfIntegerInteger |