MeshCore::MeshFixNaNPoints Class Reference

The MeshFixNaNPoints class removes all points with a coordinate that is NaN. More...

#include <Degeneration.h>

Public Member Functions

bool Fixup ()
 Merges duplicated points. More...
 
 MeshFixNaNPoints (MeshKernel &rclM)
 Construction. More...
 
 ~MeshFixNaNPoints ()
 Destruction. More...
 
- Public Member Functions inherited from MeshCore::MeshValidation
 MeshValidation (MeshKernel &rclB)
 
virtual ~MeshValidation ()
 

Detailed Description

The MeshFixNaNPoints class removes all points with a coordinate that is NaN.

See also
MeshEvalNaNPoints
Author
Werner Mayer

Constructor & Destructor Documentation

◆ MeshFixNaNPoints()

MeshCore::MeshFixNaNPoints::MeshFixNaNPoints ( MeshKernel rclM)

Construction.

◆ ~MeshFixNaNPoints()

MeshCore::MeshFixNaNPoints::~MeshFixNaNPoints ( )

Destruction.

Member Function Documentation

◆ Fixup()

bool MeshFixNaNPoints::Fixup ( )
virtual

Merges duplicated points.

Implements MeshCore::MeshValidation.


The documentation for this class was generated from the following files:
  • src/Mod/Mesh/App/Core/Degeneration.h
  • src/Mod/Mesh/App/Core/Degeneration.cpp