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

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

Inheritance diagram for MR.Const_WeightedVertex:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_WeightedVertex ()
 Constructs an empty (default-constructed) instance.
unsafe Const_WeightedVertex (MR.VertId v, float weight)
 Constructs MR.WeightedVertex elementwise.
unsafe Const_WeightedVertex (MR.Const_WeightedVertex _other)
 Generated from constructor MR.WeightedVertex.WeightedVertex.
 Const_WeightedVertex (WeightedVertex _other)
 Generated from constructor MR.WeightedVertex.WeightedVertex.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_v
unsafe float * __ref_storage_weight

Properties

unsafe ref readonly MR.VertId v [get]
unsafe float weight [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_WeightedVertex() [1/4]

unsafe MR.Const_WeightedVertex.Const_WeightedVertex ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_WeightedVertex() [2/4]

unsafe MR.Const_WeightedVertex.Const_WeightedVertex ( MR.VertId v,
float weight )
inline

Constructs MR.WeightedVertex elementwise.

◆ Const_WeightedVertex() [3/4]

unsafe MR.Const_WeightedVertex.Const_WeightedVertex ( MR.Const_WeightedVertex _other)
inline

Generated from constructor MR.WeightedVertex.WeightedVertex.

◆ Const_WeightedVertex() [4/4]

MR.Const_WeightedVertex.Const_WeightedVertex ( WeightedVertex _other)
inline

Generated from constructor MR.WeightedVertex.WeightedVertex.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_WeightedVertex.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_v

unsafe MR.VertId* MR.Const_WeightedVertex.__ref_storage_v
protected

◆ __ref_storage_weight

unsafe float* MR.Const_WeightedVertex.__ref_storage_weight
protected

Property Documentation

◆ v

unsafe ref readonly MR.VertId MR.Const_WeightedVertex.v
get

◆ weight

unsafe float MR.Const_WeightedVertex.weight
get

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