MeshFacetModifier is a helper class that allows to modify the facet array of a mesh kernel but with limited access. More...
#include <Elements.h>
Public Member Functions | |
MeshFacetModifier (const MeshFacetModifier &c) | |
MeshFacetModifier (MeshFacetArray &facets) | |
void | Transpose (PointIndex pos, PointIndex old, PointIndex now) |
Replaces the index of the corner point of the facet at position pos that is equal to old by now. More... | |
MeshFacetModifier is a helper class that allows to modify the facet array of a mesh kernel but with limited access.
MeshCore::MeshFacetModifier::MeshFacetModifier | ( | MeshFacetArray & | facets | ) |
MeshCore::MeshFacetModifier::MeshFacetModifier | ( | const MeshFacetModifier & | c | ) |
void MeshCore::MeshFacetModifier::Transpose | ( | PointIndex | pos, |
PointIndex | old, | ||
PointIndex | now | ||
) |
Replaces the index of the corner point of the facet at position pos that is equal to old by now.
If the facet does not have a corner point with this index nothing happens.