MeshLib C# Docs
Loading...
Searching...
No Matches

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.
 Const_IntrinsicDeloneSettings (IntrinsicDeloneSettings _other)
 Generated from constructor MR.IntrinsicDeloneSettings.IntrinsicDeloneSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_threshold
unsafe MR.Const_FaceBitSet._Underlying ** __ptr_storage_region
unsafe MR.Const_UndirectedEdgeBitSet._Underlying ** __ptr_storage_notFlippable
unsafe MR.Const_VertBitSet._Underlying ** __ptr_storage_vertRegion

Properties

unsafe float threshold [get]
 the edge is considered Delaunay, if cotan(a1) + cotan(a2) >= threshold; passing positive(negative) threshold makes less(more) edges satisfy Delaunay conditions
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.

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_IntrinsicDeloneSettings() [1/4]

unsafe MR.Const_IntrinsicDeloneSettings.Const_IntrinsicDeloneSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_IntrinsicDeloneSettings() [2/4]

unsafe MR.Const_IntrinsicDeloneSettings.Const_IntrinsicDeloneSettings ( float threshold,
MR.Const_FaceBitSet? region,
MR.Const_UndirectedEdgeBitSet? notFlippable,
MR.Const_VertBitSet? vertRegion )
inline

Constructs MR.IntrinsicDeloneSettings elementwise.

◆ Const_IntrinsicDeloneSettings() [3/4]

unsafe MR.Const_IntrinsicDeloneSettings.Const_IntrinsicDeloneSettings ( MR.Const_IntrinsicDeloneSettings _other)
inline

◆ Const_IntrinsicDeloneSettings() [4/4]

MR.Const_IntrinsicDeloneSettings.Const_IntrinsicDeloneSettings ( IntrinsicDeloneSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_IntrinsicDeloneSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_IntrinsicDeloneSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ptr_storage_notFlippable

unsafe MR.Const_UndirectedEdgeBitSet._Underlying** MR.Const_IntrinsicDeloneSettings.__ptr_storage_notFlippable
protected

◆ __ptr_storage_region

unsafe MR.Const_FaceBitSet._Underlying** MR.Const_IntrinsicDeloneSettings.__ptr_storage_region
protected

◆ __ptr_storage_vertRegion

unsafe MR.Const_VertBitSet._Underlying** MR.Const_IntrinsicDeloneSettings.__ptr_storage_vertRegion
protected

◆ __ref_storage_threshold

unsafe float* MR.Const_IntrinsicDeloneSettings.__ref_storage_threshold
protected

Property Documentation

◆ notFlippable

unsafe MR.? Const_UndirectedEdgeBitSet MR.Const_IntrinsicDeloneSettings.notFlippable
get

Edges specified by this bit-set will never be flipped.

◆ region

unsafe MR.? Const_FaceBitSet MR.Const_IntrinsicDeloneSettings.region
get

Only edges with left and right faces in this set can be flipped.

◆ 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

◆ vertRegion

unsafe MR.? Const_VertBitSet MR.Const_IntrinsicDeloneSettings.vertRegion
get

Only edges with origin or destination in this set before or after flip can be flipped.


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