Version: 8.3.0
StdMeshers_HexaFromSkin_3D.cxx File Reference
#include "StdMeshers_HexaFromSkin_3D.hxx"
#include "SMDS_VolumeOfNodes.hxx"
#include "SMDS_VolumeTool.hxx"
#include "SMESHDS_Mesh.hxx"
#include "SMESH_Block.hxx"
#include "SMESH_Mesh.hxx"
#include "SMESH_MeshAlgos.hxx"
#include "SMESH_MesherHelper.hxx"
#include <gp_Ax2.hxx>
#include <limits>
Include dependency graph for StdMeshers_HexaFromSkin_3D.cxx:

Macros

#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. More...
 

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...
 

Macro Definition Documentation

#define _DUMP_ (   msg)
#define _grid_access_ (   pobj,
 
)    pobj->_grid[ i ]

Return node at XY.

#define BAD_MESH_ERR   error(SMESH_Comment("Can't detect block-wise structure of the input 2D mesh"))

Enumeration Type Documentation

enum EBoxSides

< sides of the block

Enumerator
B_BOTTOM 
B_RIGHT 
B_TOP 
B_LEFT 
B_FRONT 
B_BACK 
B_UNDEFINED 
enum EQuadEdge

< edges of quadrangle side