default implementation of IPointsProjector Generated from class MR.PointsProjector. Base classes: Direct: (non-virtual) MR.IPointsProjector This is the const half of the class.
More...
Inheritance diagram for MR.Const_PointsProjector:Classes | |
| struct | _Underlying |
Public Member Functions | |
| 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. | |
| 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.Const_IPointsProjector (Const_PointsProjector self) |
| static unsafe | operator Const_PointsProjector? (MR.Const_IPointsProjector parent) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_PointsProjector > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_PointsProjector > | |
| 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. | |
default implementation of IPointsProjector Generated from class MR.PointsProjector. Base classes: Direct: (non-virtual) MR.IPointsProjector This is the const half of the class.