MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_IntrinsicDeloneSettings Class Reference

Generated from class MR.IntrinsicDeloneSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_IntrinsicDeloneSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_IntrinsicDeloneSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_IntrinsicDeloneSettings (float threshold, MR.Const_FaceBitSet? region, MR.Const_UndirectedEdgeBitSet? notFlippable, MR.Const_VertBitSet? vertRegion)
 Constructs MR.IntrinsicDeloneSettings elementwise.
 
unsafe Const_IntrinsicDeloneSettings (MR.Const_IntrinsicDeloneSettings _other)
 Generated from constructor MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float threshold [get]
 
unsafe MR.? Const_FaceBitSet region [get]
 Only edges with left and right faces in this set can be flipped.
 
unsafe MR.? Const_UndirectedEdgeBitSet notFlippable [get]
 Edges specified by this bit-set will never be flipped.
 
unsafe MR.? Const_VertBitSet vertRegion [get]
 Only edges with origin or destination in this set before or after flip can be flipped.
 
- Properties inherited from MR.Misc.Object< Const_IntrinsicDeloneSettings >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_IntrinsicDeloneSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.IntrinsicDeloneSettings. This is the const half of the class.

Property Documentation

◆ threshold

unsafe float MR.Const_IntrinsicDeloneSettings.threshold
get

the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions


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