#include <bitset>
#include <string>
#include <vector>
#include "Evaluation.h"
#include "Definitions.h"
Go to the source code of this file.
Classes | |
class | MeshCore::MeshEvalBorderFacet |
The MeshEvalBorderFacet class removes facets whose all three vertices are part of a boundary. More... | |
class | MeshCore::MeshEvalCorruptedFacets |
The MeshEvalCorruptedFacets class searches for facets with several equal point indices. More... | |
class | MeshCore::MeshEvalDeformedFacets |
The MeshEvalDeformedFacets class searches for deformed facets. More... | |
class | MeshCore::MeshEvalDegeneratedFacets |
The MeshEvalDegeneratedFacets class searches for degenerated facets. More... | |
class | MeshCore::MeshEvalDuplicateFacets |
The MeshEvalDuplicateFacets class searches for duplicated facets. More... | |
class | MeshCore::MeshEvalDuplicatePoints |
The MeshEvalDuplicatePoints class searches for duplicated points. More... | |
class | MeshCore::MeshEvalFoldOversOnSurface |
class | MeshCore::MeshEvalFoldsOnBoundary |
class | MeshCore::MeshEvalFoldsOnSurface |
class | MeshCore::MeshEvalInvalids |
The MeshEvalInvalids class searches for as 'Invalid' marked facets and points. More... | |
class | MeshCore::MeshEvalRangeFacet |
The MeshEvalRangeFacet class checks whether a facet points to neighbour facets that are out of range. More... | |
class | MeshCore::MeshEvalRangePoint |
The MeshEvalRangePoint class searches for facets that has point indices out of range. More... | |
class | MeshCore::MeshFixCorruptedFacets |
The MeshFixCorruptedFacets class fixes corrupted facets by removing them from the mesh structure. More... | |
class | MeshCore::MeshFixDeformedFacets |
The MeshFixDeformedFacets class tries to fix deformed facets by swapping the commong edge with one of their neighbours. More... | |
class | MeshCore::MeshFixDegeneratedFacets |
The MeshFixDegeneratedFacets class tries to fix degenerations by removing the concerning facets. More... | |
class | MeshCore::MeshFixDuplicateFacets |
The MeshFixDuplicateFacets class removes duplicated facets from the mesh structure. More... | |
class | MeshCore::MeshFixDuplicatePoints |
The MeshFixDuplicatePoints class merges duplicated points. More... | |
class | MeshCore::MeshFixFoldsOnBoundary |
class | MeshCore::MeshFixFoldsOnSurface |
class | MeshCore::MeshFixInvalids |
The MeshFixInvalids class deletes all elements that are marked as 'Invalid'. More... | |
class | MeshCore::MeshFixRangeFacet |
The MeshFixRangeFacet class fixes facets with invalid neighbour indices. More... | |
class | MeshCore::MeshFixRangePoint |
The MeshFixRangePoint class fixes the facets with point indices out of range. More... | |
Namespaces | |
namespace | MeshCore |
The namespace of the Mesh Core library. |