Skip to content

Make Java wrapping ignore unwrapped superclasses

David Gobbi requested to merge dgobbi/vtk:java-mixed-inheritance into master

Some VTK classes use multiple inheritance, where one superclass derives from vtkObjectBase and other superclasses do not. The "other" superclasses must be ignored, because they aren't wrapped, and as far as the wrappers are concerned, they do not exist.

Merge request reports