Interpolator Member List
This is the complete list of members for
Interpolator, including all inherited members.
| addEntry(const InterpolatorEntry &entry) | Interpolator | |
| addEntry(float x, float y) | Interpolator | |
| addEntry(float x, float y0, float y1) | Interpolator | |
| clearGraph() | Interpolator | |
| enableLooping(bool loop) | Interpolator | |
| generatePolyCurve(float constant, float linear, float quadratic, float cubic, float startX, float endX, unsigned int nbSamples) | Interpolator | |
| generateSinCurve(float period, float amplitudeMin, float amplitudeMax, float offsetX, float offsetY, float startX, unsigned int length, unsigned int nbSamples) | Interpolator | |
| getGraph() | Interpolator | |
| getGraph() const | Interpolator | |
| getInterpolatorParam() const | Interpolator | |
| getOffsetXVariation() const | Interpolator | |
| getScaleXVariation() const | Interpolator | |
| getType() const | Interpolator | |
| isLoopingEnabled() const | Interpolator | |
| setOffsetXVariation(float offsetXVariation) | Interpolator | |
| setScaleXVariation(float scaleXVariation) | Interpolator | |
| setType(InterpolationType type, ModelParam param=PARAM_SIZE) | Interpolator | |