Thread Previous • Date Previous • Date Next • Thread Next |
Sorry for that. I've put the comment in the py wrapping.
you have to duplicate default values in the wrapper, since there is no way to know what the default values is from c++.
.def("makeCloud",&... ,python::arg("porosity")=-1),"Documentation here")
Ok, I was wondering that. Thanks. Bruno
Thread Previous • Date Previous • Date Next • Thread Next |