SALOME - SMESH
|
#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>
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. More... | |
typedef std::map< double, TNodeColumn > | TParam2ColumnMap |
typedef std::map<SMESH_TLink, const SMDS_MeshNode*> TLinkNodeMap |
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.
typedef std::vector<const SMDS_MeshNode* > TNodeColumn |
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.
typedef std::map< double, TNodeColumn > TParam2ColumnMap |
Definition at line 55 of file SMESH_MesherHelper.hxx.