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

abstract class for computing the closest points of point clouds Generated from class MR.IPointsProjector. Derived classes: Direct: (non-virtual) MR.Cuda.PointsProjector MR.PointsProjector This is the const half of the class. More...

Inheritance diagram for MR.Const_IPointsProjector:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
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.IPointsProjector.findProjections.
unsafe ulong projectionsHeapBytes (ulong numProjections)
 Returns amount of memory needed to compute projections Generated from method MR.IPointsProjector.projectionsHeapBytes.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

abstract class for computing the closest points of point clouds Generated from class MR.IPointsProjector. Derived classes: Direct: (non-virtual) MR.Cuda.PointsProjector MR.PointsProjector This is the const half of the class.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_IPointsProjector.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_IPointsProjector.Dispose ( bool disposing)
inlineprotectedvirtual

◆ findProjections()

unsafe void MR.Const_IPointsProjector.findProjections ( MR.Std.Vector_MRPointsProjectionResult results,
MR.Std.Const_Vector_MRVector3f points,
MR.Const_FindProjectionOnPointsSettings settings )
inline

computes the closest points on point cloud to given points Generated from method MR.IPointsProjector.findProjections.

◆ projectionsHeapBytes()

unsafe ulong MR.Const_IPointsProjector.projectionsHeapBytes ( ulong numProjections)
inline

Returns amount of memory needed to compute projections Generated from method MR.IPointsProjector.projectionsHeapBytes.


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