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< FacetIndex > & | GetIndices () const |
| Return the indices. More... | |
| MeshEvalInternalFacets (const MeshKernel &rclM) | |
| Construction. More... | |
| ~MeshEvalInternalFacets () | |
| Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
| virtual bool | Evaluate ()=0 |
| Evaluates the mesh kernel with respect to certain criteria. More... | |
| MeshEvaluation (const MeshKernel &rclB) | |
| virtual | ~MeshEvaluation () |
The MeshEvalInternalFacets class identifies internal facets of a volume mesh.
| MeshCore::MeshEvalInternalFacets::MeshEvalInternalFacets | ( | const MeshKernel & | rclM | ) |
Construction.
| MeshCore::MeshEvalInternalFacets::~MeshEvalInternalFacets | ( | ) |
Destruction.
|
virtual |
Identify internal facets.
Implements MeshCore::MeshEvaluation.
| const std::vector< FacetIndex > & MeshCore::MeshEvalInternalFacets::GetIndices | ( | ) | const |
Return the indices.