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

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

Inheritance diagram for MR.Const_VertDistance:

Classes

struct  _Underlying

Public Member Functions

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.

Static Public Member Functions

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

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_vert
unsafe float * __ref_storage_distance

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_VertDistance() [1/4]

unsafe MR.Const_VertDistance.Const_VertDistance ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_VertDistance() [2/4]

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

Generated from constructor MR.VertDistance.VertDistance.

◆ Const_VertDistance() [3/4]

MR.Const_VertDistance.Const_VertDistance ( VertDistance _other)
inline

Generated from constructor MR.VertDistance.VertDistance.

◆ Const_VertDistance() [4/4]

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

Generated from constructor MR.VertDistance.VertDistance.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_VertDistance.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator<()

unsafe bool MR.Const_VertDistance.operator< ( MR.Const_VertDistance a,
MR.Const_VertDistance b )
inlinestatic

smaller distance to be the first Generated from function MR::operator&lt;.

◆ operator<=()

unsafe bool MR.Const_VertDistance.operator<= ( MR.Const_VertDistance a,
MR.Const_VertDistance b )
inlinestatic

◆ operator>()

unsafe bool MR.Const_VertDistance.operator> ( MR.Const_VertDistance a,
MR.Const_VertDistance b )
inlinestatic

◆ operator>=()

unsafe bool MR.Const_VertDistance.operator>= ( MR.Const_VertDistance a,
MR.Const_VertDistance b )
inlinestatic

Member Data Documentation

◆ __ref_storage_distance

unsafe float* MR.Const_VertDistance.__ref_storage_distance
protected

◆ __ref_storage_vert

unsafe MR.VertId* MR.Const_VertDistance.__ref_storage_vert
protected

Property Documentation

◆ distance

unsafe float MR.Const_VertDistance.distance
get

best known distance to reach this vertex

◆ vert

unsafe ref readonly MR.VertId MR.Const_VertDistance.vert
get

vertex in question


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