#include "StdMeshers_HexaFromSkin_3D.hxx"#include "SMDS_VolumeOfNodes.hxx"#include "SMDS_VolumeTool.hxx"#include "SMESH_Block.hxx"#include "SMESH_MesherHelper.hxx"#include <gp_Ax2.hxx>#include <limits>
Go to the source code of this file.
Defines | |
| #define | BAD_MESH_ERR error(SMESH_Comment("Can't detect block-wise structure of the input 2D mesh")) |
| #define | _DUMP_(msg) |
| #define | _grid_access_(pobj, i) pobj->_grid[ i ] |
| Return node at XY. | |
Enumerations | |
| enum | EBoxSides { B_BOTTOM = 0, B_RIGHT, B_TOP, B_LEFT, B_FRONT, B_BACK, B_UNDEFINED } |
< sides of the block More... | |
| enum | EQuadEdge |
< edges of quadrangle side More... | |
| #define _DUMP_ | ( | msg | ) |
Definition at line 47 of file StdMeshers_HexaFromSkin_3D.cxx.
| #define _grid_access_ | ( | pobj, | |
| i | |||
| ) | pobj->_grid[ i ] |
Return node at XY.
Definition at line 229 of file StdMeshers_HexaFromSkin_3D.cxx.
| #define BAD_MESH_ERR error(SMESH_Comment("Can't detect block-wise structure of the input 2D mesh")) |
Definition at line 42 of file StdMeshers_HexaFromSkin_3D.cxx.
| enum EBoxSides |