Version: 9.16.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_Indexer.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
 
#define _DUMP_(msg)   cout << msg << endl
 
#define _grid_access_(pobj, i)   pobj->_grid[ i ]
 Return node at XY. More...
 

Macro Definition Documentation

◆ _DUMP_

#define _DUMP_ (   msg)    cout << msg << endl

◆ _grid_access_

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

Return node at XY.

◆ BAD_MESH_ERR

#define BAD_MESH_ERR
Value:
error(SMESH_Comment("Can't detect block-wise structure of the input 2D mesh.\n" \
__FILE__ ":" )<<__LINE__)
Class to generate string from any type.
Definition: SMESH_Comment.hxx:37