Functions | |
template<typename S > | |
FCL_EXPORT void | fit1 (const Vector3< S > *const ps, kIOS< S > &bv) |
template FCL_EXPORT void | fit1 (const Vector3d *const ps, kIOS< double > &bv) |
template<typename S > | |
FCL_EXPORT void | fit2 (const Vector3< S > *const ps, kIOS< S > &bv) |
template FCL_EXPORT void | fit2 (const Vector3d *const ps, kIOS< double > &bv) |
template<typename S > | |
FCL_EXPORT void | fit3 (const Vector3< S > *const ps, kIOS< S > &bv) |
template FCL_EXPORT void | fit3 (const Vector3d *const ps, kIOS< double > &bv) |
template<typename S > | |
FCL_EXPORT void | fitn (const Vector3< S > *const ps, int n, kIOS< S > &bv) |
template FCL_EXPORT void | fitn (const Vector3d *const ps, int n, kIOS< double > &bv) |
FCL_EXPORT void fcl::detail::kIOS_fit_functions::fit1 | ( | const Vector3< S > *const | ps, |
kIOS< S > & | bv | ||
) |
Definition at line 297 of file math/bv/utility-inl.h.
template void fcl::detail::kIOS_fit_functions::fit1 | ( | const Vector3d *const | ps, |
kIOS< double > & | bv | ||
) |
FCL_EXPORT void fcl::detail::kIOS_fit_functions::fit2 | ( | const Vector3< S > *const | ps, |
kIOS< S > & | bv | ||
) |
Definition at line 311 of file math/bv/utility-inl.h.
template void fcl::detail::kIOS_fit_functions::fit2 | ( | const Vector3d *const | ps, |
kIOS< double > & | bv | ||
) |
FCL_EXPORT void fcl::detail::kIOS_fit_functions::fit3 | ( | const Vector3< S > *const | ps, |
kIOS< S > & | bv | ||
) |
Definition at line 347 of file math/bv/utility-inl.h.
template void fcl::detail::kIOS_fit_functions::fit3 | ( | const Vector3d *const | ps, |
kIOS< double > & | bv | ||
) |
FCL_EXPORT void fcl::detail::kIOS_fit_functions::fitn | ( | const Vector3< S > *const | ps, |
int | n, | ||
kIOS< S > & | bv | ||
) |
Definition at line 393 of file math/bv/utility-inl.h.