|
Choreonoid
1.1
|
#include <Interpolator.h>
公開メンバ関数 | |
| void | clear () |
| int | appendSample (double x, double y) |
| void | setEndPoint (int sampleIndex, bool isNatural=false) |
| int | numSamples () |
| bool | update () |
| void | getDomain (double &out_lower, double &out_upper) |
| double | interpolate (double x) |
| int Interpolator::appendSample | ( | double | x, |
| double | y | ||
| ) |
| void Interpolator::clear | ( | ) |
| void Interpolator::getDomain | ( | double & | out_lower, |
| double & | out_upper | ||
| ) |
| double Interpolator::interpolate | ( | double | x | ) |
| int Interpolator::numSamples | ( | ) |
| void Interpolator::setEndPoint | ( | int | sampleIndex, |
| bool | isNatural = false |
||
| ) |
| bool Interpolator::update | ( | ) |
1.8.9.1