#include "StdMeshers_HexaFromSkin_3D.hxx"#include "SMDS_VolumeOfNodes.hxx"#include "SMDS_VolumeTool.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_Block.hxx"#include "SMESH_Indexer.hxx"#include "SMESH_Mesh.hxx"#include "SMESH_MeshAlgos.hxx"#include "SMESH_MesherHelper.hxx"#include <gp_Ax2.hxx>#include <limits>
Macros | |
| #define | BAD_MESH_ERR |
| #define | _DUMP_(msg) cout << msg << endl |
| #define | _grid_access_(pobj, i) pobj->_grid[ i ] |
| Return node at XY. More... | |
| #define _DUMP_ | ( | msg | ) | cout << msg << endl |
| #define _grid_access_ | ( | pobj, | |
| i | |||
| ) | pobj->_grid[ i ] |
Return node at XY.
| #define BAD_MESH_ERR |