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, ulong size)
 Initialize histogram with minimum and maximum values, and number of bins Generated from constructor MR.Histogram.Histogram.
unsafe MR.Std.Const_Vector_MRUint64T 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 ulong getBinId (float sample)
 Gets id of bin that inherits sample Generated from method MR.Histogram.getBinId.
unsafe MR.Std.Pair_Float_Float getBinMinMax (ulong binId)
 Gets minimum and maximum of diapason inherited by bin Generated from method MR.Histogram.getBinMinMax.
unsafe ulong 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,
ulong 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 ulong 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 ( ulong binId)
inline

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

◆ getBins()

unsafe MR.Std.Const_Vector_MRUint64T 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 ulong 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: