Modifier and Type | Field | Description |
---|---|---|
private Histogram3D |
Histogram3DCreator.hist |
Modifier and Type | Method | Description |
---|---|---|
Histogram3D |
Histogram3DCreator.getHistogram() |
Returns the histogram initialized in this operation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Histogram3DCreator.setHistogram3D(Histogram3D histogram) |
Sets the histogram object to be reused for this operation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NaiveHistogram3D |
A class for a three-dimensional histogram that allocates one
int value
per counter at construction time. |
class |
OnDemandHistogram3D |
A data class for a three-dimensional histogram, creating counters on demand only,
not allocating counters for all possible entries at the beginning.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
HistogramSerialization.save(Histogram3D hist,
PrintStream out) |
Saves a three-dimensional histogram to a text output stream.
|
Constructor | Description |
---|---|
RGBColorList(Histogram3D hist) |
Creates a new list and initializes it with the argument histogram.
|
Modifier and Type | Field | Description |
---|---|---|
private Histogram3D |
AutoDetectColorType.hist |