Computes the closest point on mesh to each of given points on GPU. It caches data that necessary for computing Generated from class MR.Cuda.PointsToMeshProjector. Base classes: Direct: (non-virtual) MR.IPointsToMeshProjector This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PointsToMeshProjector () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_PointsToMeshProjector (MR.Cuda._ByValue_PointsToMeshProjector _other) |
| Generated from constructor MR.Cuda.PointsToMeshProjector.PointsToMeshProjector. | |
| Const_PointsToMeshProjector (Const_PointsToMeshProjector _other) | |
| Generated from constructor MR.Cuda.PointsToMeshProjector.PointsToMeshProjector. | |
| Const_PointsToMeshProjector (PointsToMeshProjector _other) | |
| Generated from constructor MR.Cuda.PointsToMeshProjector.PointsToMeshProjector. | |
| unsafe ulong | projectionsHeapBytes (ulong numProjections) |
| Returns amount of additional memory needed to compute projections Generated from method MR.Cuda.PointsToMeshProjector.projectionsHeapBytes. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.Const_IPointsToMeshProjector (Const_PointsToMeshProjector self) |
| static unsafe | operator Const_PointsToMeshProjector? (MR.Const_IPointsToMeshProjector parent) |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Computes the closest point on mesh to each of given points on GPU. It caches data that necessary for computing Generated from class MR.Cuda.PointsToMeshProjector. Base classes: Direct: (non-virtual) MR.IPointsToMeshProjector This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Cuda.PointsToMeshProjector.PointsToMeshProjector.
|
inline |
Generated from constructor MR.Cuda.PointsToMeshProjector.PointsToMeshProjector.
|
inline |
Generated from constructor MR.Cuda.PointsToMeshProjector.PointsToMeshProjector.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inlineexplicitstatic |
|
inlinestatic |
|
inline |
Returns amount of additional memory needed to compute projections Generated from method MR.Cuda.PointsToMeshProjector.projectionsHeapBytes.