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. | |
| 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) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_Histogram > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_Histogram > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Simple class for calculating histogram Generated from class MR.Histogram. This is the const half of the class.