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
virtual bool Fixup ()=0
 This function attempts to change the mesh kernel to be valid according to the checked criterion: True is returned if the errors could be fixed, false otherwise. More...
 
 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: