MeshCore::MeshEvalSolid Class Reference
The MeshEvalSolid class checks if the mesh represents a solid. More...
#include <Evaluation.h>
Public Member Functions | |
bool | Evaluate () |
Evaluates the mesh kernel with respect to certain criteria. More... | |
MeshEvalSolid (const MeshKernel &rclM) | |
~MeshEvalSolid () | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
Detailed Description
The MeshEvalSolid class checks if the mesh represents a solid.
Constructor & Destructor Documentation
◆ MeshEvalSolid()
MeshEvalSolid::MeshEvalSolid | ( | const MeshKernel & | rclM | ) |
◆ ~MeshEvalSolid()
MeshEvalSolid::~MeshEvalSolid | ( | ) |
Member Function Documentation
◆ Evaluate()
|
virtual |
Evaluates the mesh kernel with respect to certain criteria.
Must be reimplemented by every subclass. This pure virtual function returns false if the mesh kernel is invalid according to this criterion and true if the mesh kernel is correct.
Implements MeshCore::MeshEvaluation.
Referenced by MeshCore::MeshKernel::HasOpenEdges(), and Mesh::MeshObject::isSolid().
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Evaluation.h
- src/Mod/Mesh/App/Core/Evaluation.cpp