5 #ifndef __pinocchio_python_utils_std_vector_hpp__
6 #define __pinocchio_python_utils_std_vector_hpp__
11 #include <type_traits>
16 template<
typename Derived>
19 typename
std::enable_if<
20 std::is_base_of<::pinocchio::NumericalBase<Derived>, Derived>::value,
25 template<
typename _Scalar,
int _Rows,
int _Cols,
int _Options>
40 bool EnableFromPythonListConverter =
true,
41 #ifdef PINOCCHIO_PYTHON_NO_SERIALIZATION
42 bool pickable =
false>
47 StdVectorPythonVisitor<vector_type, NoProxy, EnableFromPythonListConverter, pickable>;
51 #endif // ifndef __pinocchio_python_utils_std_vector_hpp__