MeshCore::MeshEvalRangePoint Class Reference

The MeshEvalRangePoint class searches for facets that has point indices out of range. More...

#include <Degeneration.h>

Public Member Functions

bool Evaluate ()
 Searches for facets that has point indices out of range. More...
 
std::vector< PointIndexGetIndices () const
 Returns the indices of all facets with invalid point indices. More...
 
 MeshEvalRangePoint (const MeshKernel &rclM)
 Construction. More...
 
 ~MeshEvalRangePoint ()
 Destruction. More...
 
- 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 MeshEvalRangePoint class searches for facets that has point indices out of range.

See also
MeshFixRangePoint
Author
Werner Mayer

Constructor & Destructor Documentation

◆ MeshEvalRangePoint()

MeshCore::MeshEvalRangePoint::MeshEvalRangePoint ( const MeshKernel rclM)

Construction.

◆ ~MeshEvalRangePoint()

MeshCore::MeshEvalRangePoint::~MeshEvalRangePoint ( )

Destruction.

Member Function Documentation

◆ Evaluate()

◆ GetIndices()

std::vector< PointIndex > MeshEvalRangePoint::GetIndices ( ) const

Returns the indices of all facets with invalid point indices.

Referenced by MeshCore::MeshFixRangePoint::Fixup().


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