StdMeshers_Sweeper Struct Reference
Tool building internal nodes in a prism. More...
#include <StdMeshers_Prism_3D.hxx>
Public Member Functions | |
| bool | ComputeNodes (SMESH_MesherHelper &helper, const double tol, const bool allowHighBndError) |
| Creates internal nodes of the prism. More... | |
Public Attributes | |
| std::vector< TNodeColumn * > | myBndColumns |
| std::vector< TNodeColumn * > | myIntColumns |
Detailed Description
Tool building internal nodes in a prism.
Member Function Documentation
◆ ComputeNodes()
| bool StdMeshers_Sweeper::ComputeNodes | ( | SMESH_MesherHelper & | helper, |
| const double | tol, | ||
| const bool | allowHighBndError | ||
| ) |
Creates internal nodes of the prism.
References SMESH_MesherHelper::AddNode(), myBndColumns, and myIntColumns.
Member Data Documentation
◆ myBndColumns
| std::vector< TNodeColumn* > StdMeshers_Sweeper::myBndColumns |
Referenced by ComputeNodes().
◆ myIntColumns
| std::vector< TNodeColumn* > StdMeshers_Sweeper::myIntColumns |
Referenced by ComputeNodes().
The documentation for this struct was generated from the following files:
- src/3rdParty/salomesmesh/inc/StdMeshers_Prism_3D.hxx
- src/3rdParty/salomesmesh/src/StdMeshers/StdMeshers_Prism_3D.cpp
1.8.17