|
SALOME - SMESH
|
#include "SMESH_StdMeshers.hxx"#include "SMESH_3D_Algo.hxx"#include "SMDS_TypeOfPosition.hxx"#include "SMDS_MeshNode.hxx"#include "SMESH_Block.hxx"#include "SMESH_Mesh.hxx"#include "SMESHDS_Mesh.hxx"#include "SMESH_subMesh.hxx"#include "SMESH_MesherHelper.hxx"#include "SMESH_Comment.hxx"#include <vector>#include <Adaptor3d_Curve.hxx>#include <Adaptor3d_Surface.hxx>#include <Adaptor2d_Curve2d.hxx>#include <BRepAdaptor_Surface.hxx>#include <TopTools_IndexedMapOfOrientedShape.hxx>#include <gp_XYZ.hxx>
Go to the source code of this file.
Data Structures | |
| struct | TNode |
| Structure containing node relative data. More... | |
| class | StdMeshers_PrismAsBlock |
| Tool analyzing and giving access to a prism geometry treating it like a block, i.e. the four side faces are emulated by division/uniting of missing/excess faces. It also manage associations between block subshapes and a mesh. More... | |
| class | StdMeshers_PrismAsBlock::TSideFace |
| Class representing a part of a geom face or a union of seleral faces. Or just an ordinary geom face. More... | |
| class | StdMeshers_PrismAsBlock::TVerticalEdgeAdaptor |
| Class emulating geometry of a vertical edge. More... | |
| class | StdMeshers_PrismAsBlock::THorizontalEdgeAdaptor |
| Class emulating geometry of a hirizontal edge. More... | |
| class | StdMeshers_PrismAsBlock::TPCurveOnHorFaceAdaptor |
| Class emulating pcurve on a hirizontal face. More... | |
| class | StdMeshers_Prism_3D |
| Algo building prisms on a prism shape. More... | |
Typedefs | |
| typedef std::vector< const SMDS_MeshNode * > | TNodeColumn |
| typedef std::map< TNode, TNodeColumn > | TNode2ColumnMap |
| typedef std::map< double, TNodeColumn > | TParam2ColumnMap |
| typedef std::map< double, TNodeColumn >::const_iterator | TParam2ColumnIt |
| typedef TopTools_IndexedMapOfOrientedShape | TBlockShapes |
| typedef std::vector<const SMDS_MeshNode* > TNodeColumn |
Definition at line 54 of file StdMeshers_Prism_3D.hxx.
| typedef std::map< TNode, TNodeColumn > TNode2ColumnMap |
Definition at line 61 of file StdMeshers_Prism_3D.hxx.
| typedef std::map< double, TNodeColumn > TParam2ColumnMap |
Definition at line 62 of file StdMeshers_Prism_3D.hxx.
| typedef std::map< double, TNodeColumn >::const_iterator TParam2ColumnIt |
Definition at line 63 of file StdMeshers_Prism_3D.hxx.
| typedef TopTools_IndexedMapOfOrientedShape TBlockShapes |
Definition at line 65 of file StdMeshers_Prism_3D.hxx.