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

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.
 
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)
 

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
 
- Properties inherited from MR.Misc.Object< Const_PointAndDistance >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_PointAndDistance >
bool _IsOwningVal
 

Detailed Description

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


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