28 #ifndef CPose3DInterpolator_H
29 #define CPose3DInterpolator_H
126 size_t size()
const {
return m_path.size(); }
127 bool empty()
const {
return m_path.empty(); }
152 void setMaxTimeInterpolation(
double time );
155 double getMaxTimeInterpolation( );
176 bool saveInterpolatedToTextFile(
const std::string &s,
double period)
const;
198 void setInterpolationMethod( TInterpolatorMethod method);
203 TInterpolatorMethod getInterpolationMethod()
const;
209 void filter(
unsigned int component,
unsigned int samples );