MeshCore::MeshEvaluation Class Referenceabstract

The MeshEvaluation class checks the mesh kernel for correctness with respect to a certain criterion, such as manifoldness, self-intersections, etc. More...

#include <Evaluation.h>

Public Member Functions

virtual bool Evaluate ()=0
 Evaluates the mesh kernel with respect to certain criteria. More...
 
 MeshEvaluation (const MeshKernel &rclB)
 
virtual ~MeshEvaluation ()
 

Detailed Description

The MeshEvaluation class checks the mesh kernel for correctness with respect to a certain criterion, such as manifoldness, self-intersections, etc.

The passed mesh kernel is read-only and cannot be modified.

See also
MeshEvalTopology
MeshEvalGeometry The class itself is abstract, hence the method Evaluate() must be implemented by subclasses.

Constructor & Destructor Documentation

◆ MeshEvaluation()

MeshCore::MeshEvaluation::MeshEvaluation ( const MeshKernel rclB)

◆ ~MeshEvaluation()

virtual MeshCore::MeshEvaluation::~MeshEvaluation ( )
virtual

Member Function Documentation

◆ Evaluate()


The documentation for this class was generated from the following file: