Skip to content

Wrap std::vector for basic vector types

David Gobbi requested to merge dgobbi/vtk:wrap-vector into master

This MR wraps std::vector arguments for Python where the value type is std::string or a fundamental numeric type (excluding 'char' due to its ambiguity). For now the value type cannot be a typedef, but support for typedefs will be added soon.

Edited by David Gobbi

Merge request reports