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
virtual bool Evaluate ()=0
 Evaluates the mesh kernel with respect to certain criteria. More...
 
 MeshEvaluation (const MeshKernel &rclB)
 
virtual ~MeshEvaluation ()
 

Detailed Description

The MeshEvalSolid class checks if the mesh represents a solid.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ MeshEvalSolid()

MeshEvalSolid::MeshEvalSolid ( const MeshKernel rclM)

◆ ~MeshEvalSolid()

MeshEvalSolid::~MeshEvalSolid ( )

Member Function Documentation

◆ Evaluate()

bool MeshEvalSolid::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: