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. | |
double | getStartBoundary () |
Returns the start boundary. | |
double | getEndBoundary () |
Returns the end boundary. | |
double | getBinWidth () |
Returns the bin width. | |
Package Functions | |
HistogramBin (double m_fStartBoundary, double m_fEndBoundary) | |
Creates a new bin. | |
Private Attributes | |
float | m_fCount = 0 |
The number of items in the bin. | |
double | m_fStartBoundary |
The start boundary. | |
double | m_fEndBoundary |
The end boundary. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Creates a new bin.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the bin width.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the number of items in the bin.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the end boundary.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Returns the start boundary.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Increments the item count.
|
|
Sets the number of items in the bin. Lora added this.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |