#include <MRMeshDelone.h>
Public Attributes | |
float | threshold = 0 |
const FaceBitSet * | region = nullptr |
Only edges with left and right faces in this set can be flipped. | |
const UndirectedEdgeBitSet * | notFlippable = nullptr |
Edges specified by this bit-set will never be flipped. | |
const VertBitSet * | vertRegion = nullptr |
Only edges with origin or destination in this set before or after flip can be flipped. | |
const UndirectedEdgeBitSet* MR::IntrinsicDeloneSettings::notFlippable = nullptr |
Edges specified by this bit-set will never be flipped.
const FaceBitSet* MR::IntrinsicDeloneSettings::region = nullptr |
Only edges with left and right faces in this set can be flipped.
float MR::IntrinsicDeloneSettings::threshold = 0 |
the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions
const VertBitSet* MR::IntrinsicDeloneSettings::vertRegion = nullptr |
Only edges with origin or destination in this set before or after flip can be flipped.