62 using VecXBool = Eigen::Matrix<bool, Eigen::Dynamic, 1>;
63 using context::MatrixRef;
65 using context::VectorRef;
67 StdVectorPythonVisitor<std::vector<long>,
true>::expose(
"StdVec_long");
68 eigenpy::exposeStdVectorEigenSpecificType<context::Vector3s>(
70 StdVectorPythonVisitor<std::vector<bool>,
true>::expose(
"StdVec_bool");
71 StdVectorPythonVisitor<std::vector<int>,
true>::expose(
"StdVec_int");
72 StdVectorPythonVisitor<std::vector<Scalar>,
true>::expose(
"StdVec_Scalar");
73 StdVectorPythonVisitor<context::VectorOfVectors, true>::expose(
75 StdVectorPythonVisitor<std::vector<context::MatrixXs>,
true>::expose(
77 StdVectorPythonVisitor<std::vector<VecXBool>,
false>::expose(
79 StdVectorPythonVisitor<std::vector<VectorRef>,
true>::expose(
"StdVec_VecRef");
80 StdVectorPythonVisitor<std::vector<MatrixRef>,
true>::expose(
"StdVec_MatRef");