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

Simple class for calculating histogram Generated from class MR.Histogram. This is the const half of the class. More...

Inheritance diagram for MR.Const_Histogram:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Histogram ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Histogram (MR._ByValue_Histogram _other)
 Generated from constructor MR.Histogram.Histogram.
 Const_Histogram (Const_Histogram _other)
 Generated from constructor MR.Histogram.Histogram.
 Const_Histogram (Histogram _other)
 Generated from constructor MR.Histogram.Histogram.
unsafe Const_Histogram (float min, float max, nuint size)
 Initialize histogram with minimum and maximum values, and number of bins Generated from constructor MR.Histogram.Histogram.
unsafe MR.Std.Const_Vector_SizeT getBins ()
 Gets bins Generated from method MR.Histogram.getBins.
unsafe float getMin ()
 Gets minimum value of histogram Generated from method MR.Histogram.getMin.
unsafe float getMax ()
 Gets maximum value of histogram Generated from method MR.Histogram.getMax.
unsafe nuint getBinId (float sample)
 Gets id of bin that inherits sample Generated from method MR.Histogram.getBinId.
unsafe MR.Std.Pair_Float_Float getBinMinMax (nuint binId)
 Gets minimum and maximum of diapason inherited by bin Generated from method MR.Histogram.getBinMinMax.
unsafe nuint heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.Histogram.heapBytes.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

Simple class for calculating histogram Generated from class MR.Histogram. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Histogram() [1/5]

unsafe MR.Const_Histogram.Const_Histogram ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Histogram() [2/5]

unsafe MR.Const_Histogram.Const_Histogram ( MR._ByValue_Histogram _other)
inline

Generated from constructor MR.Histogram.Histogram.

◆ Const_Histogram() [3/5]

MR.Const_Histogram.Const_Histogram ( Const_Histogram _other)
inline

Generated from constructor MR.Histogram.Histogram.

◆ Const_Histogram() [4/5]

MR.Const_Histogram.Const_Histogram ( Histogram _other)
inline

Generated from constructor MR.Histogram.Histogram.

◆ Const_Histogram() [5/5]

unsafe MR.Const_Histogram.Const_Histogram ( float min,
float max,
nuint size )
inline

Initialize histogram with minimum and maximum values, and number of bins Generated from constructor MR.Histogram.Histogram.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_Histogram.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ getBinId()

unsafe nuint MR.Const_Histogram.getBinId ( float sample)
inline

Gets id of bin that inherits sample Generated from method MR.Histogram.getBinId.

◆ getBinMinMax()

unsafe MR.Std.Pair_Float_Float MR.Const_Histogram.getBinMinMax ( nuint binId)
inline

Gets minimum and maximum of diapason inherited by bin Generated from method MR.Histogram.getBinMinMax.

◆ getBins()

unsafe MR.Std.Const_Vector_SizeT MR.Const_Histogram.getBins ( )
inline

Gets bins Generated from method MR.Histogram.getBins.

◆ getMax()

unsafe float MR.Const_Histogram.getMax ( )
inline

Gets maximum value of histogram Generated from method MR.Histogram.getMax.

◆ getMin()

unsafe float MR.Const_Histogram.getMin ( )
inline

Gets minimum value of histogram Generated from method MR.Histogram.getMin.

◆ heapBytes()

unsafe nuint MR.Const_Histogram.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.Histogram.heapBytes.


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