Uses of Class
mgui.stats.Histogram
Package | Description |
---|---|
mgui.geometry.volume |
Provides classes for representing and operating on 3D volume shapes.
|
mgui.interfaces.shapes.volume | |
mgui.interfaces.stats |
Provides general statistics operations on interface objects.
|
mgui.stats |
-
Uses of Histogram in mgui.geometry.volume
Methods in mgui.geometry.volume that return Histogram Modifier and Type Method Description static Histogram
VolumeFunctions. getHistogram(Volume3DInt volume, int bins)
Returns a histogram for the current column ofvolume
.static Histogram
VolumeFunctions. getHistogram(Volume3DInt volume, int t, int bins, double min, double max)
Returns a histogram for the current column ofvolume
.static Histogram
VolumeFunctions. getHistogram(Volume3DInt volume, java.lang.String column, int t, int bins, double min, double max)
Returns a histogram for the vertex columncolumn
ofvolume
. -
Uses of Histogram in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume that return Histogram Modifier and Type Method Description protected Histogram
InterfaceVolumePanel. getHistogramBlocking(Volume3DInt volume, int t, int bins, double min, double max)
Produces a histogram for the currently selected column ofvolume
. -
Uses of Histogram in mgui.interfaces.stats
Fields in mgui.interfaces.stats declared as Histogram Modifier and Type Field Description Histogram
HistogramPlot. histogram
Methods in mgui.interfaces.stats with parameters of type Histogram Modifier and Type Method Description void
HistogramPlot. setHistogram(Histogram h)
Constructors in mgui.interfaces.stats with parameters of type Histogram Constructor Description HistogramPlot(Histogram h)
HistogramPlot(Histogram h, boolean is_adjustable)
-
Uses of Histogram in mgui.stats
Methods in mgui.stats that return Histogram Modifier and Type Method Description static Histogram
StatFunctions. getHistogram(java.util.ArrayList<MguiNumber> d, int bins)
Constructs a histogram from the listd
, comprised ofbins
bins.static Histogram
StatFunctions. getHistogram(java.util.ArrayList<MguiNumber> d, int bins, double min, double max)
Constructs a histogram from the listd
, comprised ofbins
bins.static Histogram
StatFunctions. getHistogram(java.util.ArrayList<MguiNumber> values, int bins, double min, double max, boolean sorted)
Constructs a histogram from the listd
, comprised ofbins
bins.