Vector of bool type conversion in python wrapper.

This commit is contained in:
Thomas Krijnen
2019-03-13 13:32:24 +01:00
parent 2a026e93d5
commit e43e02c003
+1
View File
@@ -128,6 +128,7 @@
}
%enddef
CREATE_VECTOR_TYPEMAP_OUT(bool)
CREATE_VECTOR_TYPEMAP_OUT(int)
CREATE_VECTOR_TYPEMAP_OUT(unsigned int)
CREATE_VECTOR_TYPEMAP_OUT(double)