MeshCore::MeshEvalInternalFacets Class Reference
The MeshEvalInternalFacets class identifies internal facets of a volume mesh. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Identify internal facets. More... | |
const std::vector< unsigned long > & | GetIndices () const |
Return the indices. More... | |
MeshEvalInternalFacets (const MeshKernel &rclM) | |
Construction. More... | |
~MeshEvalInternalFacets () | |
Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
Detailed Description
The MeshEvalInternalFacets class identifies internal facets of a volume mesh.
Constructor & Destructor Documentation
◆ MeshEvalInternalFacets()
MeshCore::MeshEvalInternalFacets::MeshEvalInternalFacets | ( | const MeshKernel & | rclM | ) |
Construction.
◆ ~MeshEvalInternalFacets()
MeshCore::MeshEvalInternalFacets::~MeshEvalInternalFacets | ( | ) |
Destruction.
Member Function Documentation
◆ Evaluate()
|
virtual |
Identify internal facets.
Implements MeshCore::MeshEvaluation.
Referenced by Mesh::MeshPy::getInternalFacets().
◆ GetIndices()
const std::vector<unsigned long>& MeshCore::MeshEvalInternalFacets::GetIndices | ( | ) | const |
Return the indices.
Referenced by Mesh::MeshPy::getInternalFacets().
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Degeneration.h
- src/Mod/Mesh/App/Core/Degeneration.cpp