MeshCore::MeshFixDuplicateFacets Class Reference

The MeshFixDuplicateFacets class removes duplicated facets from the mesh structure. More...

#include <Degeneration.h>

Public Member Functions

bool Fixup ()
 Removes duplicated facets. More...
 
 MeshFixDuplicateFacets (MeshKernel &rclM)
 Construction. More...
 
 ~MeshFixDuplicateFacets ()
 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 MeshFixDuplicateFacets class removes duplicated facets from the mesh structure.

See also
MeshEvalDuplicateFacets
Author
Werner Mayer

Constructor & Destructor Documentation

◆ MeshFixDuplicateFacets()

MeshCore::MeshFixDuplicateFacets::MeshFixDuplicateFacets ( MeshKernel rclM)

Construction.

◆ ~MeshFixDuplicateFacets()

MeshCore::MeshFixDuplicateFacets::~MeshFixDuplicateFacets ( )

Destruction.

Member Function Documentation

◆ Fixup()

bool MeshFixDuplicateFacets::Fixup ( )
virtual

Removes duplicated facets.

Implements MeshCore::MeshValidation.

Referenced by Mesh::MeshObject::removeDuplicatedFacets().


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