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

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_IPointsProjector >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_IPointsProjector >
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.
 

Detailed Description

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


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