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

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

+ Inheritance diagram for MR.WeightedVertex:

Public Member Functions

unsafe WeightedVertex ()
 Constructs an empty (default-constructed) instance.
 
unsafe WeightedVertex (MR.VertId v, float weight)
 Constructs MR.WeightedVertex elementwise.
 
unsafe WeightedVertex (MR.Const_WeightedVertex _other)
 Generated from constructor MR.WeightedVertex.WeightedVertex.
 
 WeightedVertex (WeightedVertex _other)
 Generated from constructor MR.WeightedVertex.WeightedVertex.
 
unsafe MR.WeightedVertex assign (MR.Const_WeightedVertex _other)
 Generated from method MR.WeightedVertex.operator=.
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ WeightedVertex() [1/4]

unsafe MR.WeightedVertex.WeightedVertex ( )
inline

Constructs an empty (default-constructed) instance.

◆ WeightedVertex() [2/4]

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

Constructs MR.WeightedVertex elementwise.

◆ WeightedVertex() [3/4]

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

Generated from constructor MR.WeightedVertex.WeightedVertex.

◆ WeightedVertex() [4/4]

MR.WeightedVertex.WeightedVertex ( WeightedVertex _other)
inline

Generated from constructor MR.WeightedVertex.WeightedVertex.

Member Function Documentation

◆ assign()

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

Generated from method MR.WeightedVertex.operator=.

Property Documentation

◆ v

new unsafe ref MR.VertId MR.WeightedVertex.v
get

◆ weight

new unsafe ref float MR.WeightedVertex.weight
get

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