Inheritance diagram for HistogramPOATie::
Public Methods | |
HistogramPOATie (HistogramOperations delegate) | |
HistogramPOATie (HistogramOperations delegate, org.omg.PortableServer.POA poa) | |
HistogramOperations | _delegate () |
void | _delegate (HistogramOperations delegate) |
org.omg.PortableServer.POA | _default_POA () |
Histogram | smooth (double sigma) |
HistogramMode[] | modes () |
Histogram | normalize (double weight) |
double | intersection (Histogram h) |
double | chiSquare (Histogram h) |
double | chiSquareNorm (Histogram h) |
Histogram | threshold (double valThreshold) |
int | countBins (double valThreshold) |
Histogram | reduceRange (int binMin1, int binMax1, int binMin2, int binMax2, int binMin3, int binMax3) |
Histogram | reduceRangeVal (double binValMin1, double binValMax1, double binValMin2, double binValMax2, double binValMin3, double binValMax3) |
Histogram | to1D (int dim) |
void | render3d (RgbBuffer buf, int dataWidth, int dataHeight, double elevation, double alpha, double threshold) |
void | destroy () |
void | put () |
int | dimensionality () |
int | dimensionSize (int dim) |
int | nrOfBins () |
double | lowBin (int dim) |
double | highBin (int dim) |
double | binWidth (int dim) |
double | binToValue (int bin, int dim) |
int | valueToBin (double value, int dim) |
double | get1 (int bin1) |
double | get2 (int bin1, int bin2) |
double | get3 (int bin1, int bin2, int bin3) |
double | sum () |
double | minVal () |
double | maxVal () |
double | maxValIndex (org.omg.CORBA.IntHolder index) |
double[] | getDataDouble () |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |
|
Reimplemented from HistogramDataOperations. |