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_DoubleFuncFromMRVertIdMRVertIdMRVertId triangleMetric, MR.Std._ByValue_Function_DoubleFuncFromMRVertIdMRVertIdMRVertIdMRVertId edgeMetric, MR.Std._ByValue_Function_DoubleFuncFromDoubleDouble combineMetric) |
Constructs MR.FillHoleMetric elementwise. | |
| unsafe | Const_FillHoleMetric (MR._ByValue_FillHoleMetric _other) |
Generated from constructor MR.FillHoleMetric.FillHoleMetric. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Function_DoubleFuncFromMRVertIdMRVertIdMRVertId | triangleMetric [get] |
| is called for each triangle, if it is set | |
| unsafe MR.Std.Const_Function_DoubleFuncFromMRVertIdMRVertIdMRVertIdMRVertId | edgeMetric [get] |
| is called for each edge, if it is set | |
| unsafe MR.Std.Const_Function_DoubleFuncFromDoubleDouble | combineMetric [get] |
| is called to combine metrics from different candidates, if it is not set it just summarizes input | |
Properties inherited from MR.Misc.Object< Const_FillHoleMetric > | |
| 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_FillHoleMetric > | |
| bool | _IsOwningVal |