Choreonoid  1.1
クラス | 公開メンバ関数 | 全メンバ一覧
cnoid::Interpolator クラス

#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 ( )

このクラス詳解は次のファイルから抽出されました: