SALOME - SMESH
SMESH_MesherHelper.hxx File Reference
#include "SMESH_SMESH.hxx"
#include "SMESH_MeshEditor.hxx"
#include <SMDS_MeshNode.hxx>
#include <SMDS_QuadraticEdge.hxx>
#include <Geom_Surface.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Shape.hxx>
#include <gp_Pnt2d.hxx>
#include <map>
Include dependency graph for SMESH_MesherHelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SMESH_MesherHelper

Typedefs

typedef std::map< SMESH_TLink,
const SMDS_MeshNode * > 
TLinkNodeMap
typedef std::map< SMESH_TLink,
const SMDS_MeshNode * >
::iterator 
ItTLinkNode
typedef std::vector< const
SMDS_MeshNode * > 
TNodeColumn
 It helps meshers to add elements.
typedef std::map< double,
TNodeColumn
TParam2ColumnMap

Typedef Documentation

Definition at line 42 of file SMESH_MesherHelper.hxx.

typedef std::map<SMESH_TLink, const SMDS_MeshNode*>::iterator ItTLinkNode

Definition at line 43 of file SMESH_MesherHelper.hxx.

It helps meshers to add elements.

It allow meshers not to care about creation of medium nodes when filling a quadratic mesh. Helper does it itself. It defines degree of elements to create when IsQuadraticSubMesh() is called.

Definition at line 54 of file SMESH_MesherHelper.hxx.

Definition at line 55 of file SMESH_MesherHelper.hxx.