Generated from class MR.PointAndDistance. This is the non-const half of the class. More...
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 |
Generated from class MR.PointAndDistance. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.PointAndDistance elementwise.
|
inline |
Generated from constructor MR.PointAndDistance.PointAndDistance.
|
inline |
Generated from constructor MR.PointAndDistance.PointAndDistance.
|
inline |
Generated from method MR::PointAndDistance::operator=.
|
get |
the distance from input location to point vId considering point's weight
|
get |
a cloud's point