MeshCore::MeshEvalOrientation Class Reference

The MeshEvalOrientation class checks the mesh kernel for consistent facet normals. More...

#include <Evaluation.h>

Public Member Functions

bool Evaluate ()
 Evaluates the mesh kernel with respect to certain criteria. More...
 
std::vector< FacetIndexGetIndices () const
 
 MeshEvalOrientation (const MeshKernel &rclM)
 
 ~MeshEvalOrientation ()
 
- 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 ()
 

Detailed Description

The MeshEvalOrientation class checks the mesh kernel for consistent facet normals.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ MeshEvalOrientation()

MeshEvalOrientation::MeshEvalOrientation ( const MeshKernel rclM)

◆ ~MeshEvalOrientation()

MeshEvalOrientation::~MeshEvalOrientation ( )

Member Function Documentation

◆ Evaluate()

bool MeshEvalOrientation::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.

References MeshCore::FACET_INDEX_MAX.

Referenced by MeshCore::MeshFixOrientation::Fixup(), MeshGui::DlgEvaluateMeshImp::on_analyzeOrientationButton_clicked(), and MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked().

◆ GetIndices()


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