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

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...

Inheritance diagram for MR.PointsProjector:

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)

Detailed Description

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.

Constructor & Destructor Documentation

◆ PointsProjector() [1/4]

unsafe MR.PointsProjector.PointsProjector ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointsProjector() [2/4]

unsafe MR.PointsProjector.PointsProjector ( MR._ByValue_PointsProjector _other)
inline

Generated from constructor MR.PointsProjector.PointsProjector.

◆ PointsProjector() [3/4]

MR.PointsProjector.PointsProjector ( Const_PointsProjector _other)
inline

Generated from constructor MR.PointsProjector.PointsProjector.

◆ PointsProjector() [4/4]

MR.PointsProjector.PointsProjector ( PointsProjector _other)
inline

Generated from constructor MR.PointsProjector.PointsProjector.

Member Function Documentation

◆ assign()

unsafe MR.PointsProjector MR.PointsProjector.assign ( MR._ByValue_PointsProjector _other)
inline

Generated from method MR::PointsProjector::operator=.

◆ operator MR.IPointsProjector()

unsafe implicit MR.PointsProjector.operator MR.IPointsProjector ( PointsProjector self)
inlinestatic

◆ operator PointsProjector?()

unsafe MR.PointsProjector.operator PointsProjector? ( MR.IPointsProjector parent)
inlineexplicitstatic

◆ setPointCloud()

unsafe void MR.PointsProjector.setPointCloud ( MR.Const_PointCloud pointCloud)
inline

sets the reference point cloud Generated from method MR.PointsProjector.setPointCloud.


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