|
| Store () |
|
int | closestVerticalDot (int direction, float x) |
|
int | nextDot (int direction, int dot) |
|
void | setDefault () override |
|
double | numberOfPairs () |
|
double | squaredValueSumOfColumn (int i) |
|
double | columnProductSum () |
|
double | meanOfColumn (int i) |
|
double | varianceOfColumn (int i) |
|
double | standardDeviationOfColumn (int i) |
|
double | covariance () |
|
double | slope () |
|
double | yIntercept () |
|
double | yValueForXValue (double x) |
|
double | xValueForYValue (double y) |
|
double | correlationCoefficient () |
|
double | squaredCorrelationCoefficient () |
|
| InteractiveCurveViewRange (CurveViewCursor *cursor, InteractiveCurveViewRangeDelegate *delegate=nullptr) |
|
void | setDelegate (InteractiveCurveViewRangeDelegate *delegate) |
|
void | setCursor (CurveViewCursor *cursor) |
|
uint32_t | rangeChecksum () override |
|
bool | yAuto () |
|
void | setXMin (float f) override |
|
void | setXMax (float f) override |
|
void | setYMin (float f) override |
|
void | setYMax (float f) override |
|
void | setYAuto (bool yAuto) |
|
void | zoom (float ratio, float x, float y) |
|
void | panWithVector (float x, float y) |
|
virtual void | roundAbscissa () |
|
virtual void | normalize () |
|
virtual void | setTrigonometric () |
|
void | centerAxisAround (Axis axis, float position) |
|
void | panToMakePointVisible (float x, float y, float topMarginRatio, float rightMarginRatio, float bottomMarginRation, float leftMarginRation) |
|
bool | isCursorVisible (float topMarginRatio, float rightMarginRatio, float bottomMarginRation, float leftMarginRation) |
|
| MemoizedCurveViewRange () |
|
float | xMin () override |
|
float | xMax () override |
|
float | yMin () override |
|
float | yMax () override |
|
float | xGridUnit () override |
|
float | yGridUnit () override |
|
float | computeGridUnit (Axis axis, float min, float max) |
|
| FloatPairStore () |
|
| FloatPairStore (const FloatPairStore &)=delete |
|
double | get (int i, int j) |
|
void | set (double f, int i, int j) |
|
int | numberOfPairs () |
|
void | deletePairAtIndex (int j) |
|
void | deleteAllPairs () |
|
void | resetColumn (int i) |
|
double | sumOfColumn (int i) |
|
uint32_t | storeChecksum () |
|
bool | didChangeRange (InteractiveCurveViewRange *interactiveCurveViewRange) |
|
virtual float | interestingXRange () |
|
Definition at line 9 of file store.h.