#include <InertiaMatrixEstimator.hpp>

Public Member Functions | |
| virtual void | destroy ()=0 | 
| virtual Eigen::Matrix3d | getInitialInertiaMatrix () const =0 | 
| virtual std::string | getName () const =0 | 
| virtual void | initialize ()=0 | 
| virtual void | run (const InertiaMatrixEstimInput &input, InertiaMatrixEstimOutput &output)=0 | 
| virtual | ~InertiaMatrixEstimator () | 
Definition at line 23 of file InertiaMatrixEstimator.hpp.
| virtual TELEKYB_NAMESPACE::InertiaMatrixEstimator::~InertiaMatrixEstimator | ( | ) |  [inline, virtual] | 
        
Definition at line 43 of file InertiaMatrixEstimator.hpp.
| virtual void TELEKYB_NAMESPACE::InertiaMatrixEstimator::destroy | ( | ) |  [pure virtual] | 
        
Implemented in TELEKYB_NAMESPACE::StandardInertiaMatrixEstimator.
| virtual Eigen::Matrix3d TELEKYB_NAMESPACE::InertiaMatrixEstimator::getInitialInertiaMatrix | ( | ) |  const [pure virtual] | 
        
Implemented in TELEKYB_NAMESPACE::StandardInertiaMatrixEstimator.
| virtual std::string TELEKYB_NAMESPACE::InertiaMatrixEstimator::getName | ( | ) |  const [pure virtual] | 
        
Implemented in TELEKYB_NAMESPACE::StandardInertiaMatrixEstimator.
| virtual void TELEKYB_NAMESPACE::InertiaMatrixEstimator::initialize | ( | ) |  [pure virtual] | 
        
Implemented in TELEKYB_NAMESPACE::StandardInertiaMatrixEstimator.
| virtual void TELEKYB_NAMESPACE::InertiaMatrixEstimator::run | ( | const InertiaMatrixEstimInput & | input, | 
| InertiaMatrixEstimOutput & | output | ||
| ) |  [pure virtual] | 
        
Implemented in TELEKYB_NAMESPACE::StandardInertiaMatrixEstimator.