Skip to content
Snippets Groups Projects
Commit 8fe41d10 authored by Marco Biasini's avatar Marco Biasini Committed by Bienchen
Browse files

export GetMatchingBackboneViews

parent 5ba7ca2d
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,7 @@ void export_EntityView() ...@@ -215,6 +215,7 @@ void export_EntityView()
class_<EntityViewList>("EntityViewList", init<>()) class_<EntityViewList>("EntityViewList", init<>())
.def(vector_indexing_suite<EntityViewList>()) .def(vector_indexing_suite<EntityViewList>())
; ;
to_python_converter<std::pair<EntityView, EntityView>, to_python_converter<std::pair<EntityView, EntityView>,
PairToTupleConverter<EntityView, EntityView> >(); PairToTupleConverter<EntityView, EntityView> >();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment