Data Structures | |
| struct | _MeshOfSolid |
| SMESH_ProxyMesh computed by _ViscousBuilder for a SOLID. More... | |
| class | _SrinkShapeListener |
| Listener of events of 3D sub-meshes computed with viscous layers. More... | |
| class | _ViscousListener |
| Listener of events of 3D sub-meshes computed with viscous layers. More... | |
| struct | _Simplex |
| Simplex (triangle or tetrahedron) based on 1 (tria) or 2 (tet) nodes of _LayerEdge and 2 nodes of the mesh surface beening smoothed. More... | |
| struct | _Curvature |
| Structure used to take into account surface curvature while smoothing. More... | |
| struct | _2NearEdges |
| Structure used to smooth a _LayerEdge (master) based on an EDGE. More... | |
| struct | _LayerEdge |
| Edge normal to surface, connecting a node on solid surface (_nodes[0]) and a node of the most internal layer (_nodes.back()) More... | |
| struct | _LayerEdgeCmp |
| struct | _SolidData |
| Data of a SOLID. More... | |
| struct | _SmoothNode |
| Data of node on a shrinked FACE. More... | |
| class | _ViscousBuilder |
| Builder of viscous layers. More... | |
| class | _Shrinker1D |
| Shrinker of nodes on the EDGE. More... | |
| struct | TmpMeshFace |
| Class of temporary mesh face. More... | |
| struct | TmpMeshFaceOnEdge |
| Class of temporary mesh face storing _LayerEdge it's based on. More... | |
Typedefs | |
| typedef int | TGeomID |
| typedef map< const SMDS_MeshNode *, _LayerEdge *, TIDCompare > | TNode2Edge |
Enumerations | |
| enum | UIndex { U_TGT = 1, U_SRC, LEN_TGT } |
| typedef int VISCOUS.TGeomID |
Definition at line 84 of file StdMeshers_ViscousLayers.cxx.
| typedef map< const SMDS_MeshNode*, _LayerEdge*, TIDCompare > VISCOUS.TNode2Edge |
Definition at line 348 of file StdMeshers_ViscousLayers.cxx.
| enum VISCOUS::UIndex |
Definition at line 86 of file StdMeshers_ViscousLayers.cxx.