Public Member Functions | |
float | getCount () |
Returns the number of items in the bin. | |
void | setCount (float fCount) |
Sets the number of items in the bin. | |
void | incrementCount () |
Increments the item count. | |
float | getStartBoundary () |
Returns the start boundary. | |
float | getEndBoundary () |
Returns the end boundary. | |
float | getBinWidth () |
Returns the bin width. | |
Package Functions | |
HistogramBin (float m_fStartBoundary, float m_fEndBoundary) | |
Creates a new bin. | |
Private Attributes | |
float | m_fCount = 0 |
The number of items in the bin. | |
float | m_fStartBoundary |
The start boundary. | |
float | m_fEndBoundary |
The end boundary. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
datavisualizer.HistogramBin.HistogramBin | ( | float | m_fStartBoundary, | |
float | m_fEndBoundary | |||
) | [package] |
Creates a new bin.
m_fStartBoundary | the start boundary. | |
m_fEndBoundary | the end boundary. |
float datavisualizer.HistogramBin.getCount | ( | ) |
Returns the number of items in the bin.
void datavisualizer.HistogramBin.setCount | ( | float | fCount | ) |
Sets the number of items in the bin.
Lora added this.
fCount | The item count. |
void datavisualizer.HistogramBin.incrementCount | ( | ) |
Increments the item count.
Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
float datavisualizer.HistogramBin.getStartBoundary | ( | ) |
Returns the start boundary.
float datavisualizer.HistogramBin.getEndBoundary | ( | ) |
Returns the end boundary.
float datavisualizer.HistogramBin.getBinWidth | ( | ) |
Returns the bin width.
float datavisualizer.HistogramBin.m_fCount = 0 [private] |
The number of items in the bin.
float datavisualizer.HistogramBin.m_fStartBoundary [private] |
The start boundary.
float datavisualizer.HistogramBin.m_fEndBoundary [private] |
The end boundary.