Simple class for calculating histogram Generated from class MR.Histogram. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
Simple class for calculating histogram Generated from class MR.Histogram. This is the const half of the class.
◆ 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 |
◆ Const_Histogram() [3/5]
◆ Const_Histogram() [4/5]
| MR.Const_Histogram.Const_Histogram |
( |
Histogram | _other | ) |
|
|
inline |
◆ 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.
◆ 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 |
◆ getBinMinMax()
| unsafe MR.Std.Pair_Float_Float MR.Const_Histogram.getBinMinMax |
( |
ulong | binId | ) |
|
|
inline |
◆ getBins()
| unsafe MR.Std.Const_Vector_MRUint64T MR.Const_Histogram.getBins |
( |
| ) |
|
|
inline |
◆ getMax()
| unsafe float MR.Const_Histogram.getMax |
( |
| ) |
|
|
inline |
◆ getMin()
| unsafe float MR.Const_Histogram.getMin |
( |
| ) |
|
|
inline |
◆ heapBytes()
| unsafe ulong MR.Const_Histogram.heapBytes |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: