MeshLib C# Docs
Loading...
Searching...
No Matches
Inheritance diagram for MR.Const_FillHoleMetric:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FillHoleMetric ()
 Constructs an empty (default-constructed) instance.
unsafe Const_FillHoleMetric (MR.Std._ByValue_Function_Double_From_MRVertId_MRVertId_MRVertId triangleMetric, MR.Std._ByValue_Function_Double_From_MRVertId_MRVertId_MRVertId_MRVertId edgeMetric, MR.Std._ByValue_Function_Double_From_Double_Double combineMetric)
 Constructs MR.FillHoleMetric elementwise.
unsafe Const_FillHoleMetric (MR._ByValue_FillHoleMetric _other)
 Generated from constructor MR.FillHoleMetric.FillHoleMetric.
 Const_FillHoleMetric (Const_FillHoleMetric _other)
 Generated from constructor MR.FillHoleMetric.FillHoleMetric.
 Const_FillHoleMetric (FillHoleMetric _other)
 Generated from constructor MR.FillHoleMetric.FillHoleMetric.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Function_Double_From_MRVertId_MRVertId_MRVertId triangleMetric [get, protected set]
 is called for each triangle, if it is set
unsafe MR.Std.Const_Function_Double_From_MRVertId_MRVertId_MRVertId_MRVertId edgeMetric [get, protected set]
 is called for each edge, if it is set
unsafe MR.Std.Const_Function_Double_From_Double_Double combineMetric [get, protected set]
 is called to combine metrics from different candidates, if it is not set it just summarizes input

Constructor & Destructor Documentation

◆ Const_FillHoleMetric() [1/5]

unsafe MR.Const_FillHoleMetric.Const_FillHoleMetric ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FillHoleMetric() [2/5]

unsafe MR.Const_FillHoleMetric.Const_FillHoleMetric ( MR.Std._ByValue_Function_Double_From_MRVertId_MRVertId_MRVertId triangleMetric,
MR.Std._ByValue_Function_Double_From_MRVertId_MRVertId_MRVertId_MRVertId edgeMetric,
MR.Std._ByValue_Function_Double_From_Double_Double combineMetric )
inline

Constructs MR.FillHoleMetric elementwise.

◆ Const_FillHoleMetric() [3/5]

unsafe MR.Const_FillHoleMetric.Const_FillHoleMetric ( MR._ByValue_FillHoleMetric _other)
inline

Generated from constructor MR.FillHoleMetric.FillHoleMetric.

◆ Const_FillHoleMetric() [4/5]

MR.Const_FillHoleMetric.Const_FillHoleMetric ( Const_FillHoleMetric _other)
inline

Generated from constructor MR.FillHoleMetric.FillHoleMetric.

◆ Const_FillHoleMetric() [5/5]

MR.Const_FillHoleMetric.Const_FillHoleMetric ( FillHoleMetric _other)
inline

Generated from constructor MR.FillHoleMetric.FillHoleMetric.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FillHoleMetric.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Property Documentation

◆ combineMetric

unsafe MR.Std.Const_Function_Double_From_Double_Double MR.Const_FillHoleMetric.combineMetric
getprotected set

is called to combine metrics from different candidates, if it is not set it just summarizes input

◆ edgeMetric

unsafe MR.Std.Const_Function_Double_From_MRVertId_MRVertId_MRVertId_MRVertId MR.Const_FillHoleMetric.edgeMetric
getprotected set

is called for each edge, if it is set

◆ triangleMetric

unsafe MR.Std.Const_Function_Double_From_MRVertId_MRVertId_MRVertId MR.Const_FillHoleMetric.triangleMetric
getprotected set

is called for each triangle, if it is set


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