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

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

Inheritance diagram for MR.VertDistance:

Public Member Functions

unsafe VertDistance ()
 Constructs an empty (default-constructed) instance.
unsafe VertDistance (MR.Const_VertDistance _other)
 Generated from constructor MR.VertDistance.VertDistance.
 VertDistance (VertDistance _other)
 Generated from constructor MR.VertDistance.VertDistance.
unsafe VertDistance (MR.VertId v, float d)
 Generated from constructor MR.VertDistance.VertDistance.
unsafe MR.VertDistance assign (MR.Const_VertDistance _other)
 Generated from method MR::VertDistance::operator=.
Public Member Functions inherited from MR.Const_VertDistance
virtual void Dispose ()
unsafe Const_VertDistance ()
 Constructs an empty (default-constructed) instance.
unsafe Const_VertDistance (MR.Const_VertDistance _other)
 Generated from constructor MR.VertDistance.VertDistance.
 Const_VertDistance (VertDistance _other)
 Generated from constructor MR.VertDistance.VertDistance.
unsafe Const_VertDistance (MR.VertId v, float d)
 Generated from constructor MR.VertDistance.VertDistance.

Properties

new unsafe ref MR.VertId vert [get]
 vertex in question
new unsafe ref float distance [get]
 best known distance to reach this vertex
Properties inherited from MR.Const_VertDistance
unsafe ref readonly MR.VertId vert [get]
 vertex in question
unsafe float distance [get]
 best known distance to reach this vertex

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_VertDistance
static unsafe bool operator< (MR.Const_VertDistance a, MR.Const_VertDistance b)
 smaller distance to be the first Generated from function MR::operator&lt;.
static unsafe bool operator> (MR.Const_VertDistance a, MR.Const_VertDistance b)
static unsafe bool operator<= (MR.Const_VertDistance a, MR.Const_VertDistance b)
static unsafe bool operator>= (MR.Const_VertDistance a, MR.Const_VertDistance b)
Protected Member Functions inherited from MR.Const_VertDistance
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_VertDistance
unsafe MR.VertId__ref_storage_vert
unsafe float * __ref_storage_distance

Detailed Description

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

Constructor & Destructor Documentation

◆ VertDistance() [1/4]

unsafe MR.VertDistance.VertDistance ( )
inline

Constructs an empty (default-constructed) instance.

◆ VertDistance() [2/4]

unsafe MR.VertDistance.VertDistance ( MR.Const_VertDistance _other)
inline

Generated from constructor MR.VertDistance.VertDistance.

◆ VertDistance() [3/4]

MR.VertDistance.VertDistance ( VertDistance _other)
inline

Generated from constructor MR.VertDistance.VertDistance.

◆ VertDistance() [4/4]

unsafe MR.VertDistance.VertDistance ( MR.VertId v,
float d )
inline

Generated from constructor MR.VertDistance.VertDistance.

Member Function Documentation

◆ assign()

unsafe MR.VertDistance MR.VertDistance.assign ( MR.Const_VertDistance _other)
inline

Generated from method MR::VertDistance::operator=.

Property Documentation

◆ distance

new unsafe ref float MR.VertDistance.distance
get

best known distance to reach this vertex

◆ vert

new unsafe ref MR.VertId MR.VertDistance.vert
get

vertex in question


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