MeshLib C# Docs
Loading...
Searching...
No Matches

CUDA-backed implementation of IPointsProjector Generated from class MR.Cuda.PointsProjector. Base classes: Direct: (non-virtual) MR.IPointsProjector This is the const half of the class. More...

Inheritance diagram for MR.Cuda.Const_PointsProjector:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PointsProjector ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PointsProjector (MR.Cuda._ByValue_PointsProjector _other)
 Generated from constructor MR.Cuda.PointsProjector.PointsProjector.
 Const_PointsProjector (Const_PointsProjector _other)
 Generated from constructor MR.Cuda.PointsProjector.PointsProjector.
 Const_PointsProjector (PointsProjector _other)
 Generated from constructor MR.Cuda.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.Cuda.PointsProjector.findProjections.
unsafe ulong projectionsHeapBytes (ulong numProjections)
 Returns amount of additional memory needed to compute projections Generated from method MR.Cuda.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)

Detailed Description

CUDA-backed implementation of IPointsProjector Generated from class MR.Cuda.PointsProjector. Base classes: Direct: (non-virtual) MR.IPointsProjector This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PointsProjector() [1/4]

unsafe MR.Cuda.Const_PointsProjector.Const_PointsProjector ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointsProjector() [2/4]

unsafe MR.Cuda.Const_PointsProjector.Const_PointsProjector ( MR.Cuda._ByValue_PointsProjector _other)
inline

Generated from constructor MR.Cuda.PointsProjector.PointsProjector.

◆ Const_PointsProjector() [3/4]

MR.Cuda.Const_PointsProjector.Const_PointsProjector ( Const_PointsProjector _other)
inline

Generated from constructor MR.Cuda.PointsProjector.PointsProjector.

◆ Const_PointsProjector() [4/4]

MR.Cuda.Const_PointsProjector.Const_PointsProjector ( PointsProjector _other)
inline

Generated from constructor MR.Cuda.PointsProjector.PointsProjector.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Cuda.Const_PointsProjector.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Cuda.Const_PointsProjector.Dispose ( bool disposing)
inlineprotectedvirtual

◆ findProjections()

unsafe void MR.Cuda.Const_PointsProjector.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.Cuda.PointsProjector.findProjections.

◆ operator Const_PointsProjector?()

unsafe MR.Cuda.Const_PointsProjector.operator Const_PointsProjector? ( MR.Const_IPointsProjector parent)
inlineexplicitstatic

◆ operator MR.Const_IPointsProjector()

unsafe implicit MR.Cuda.Const_PointsProjector.operator MR.Const_IPointsProjector ( Const_PointsProjector self)
inlinestatic

◆ projectionsHeapBytes()

unsafe ulong MR.Cuda.Const_PointsProjector.projectionsHeapBytes ( ulong numProjections)
inline

Returns amount of additional memory needed to compute projections Generated from method MR.Cuda.PointsProjector.projectionsHeapBytes.


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