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

the class stores some number of smallest elements from a larger number of candidates Generated from class MR::FewSmallest<MR.PointsProjectionResult>. This is the const half of the class. More...

Inheritance diagram for MR.Const_FewSmallest_MRPointsProjectionResult:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FewSmallest_MRPointsProjectionResult ()
 Constructs an empty (default-constructed) instance.
unsafe Const_FewSmallest_MRPointsProjectionResult (MR._ByValue_FewSmallest_MRPointsProjectionResult _other)
 Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.
 Const_FewSmallest_MRPointsProjectionResult (Const_FewSmallest_MRPointsProjectionResult _other)
 Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.
 Const_FewSmallest_MRPointsProjectionResult (FewSmallest_MRPointsProjectionResult _other)
 Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.
unsafe Const_FewSmallest_MRPointsProjectionResult (ulong maxElms)
 configure the object to store at most given number of elements Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.
unsafe ulong maxElms ()
 returns the maximum number of elements to be stored here Generated from method MR::FewSmallest<MR.PointsProjectionResult>maxElms.
unsafe bool empty ()
 returns whether the container is currently empty Generated from method MR::FewSmallest<MR.PointsProjectionResult>empty.
unsafe ulong size ()
 returns current number of stored element Generated from method MR::FewSmallest<MR.PointsProjectionResult>size.
unsafe bool full ()
 returns whether we have already maximum number of elements stored Generated from method MR::FewSmallest<MR.PointsProjectionResult>full.
unsafe MR.Std.Const_Vector_MRPointsProjectionResult get ()
 returns the smallest elements found so far Generated from method MR::FewSmallest<MR.PointsProjectionResult>get.
unsafe MR.Const_PointsProjectionResult top ()
 returns the largest among stored smallest elements Generated from method MR::FewSmallest<MR.PointsProjectionResult>top.
unsafe MR.Const_PointsProjectionResult topOr (MR.Const_PointsProjectionResult emptyRes)
 returns the largest among stored smallest elements or given element if this is empty Generated from method MR::FewSmallest<MR.PointsProjectionResult>topOr.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

the class stores some number of smallest elements from a larger number of candidates Generated from class MR::FewSmallest<MR.PointsProjectionResult>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_FewSmallest_MRPointsProjectionResult() [1/5]

unsafe MR.Const_FewSmallest_MRPointsProjectionResult.Const_FewSmallest_MRPointsProjectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_FewSmallest_MRPointsProjectionResult() [2/5]

unsafe MR.Const_FewSmallest_MRPointsProjectionResult.Const_FewSmallest_MRPointsProjectionResult ( MR._ByValue_FewSmallest_MRPointsProjectionResult _other)
inline

Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.

◆ Const_FewSmallest_MRPointsProjectionResult() [3/5]

MR.Const_FewSmallest_MRPointsProjectionResult.Const_FewSmallest_MRPointsProjectionResult ( Const_FewSmallest_MRPointsProjectionResult _other)
inline

Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.

◆ Const_FewSmallest_MRPointsProjectionResult() [4/5]

MR.Const_FewSmallest_MRPointsProjectionResult.Const_FewSmallest_MRPointsProjectionResult ( FewSmallest_MRPointsProjectionResult _other)
inline

Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.

◆ Const_FewSmallest_MRPointsProjectionResult() [5/5]

unsafe MR.Const_FewSmallest_MRPointsProjectionResult.Const_FewSmallest_MRPointsProjectionResult ( ulong maxElms)
inline

configure the object to store at most given number of elements Generated from constructor MR::FewSmallest<MR.PointsProjectionResult>::FewSmallest.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FewSmallest_MRPointsProjectionResult.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_FewSmallest_MRPointsProjectionResult.empty ( )
inline

returns whether the container is currently empty Generated from method MR::FewSmallest<MR.PointsProjectionResult>empty.

◆ full()

unsafe bool MR.Const_FewSmallest_MRPointsProjectionResult.full ( )
inline

returns whether we have already maximum number of elements stored Generated from method MR::FewSmallest<MR.PointsProjectionResult>full.

◆ get()

unsafe MR.Std.Const_Vector_MRPointsProjectionResult MR.Const_FewSmallest_MRPointsProjectionResult.get ( )
inline

returns the smallest elements found so far Generated from method MR::FewSmallest<MR.PointsProjectionResult>get.

◆ maxElms()

unsafe ulong MR.Const_FewSmallest_MRPointsProjectionResult.maxElms ( )
inline

returns the maximum number of elements to be stored here Generated from method MR::FewSmallest<MR.PointsProjectionResult>maxElms.

◆ size()

unsafe ulong MR.Const_FewSmallest_MRPointsProjectionResult.size ( )
inline

returns current number of stored element Generated from method MR::FewSmallest<MR.PointsProjectionResult>size.

◆ top()

unsafe MR.Const_PointsProjectionResult MR.Const_FewSmallest_MRPointsProjectionResult.top ( )
inline

returns the largest among stored smallest elements Generated from method MR::FewSmallest<MR.PointsProjectionResult>top.

◆ topOr()

unsafe MR.Const_PointsProjectionResult MR.Const_FewSmallest_MRPointsProjectionResult.topOr ( MR.Const_PointsProjectionResult emptyRes)
inline

returns the largest among stored smallest elements or given element if this is empty Generated from method MR::FewSmallest<MR.PointsProjectionResult>topOr.


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