- 3.0.2 rigid body dynamics module.
|
holds function pointers for all the exported functions of ikfast More...
#include <ikfast.h>
Public Types | |
typedef bool(* | ComputeIkFn) (const T *, const T *, const T *, IkSolutionListBase< T > &) |
typedef bool(* | ComputeIk2Fn) (const T *, const T *, const T *, IkSolutionListBase< T > &, void *) |
typedef void(* | ComputeFkFn) (const T *, T *, T *) |
typedef int(* | GetNumFreeParametersFn) () |
typedef int *(* | GetFreeParametersFn) () |
typedef int(* | GetNumJointsFn) () |
typedef int(* | GetIkRealSizeFn) () |
typedef const char *(* | GetIkFastVersionFn) () |
typedef int(* | GetIkTypeFn) () |
typedef const char *(* | GetKinematicsHashFn) () |
Public Member Functions | |
IkFastFunctions () | |
virtual | ~IkFastFunctions () |
holds function pointers for all the exported functions of ikfast
typedef bool(* ikfast::IkFastFunctions< T >::ComputeIkFn) (const T *, const T *, const T *, IkSolutionListBase< T > &) |
typedef bool(* ikfast::IkFastFunctions< T >::ComputeIk2Fn) (const T *, const T *, const T *, IkSolutionListBase< T > &, void *) |
typedef void(* ikfast::IkFastFunctions< T >::ComputeFkFn) (const T *, T *, T *) |
typedef int(* ikfast::IkFastFunctions< T >::GetNumFreeParametersFn) () |
typedef int*(* ikfast::IkFastFunctions< T >::GetFreeParametersFn) () |
typedef int(* ikfast::IkFastFunctions< T >::GetNumJointsFn) () |
typedef int(* ikfast::IkFastFunctions< T >::GetIkRealSizeFn) () |
typedef const char*(* ikfast::IkFastFunctions< T >::GetIkFastVersionFn) () |
typedef int(* ikfast::IkFastFunctions< T >::GetIkTypeFn) () |
typedef const char*(* ikfast::IkFastFunctions< T >::GetKinematicsHashFn) () |
|
inline |
|
inlinevirtual |
ComputeIkFn ikfast::IkFastFunctions< T >::_ComputeIk |
ComputeIk2Fn ikfast::IkFastFunctions< T >::_ComputeIk2 |
ComputeFkFn ikfast::IkFastFunctions< T >::_ComputeFk |
GetNumFreeParametersFn ikfast::IkFastFunctions< T >::_GetNumFreeParameters |
GetFreeParametersFn ikfast::IkFastFunctions< T >::_GetFreeParameters |
GetNumJointsFn ikfast::IkFastFunctions< T >::_GetNumJoints |
GetIkRealSizeFn ikfast::IkFastFunctions< T >::_GetIkRealSize |
GetIkFastVersionFn ikfast::IkFastFunctions< T >::_GetIkFastVersion |
GetIkTypeFn ikfast::IkFastFunctions< T >::_GetIkType |
GetKinematicsHashFn ikfast::IkFastFunctions< T >::_GetKinematicsHash |