MeshLib C# Docs
Loading...
Searching...
No Matches
MR.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 non-const half of the class. More...

+ Inheritance diagram for MR.FewSmallest_MRPointsProjectionResult:

Public Member Functions

unsafe FewSmallest_MRPointsProjectionResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe FewSmallest_MRPointsProjectionResult (MR._ByValue_FewSmallest_MRPointsProjectionResult _other)
 Generated from constructor MR.FewSmallest<MR.PointsProjectionResult>::FewSmallest.
 
 FewSmallest_MRPointsProjectionResult (Const_FewSmallest_MRPointsProjectionResult _other)
 Generated from constructor MR.FewSmallest<MR.PointsProjectionResult>::FewSmallest.
 
 FewSmallest_MRPointsProjectionResult (FewSmallest_MRPointsProjectionResult _other)
 Generated from constructor MR.FewSmallest<MR.PointsProjectionResult>::FewSmallest.
 
unsafe FewSmallest_MRPointsProjectionResult (ulong maxElms)
 configure the object to store at most given number of elements Generated from constructor MR.FewSmallest<MR.PointsProjectionResult>::FewSmallest.
 
unsafe MR.FewSmallest_MRPointsProjectionResult assign (MR._ByValue_FewSmallest_MRPointsProjectionResult _other)
 Generated from method MR.FewSmallest<MR.PointsProjectionResult>::operator=.
 
unsafe void reset (ulong maxElms)
 clears the content and reconfigure the object to store at most given number of elements Generated from method MR.FewSmallest<MR.PointsProjectionResult>::reset.
 
unsafe void push (MR.Const_PointsProjectionResult t)
 considers one more element, storing it if it is within the smallest Generated from method MR.FewSmallest<MR.PointsProjectionResult>::push.
 
unsafe void clear ()
 removes all stored elements Generated from method MR.FewSmallest<MR.PointsProjectionResult>::clear.
 

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 non-const half of the class.

Constructor & Destructor Documentation

◆ FewSmallest_MRPointsProjectionResult() [1/5]

unsafe MR.FewSmallest_MRPointsProjectionResult.FewSmallest_MRPointsProjectionResult ( )
inline

Constructs an empty (default-constructed) instance.

◆ FewSmallest_MRPointsProjectionResult() [2/5]

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

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

◆ FewSmallest_MRPointsProjectionResult() [3/5]

MR.FewSmallest_MRPointsProjectionResult.FewSmallest_MRPointsProjectionResult ( Const_FewSmallest_MRPointsProjectionResult _other)
inline

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

◆ FewSmallest_MRPointsProjectionResult() [4/5]

MR.FewSmallest_MRPointsProjectionResult.FewSmallest_MRPointsProjectionResult ( FewSmallest_MRPointsProjectionResult _other)
inline

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

◆ FewSmallest_MRPointsProjectionResult() [5/5]

unsafe MR.FewSmallest_MRPointsProjectionResult.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

◆ assign()

unsafe MR.FewSmallest_MRPointsProjectionResult MR.FewSmallest_MRPointsProjectionResult.assign ( MR._ByValue_FewSmallest_MRPointsProjectionResult _other)
inline

Generated from method MR.FewSmallest<MR.PointsProjectionResult>::operator=.

◆ clear()

unsafe void MR.FewSmallest_MRPointsProjectionResult.clear ( )
inline

removes all stored elements Generated from method MR.FewSmallest<MR.PointsProjectionResult>::clear.

◆ push()

unsafe void MR.FewSmallest_MRPointsProjectionResult.push ( MR.Const_PointsProjectionResult t)
inline

considers one more element, storing it if it is within the smallest Generated from method MR.FewSmallest<MR.PointsProjectionResult>::push.

◆ reset()

unsafe void MR.FewSmallest_MRPointsProjectionResult.reset ( ulong maxElms)
inline

clears the content and reconfigure the object to store at most given number of elements Generated from method MR.FewSmallest<MR.PointsProjectionResult>::reset.


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