default implementation of IPointsProjector Generated from class MR.PointsProjector. Base classes: Direct: (non-virtual) MR.IPointsProjector This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | PointsProjector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | PointsProjector (MR._ByValue_PointsProjector _other) |
| Generated from constructor MR.PointsProjector.PointsProjector. | |
| PointsProjector (Const_PointsProjector _other) | |
| Generated from constructor MR.PointsProjector.PointsProjector. | |
| PointsProjector (PointsProjector _other) | |
| Generated from constructor MR.PointsProjector.PointsProjector. | |
| unsafe MR.PointsProjector | assign (MR._ByValue_PointsProjector _other) |
| Generated from method MR::PointsProjector::operator=. | |
| unsafe void | setPointCloud (MR.Const_PointCloud pointCloud) |
| sets the reference point cloud Generated from method MR.PointsProjector.setPointCloud. | |
| Public Member Functions inherited from MR.Const_PointsProjector | |
| virtual void | Dispose () |
| unsafe | Const_PointsProjector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PointsProjector (MR._ByValue_PointsProjector _other) |
| Generated from constructor MR.PointsProjector.PointsProjector. | |
| Const_PointsProjector (Const_PointsProjector _other) | |
| Generated from constructor MR.PointsProjector.PointsProjector. | |
| Const_PointsProjector (PointsProjector _other) | |
| Generated from constructor MR.PointsProjector.PointsProjector. | |
| unsafe void | findProjections (MR.Std.Vector_MRPointsProjectionResult results, MR.Std.Const_Vector_MRVector3f points, MR.Const_FindProjectionOnPointsSettings settings) |
| computes the closest points on point cloud to given points Generated from method MR.PointsProjector.findProjections. | |
| unsafe ulong | projectionsHeapBytes (ulong numProjections) |
| Returns amount of memory needed to compute projections Generated from method MR.PointsProjector.projectionsHeapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.IPointsProjector (PointsProjector self) |
| static unsafe | operator PointsProjector? (MR.IPointsProjector parent) |
| Static Public Member Functions inherited from MR.Const_PointsProjector | |
| static unsafe implicit | operator MR.Const_IPointsProjector (Const_PointsProjector self) |
| static unsafe | operator Const_PointsProjector? (MR.Const_IPointsProjector parent) |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_PointsProjector | |
| virtual unsafe void | Dispose (bool disposing) |
default implementation of IPointsProjector Generated from class MR.PointsProjector. Base classes: Direct: (non-virtual) MR.IPointsProjector This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.PointsProjector.PointsProjector.
|
inline |
Generated from constructor MR.PointsProjector.PointsProjector.
|
inline |
Generated from constructor MR.PointsProjector.PointsProjector.
|
inline |
Generated from method MR::PointsProjector::operator=.
|
inlinestatic |
|
inlineexplicitstatic |
|
inline |
sets the reference point cloud Generated from method MR.PointsProjector.setPointCloud.