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 | |
virtual bool | Evaluate ()=0 |
Evaluates the mesh kernel with respect to certain criteria. More... | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
The MeshEvalSolid class checks if the mesh represents a solid.
MeshEvalSolid::MeshEvalSolid | ( | const MeshKernel & | rclM | ) |
MeshEvalSolid::~MeshEvalSolid | ( | ) |
|
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().