Skip to content
Snippets Groups Projects
Forked from VTK / VTK
Source project has a limited visibility.
  • David Gobbi's avatar
    0eae306f
    Hide the Python wrapper ClassNew, TypeNew functions · 0eae306f
    David Gobbi authored
    In older versions of VTK, these type-generation functions were
    be exported so that subclasses in other modules could access them.
    But since VTK 8.1, subclasses look up their superclasses via the
    Python interpreter, so the exports are superfluous.
    0eae306f
    History
    Hide the Python wrapper ClassNew, TypeNew functions
    David Gobbi authored
    In older versions of VTK, these type-generation functions were
    be exported so that subclasses in other modules could access them.
    But since VTK 8.1, subclasses look up their superclasses via the
    Python interpreter, so the exports are superfluous.