Skip to content

Add "deprecated" attribute for wrappers

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

This adds a vtk::deprecated(reason) attribute that can be applied to the declaration of wrapped classes and methods. Currently this attribute has no effect other than to print a comment before every deprecated method in the generated Python wrapper code.

Merge request reports