#include <FlowDataSet.h>
Public Methods | |
| int | getHistogramValue (int index) |
| returns the histogramvalue at index | |
| int | getHistogramMaxIndex () |
| returns the index of the maximum histogramvalue | |
| int | getHistogramMaxValue () |
| returns the maximum histogramvalue | |
| void | calculateHistogram () |
| calculates the min/max and histogram values | |
| int | getMax () |
| returns the maximum data value | |
| int | getMin () |
| returns the minimum data value | |
| RsAddData (int xSize, int ySize, float gridX, float gridY) | |
| constructor taking the size of the resampled dataset | |
| virtual | ~RsAddData () |
| destructor | |
Public Attributes | |
| float * | data |
| pointer to resampled data | |
Protected Attributes | |
| int | elements |
| element count of the resampled dataset | |
| float | min |
| minimum data value in the additional dataset | |
| float | max |
| maximum data value in the additional dataset | |
| int | histogramMaxValue |
| maximum value in the histogram | |
| int | histogramMaxIndex |
| index of the maximum value in the histogram | |
| int | histogram [HISTOGRAM_RESOLUTION] |
| histogram values | |
|
||||||||||||||||||||
|
constructor taking the size of the resampled dataset
|
|
|
returns the index of the maximum histogramvalue
|
|
|
returns the maximum histogramvalue
|
|
|
returns the histogramvalue at index
|
|
|
returns the maximum data value
|
|
|
returns the minimum data value
|
1.2.18