Version: 6.3.1
Defines | Enumerations

src/StdMeshers/StdMeshers_HexaFromSkin_3D.cxx File Reference

#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>
Include dependency graph for StdMeshers_HexaFromSkin_3D.cxx:

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 Documentation

#define _DUMP_ (   msg)

Definition at line 47 of file StdMeshers_HexaFromSkin_3D.cxx.

#define _grid_access_ (   pobj,
 
)    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.


Enumeration Type Documentation

enum EBoxSides

< sides of the block

Enumerator:
B_BOTTOM 
B_RIGHT 
B_TOP 
B_LEFT 
B_FRONT 
B_BACK 
B_UNDEFINED 

Definition at line 53 of file StdMeshers_HexaFromSkin_3D.cxx.

    {
      B_BOTTOM=0, B_RIGHT, B_TOP, B_LEFT, B_FRONT, B_BACK, NB_BLOCK_SIDES
    };
enum EQuadEdge

< edges of quadrangle side

Definition at line 61 of file StdMeshers_HexaFromSkin_3D.cxx.

    {
      Q_BOTTOM = 0, Q_RIGHT, Q_TOP, Q_LEFT, NB_QUAD_SIDES
    };
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS