- 3.0.2 rigid body dynamics module.
|
Default implementation of IkSolutionBase. More...
#include <ikfast.h>
Public Member Functions | |
IkSolution (const std::vector< IkSingleDOFSolutionBase< T > > &vinfos, const std::vector< int > &vfree) | |
virtual void | GetSolution (T *solution, const T *freevalues) const |
gets a concrete solution More... | |
virtual void | GetSolution (std::vector< T > &solution, const std::vector< T > &freevalues) const |
std::vector version of GetSolution More... | |
virtual const std::vector< int > & | GetFree () const |
Gets the indices of the configuration space that have to be preset before a full solution can be returned. More... | |
virtual const int | GetDOF () const |
the dof of the solution More... | |
virtual void | Validate () const |
virtual void | GetSolutionIndices (std::vector< unsigned int > &v) const |
Public Member Functions inherited from ikfast::IkSolutionBase< T > | |
virtual | ~IkSolutionBase () |
Public Attributes | |
std::vector< IkSingleDOFSolutionBase< T > > | _vbasesol |
solution and their offsets if joints are mimiced More... | |
std::vector< int > | _vfree |
Default implementation of IkSolutionBase.
|
inline |
|
inlinevirtual |
gets a concrete solution
[out] | solution | the result |
[in] | freevalues | values for the free parameters GetFree |
Implements ikfast::IkSolutionBase< T >.
References ikfast::IkSingleDOFSolutionBase< T >::freeind, and i.
|
inlinevirtual |
std::vector version of GetSolution
Reimplemented from ikfast::IkSolutionBase< T >.
|
inlinevirtual |
Gets the indices of the configuration space that have to be preset before a full solution can be returned.
0 always points to the first value accepted by the ik function.
Implements ikfast::IkSolutionBase< T >.
|
inlinevirtual |
the dof of the solution
Implements ikfast::IkSolutionBase< T >.
|
inlinevirtual |
|
inlinevirtual |
std::vector< IkSingleDOFSolutionBase<T> > ikfast::IkSolution< T >::_vbasesol |
solution and their offsets if joints are mimiced
std::vector<int> ikfast::IkSolution< T >::_vfree |