| Classes | |
| struct | VARIABLE | 
| Public Member Functions | |
| const std::vector< int > & | GetFree () const | 
| void | GetSolution (IKReal *psolution, const IKReal *pfree) const | 
| void | GetSolutionIndices (std::vector< unsigned int > &v) const | 
| bool | Validate () const | 
| Public Attributes | |
| std::vector< VARIABLE > | basesol | 
| solution and their offsets if joints are mimiced | |
| std::vector< int > | vfree | 
Definition at line 98 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.
| const std::vector<int>& IKSolution::GetFree | ( | ) | const  [inline] | 
Gets the free parameters the solution requires to be set before a full solution can be returned
Definition at line 122 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.
| void IKSolution::GetSolution | ( | IKReal * | psolution, | 
| const IKReal * | pfree | ||
| ) | const  [inline] | 
Gets a solution given its free parameters
| pfree | The free parameters required, range is in [-pi,pi] | 
Definition at line 103 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.
| void IKSolution::GetSolutionIndices | ( | std::vector< unsigned int > & | v | ) | const  [inline] | 
Definition at line 155 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.
| bool IKSolution::Validate | ( | ) | const  [inline] | 
Definition at line 138 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.
| std::vector<VARIABLE> IKSolution::basesol | 
solution and their offsets if joints are mimiced
Definition at line 135 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.
| std::vector<int> IKSolution::vfree | 
Definition at line 136 of file SIA20D_Mesh_manipulator_ikfast_output.cpp.