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

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

Inheritance diagram for MR.PointAndDistance:

Public Member Functions

unsafe PointAndDistance ()
 Constructs an empty (default-constructed) instance.
unsafe PointAndDistance (MR.VertId vId, float dist)
 Constructs MR.PointAndDistance elementwise.
unsafe PointAndDistance (MR.Const_PointAndDistance _other)
 Generated from constructor MR.PointAndDistance.PointAndDistance.
 PointAndDistance (PointAndDistance _other)
 Generated from constructor MR.PointAndDistance.PointAndDistance.
unsafe MR.PointAndDistance assign (MR.Const_PointAndDistance _other)
 Generated from method MR::PointAndDistance::operator=.
Public Member Functions inherited from MR.Const_PointAndDistance
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.

Properties

new unsafe ref MR.VertId vId [get]
 a cloud's point
new unsafe ref float dist [get]
 the distance from input location to point vId considering point's weight
Properties inherited from MR.Const_PointAndDistance
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

Additional Inherited Members

Static Public Member Functions inherited from MR.Const_PointAndDistance
static unsafe operator bool (MR.Const_PointAndDistance _this)
 Generated from conversion operator MR::PointAndDistance::operator bool.
Protected Member Functions inherited from MR.Const_PointAndDistance
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PointAndDistance
unsafe MR.VertId__ref_storage_vId
unsafe float * __ref_storage_dist

Detailed Description

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

Constructor & Destructor Documentation

◆ PointAndDistance() [1/4]

unsafe MR.PointAndDistance.PointAndDistance ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointAndDistance() [2/4]

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

Constructs MR.PointAndDistance elementwise.

◆ PointAndDistance() [3/4]

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

Generated from constructor MR.PointAndDistance.PointAndDistance.

◆ PointAndDistance() [4/4]

MR.PointAndDistance.PointAndDistance ( PointAndDistance _other)
inline

Generated from constructor MR.PointAndDistance.PointAndDistance.

Member Function Documentation

◆ assign()

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

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

Property Documentation

◆ dist

new unsafe ref float MR.PointAndDistance.dist
get

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

◆ vId

new unsafe ref MR.VertId MR.PointAndDistance.vId
get

a cloud's point


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