FunctionRangeFinder Class

(Qt3DAnimation::Animation::FunctionRangeFinder)

Public Functions

FunctionRangeFinder(const QVector<float> &x)
int correlationThreshold() const
int findLowerBound(float x) const
bool isAscending() const
int rangeSize() const
void setAscending(bool ascending)
void setRangeSize(int rangeSize)
void updateAutomaticCorrelationThreshold()

Member Function Documentation

FunctionRangeFinder::FunctionRangeFinder(const QVector<float> &x)

Default constructs an instance of FunctionRangeFinder.

int FunctionRangeFinder::correlationThreshold() const

int FunctionRangeFinder::findLowerBound(float x) const

bool FunctionRangeFinder::isAscending() const

int FunctionRangeFinder::rangeSize() const

See also setRangeSize().

void FunctionRangeFinder::setAscending(bool ascending)

See also isAscending().

void FunctionRangeFinder::setRangeSize(int rangeSize)

See also rangeSize().

void FunctionRangeFinder::updateAutomaticCorrelationThreshold()