#include "StdMeshers_Hexa_3D.hxx"#include "StdMeshers_CompositeHexa_3D.hxx"#include "StdMeshers_FaceSide.hxx"#include "StdMeshers_HexaFromSkin_3D.hxx"#include "StdMeshers_Penta_3D.hxx"#include "StdMeshers_Prism_3D.hxx"#include "StdMeshers_Quadrangle_2D.hxx"#include "StdMeshers_ViscousLayers.hxx"#include "SMESH_Comment.hxx"#include "SMESH_Gen.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_subMesh.hxx"#include "SMDS_MeshNode.hxx"#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_SequenceOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <TopoDS.hxx>#include "utilities.h"#include "Utils_ExceptHandlers.hxx"
Typedefs | |
| typedef SMESH_Comment | TComm |
Enumerations | |
| enum | EBoxSides { B_BOTTOM =0, B_RIGHT, B_TOP, B_LEFT, B_FRONT, B_BACK, B_UNDEFINED } |
| enum | EQuadSides { Q_BOTTOM =0, Q_RIGHT, Q_TOP, Q_LEFT, Q_CHILD, Q_PARENT } |
| enum | EAxes { COO_X =1, COO_Y, COO_Z } |
Functions | |
| static SMESH_ComputeErrorPtr | ComputePentahedralMesh (SMESH_Mesh &, const TopoDS_Shape &, SMESH_ProxyMesh *proxyMesh=0) |
| static bool | EvaluatePentahedralMesh (SMESH_Mesh &, const TopoDS_Shape &, MapShapeNbElems &) |
| typedef SMESH_Comment TComm |
| enum EAxes |
| enum EBoxSides |
| enum EQuadSides |
|
static |
|
static |
References StdMeshers_Penta_3D::Evaluate().
Referenced by StdMeshers_Hexa_3D::Evaluate().