#include <MRClosestWeightedPoint.h>
|
bool | valid () const |
| check for validity, otherwise there is no point closer than maxDistance
|
|
| operator bool () const |
|
|
VertId | vId |
| a cloud's point
|
|
float | dist = 0 |
| the distance from input location to point vId considering point's weight
|
|
◆ operator bool()
MR::PointAndDistance::operator bool |
( |
| ) |
const |
|
inlineexplicitnodiscard |
◆ valid()
bool MR::PointAndDistance::valid |
( |
| ) |
const |
|
inlinenodiscard |
check for validity, otherwise there is no point closer than maxDistance
◆ dist
float MR::PointAndDistance::dist = 0 |
the distance from input location to point vId considering point's weight
◆ vId
VertId MR::PointAndDistance::vId |
The documentation for this struct was generated from the following file: