#include <cubic-interpolation.hh>
dynamicgraph::sot::tools::CubicInterpolation::~CubicInterpolation |
( |
| ) |
|
|
virtual |
dynamicgraph::sot::tools::CubicInterpolation::CubicInterpolation |
( |
const std::string & |
name | ) |
|
Vector & dynamicgraph::sot::tools::CubicInterpolation::computeSout |
( |
Vector & |
sout, |
|
|
const int & |
inTime |
|
) |
| |
|
protected |
Vector & dynamicgraph::sot::tools::CubicInterpolation::computeSoutdot |
( |
Vector & |
sout, |
|
|
const int & |
inTime |
|
) |
| |
|
protected |
void dynamicgraph::sot::tools::CubicInterpolation::doStart |
( |
const double & |
duration | ) |
|
|
protectedvirtual |
References duration_, goalSIN_, initSIN_, p0_, p1_, p2_, p3_, samplingPeriod_, soutSOUT_, startTime_, and state_.
Referenced by start().
std::string dynamicgraph::sot::tools::CubicInterpolation::getDocString |
( |
| ) |
const |
|
virtual |
void dynamicgraph::sot::tools::CubicInterpolation::reset |
( |
| ) |
|
void dynamicgraph::sot::tools::CubicInterpolation::setSamplingPeriod |
( |
const double & |
period | ) |
|
void dynamicgraph::sot::tools::CubicInterpolation::start |
( |
const double & |
duration | ) |
|
double dynamicgraph::sot::tools::CubicInterpolation::duration_ |
|
protected |
dynamicgraph::SignalPtr< Vector, int > dynamicgraph::sot::tools::CubicInterpolation::goalSIN_ |
|
protected |
dynamicgraph::SignalPtr< Vector, int > dynamicgraph::sot::tools::CubicInterpolation::initSIN_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolation::p0_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolation::p1_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolation::p2_ |
|
protected |
Vector dynamicgraph::sot::tools::CubicInterpolation::p3_ |
|
protected |
double dynamicgraph::sot::tools::CubicInterpolation::samplingPeriod_ |
|
protected |
dynamicgraph::Signal< Vector, int > dynamicgraph::sot::tools::CubicInterpolation::soutdotSOUT_ |
|
protected |
dynamicgraph::Signal< Vector, int > dynamicgraph::sot::tools::CubicInterpolation::soutSOUT_ |
|
protected |
int dynamicgraph::sot::tools::CubicInterpolation::startTime_ |
|
protected |
unsigned dynamicgraph::sot::tools::CubicInterpolation::state_ |
|
protected |