Default implementation of IkSolutionBase.  
 More...
#include <ikfast.h>
template<typename T>
class ikfast::IkSolution< T >
Default implementation of IkSolutionBase. 
Definition at line 148 of file ikfast.h.
◆ IkSolution()
◆ GetDOF()
◆ GetFree()
Gets the indices of the configuration space that have to be preset before a full solution can be returned. 
- Returns
- vector of indices indicating the free parameters 
Implements ikfast::IkSolutionBase< T >.
Definition at line 177 of file ikfast.h.
 
 
◆ GetSolution() [1/2]
template<typename T > 
  
  | 
        
          | virtual void ikfast::IkSolution< T >::GetSolution | ( | T * | solution, |  
          |  |  | const T * | freevalues |  
          |  | ) |  | const |  | inlinevirtual | 
 
gets a concrete solution 
- Parameters
- 
  
    | [out] | solution | the result |  | [in] | freevalues | values for the free parameters  GetFree |  
 
Implements ikfast::IkSolutionBase< T >.
Definition at line 156 of file ikfast.h.
 
 
◆ GetSolution() [2/2]
template<typename T > 
  
  | 
        
          | virtual void ikfast::IkSolution< T >::GetSolution | ( | std::vector< T > & | solution, |  
          |  |  | const std::vector< T > & | freevalues |  
          |  | ) |  | const |  | inlinevirtual | 
 
 
◆ GetSolutionIndices()
template<typename T > 
  
  | 
        
          | virtual void ikfast::IkSolution< T >::GetSolutionIndices | ( | std::vector< unsigned int > & | v | ) | const |  | inlinevirtual | 
 
 
◆ Validate()
◆ _vbasesol
solution and their offsets if joints are mimiced 
Definition at line 223 of file ikfast.h.
 
 
◆ _vfree
The documentation for this class was generated from the following file: