MeshCore::MeshFixSingleFacet Class Reference

The MeshFixSingleFacet class tries to fix a special case of non-manifolds. More...

#include <Evaluation.h>

Public Member Functions

bool Fixup ()
 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...
 
 MeshFixSingleFacet (MeshKernel &rclB, const std::vector< std::list< FacetIndex > > &mf)
 
virtual ~MeshFixSingleFacet ()
 
- 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 MeshFixSingleFacet class tries to fix a special case of non-manifolds.

See also
MeshEvalSingleFacet

Constructor & Destructor Documentation

◆ MeshFixSingleFacet()

MeshCore::MeshFixSingleFacet::MeshFixSingleFacet ( MeshKernel rclB,
const std::vector< std::list< FacetIndex > > &  mf 
)

◆ ~MeshFixSingleFacet()

virtual MeshCore::MeshFixSingleFacet::~MeshFixSingleFacet ( )
virtual

Member Function Documentation

◆ Fixup()

bool MeshFixSingleFacet::Fixup ( )
virtual

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.

Implements MeshCore::MeshValidation.


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