Make wrapping ignore inline namespace declarations
With this change, inline namespaces do not appear within the wrapper-generated code.
The assumption is that inline namespaces will be used for VTK ABI versioning, and each copy of the wrappers will be locked to a specific version of VTK.
(Also not that, currently, each instance of the Python interpreter can only import one copy of the wrappers).