Skip to content

Add "enum class" members to the Python wrapping

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

Previously, the constants defined in an "enum class" were not visible in Python. This commit adds a dict to the wrapped enum type that stores all of the constants.

Merge request reports