Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preliminary VTK 7 support #1140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Preliminary VTK 7 support #1140

wants to merge 1 commit into from

Conversation

rexissimus
Copy link
Member

Works on VTK 7.0 rc1

Fixes #1139

packages/vtk/vtk_wrapper/class_tree.py:
  Added workaround for buggy class names with '.'
  We have to keep path name separate from class name
  There is now a class2name dict

packages/vtk/vtk_wrapper/fix_classes.py:
  Cannot modify __doc__ in VTK subclasses so use a metaclass instead

packages/vtk/vtk_wrapper/parse.py:
  Blacklisted classes for VTK 7
  Handle 'void' port type
  Handle None docstrings

packages/vtk/vtk_wrapper/vtk_parser.py:
  use get_node_from_class
  Blacklisted vtkLineIntegralConvolution2D.Communicator (segfaults)
@rexissimus
Copy link
Member Author

The Metaclass fix breaks on VTK 6.

@rexissimus
Copy link
Member Author

This has been merged into #1143

@remram44 remram44 added this to the version 3.0 milestone Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants