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

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

Inheritance diagram for MR.Const_PointAndDistance:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PointAndDistance ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PointAndDistance (MR.VertId vId, float dist)
 Constructs MR.PointAndDistance elementwise.
unsafe Const_PointAndDistance (MR.Const_PointAndDistance _other)
 Generated from constructor MR.PointAndDistance.PointAndDistance.
 Const_PointAndDistance (PointAndDistance _other)
 Generated from constructor MR.PointAndDistance.PointAndDistance.
unsafe bool valid ()
 check for validity, otherwise there is no point closer than maxBidirDist Generated from method MR.PointAndDistance.valid.

Static Public Member Functions

static unsafe operator bool (MR.Const_PointAndDistance _this)
 Generated from conversion operator MR::PointAndDistance::operator bool.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertId__ref_storage_vId
unsafe float * __ref_storage_dist

Properties

unsafe ref readonly MR.VertId vId [get]
 a cloud's point
unsafe float dist [get]
 the distance from input location to point vId considering point's weight

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_PointAndDistance() [1/4]

unsafe MR.Const_PointAndDistance.Const_PointAndDistance ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointAndDistance() [2/4]

unsafe MR.Const_PointAndDistance.Const_PointAndDistance ( MR.VertId vId,
float dist )
inline

Constructs MR.PointAndDistance elementwise.

◆ Const_PointAndDistance() [3/4]

unsafe MR.Const_PointAndDistance.Const_PointAndDistance ( MR.Const_PointAndDistance _other)
inline

Generated from constructor MR.PointAndDistance.PointAndDistance.

◆ Const_PointAndDistance() [4/4]

MR.Const_PointAndDistance.Const_PointAndDistance ( PointAndDistance _other)
inline

Generated from constructor MR.PointAndDistance.PointAndDistance.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointAndDistance.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator bool()

unsafe MR.Const_PointAndDistance.operator bool ( MR.Const_PointAndDistance _this)
inlineexplicitstatic

Generated from conversion operator MR::PointAndDistance::operator bool.

◆ valid()

unsafe bool MR.Const_PointAndDistance.valid ( )
inline

check for validity, otherwise there is no point closer than maxBidirDist Generated from method MR.PointAndDistance.valid.

Member Data Documentation

◆ __ref_storage_dist

unsafe float* MR.Const_PointAndDistance.__ref_storage_dist
protected

◆ __ref_storage_vId

unsafe MR.VertId* MR.Const_PointAndDistance.__ref_storage_vId
protected

Property Documentation

◆ dist

unsafe float MR.Const_PointAndDistance.dist
get

the distance from input location to point vId considering point's weight

◆ vId

unsafe ref readonly MR.VertId MR.Const_PointAndDistance.vId
get

a cloud's point


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