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

only supports VTK version 5, VTK 6 incompatible? #29

Open
aewallin opened this issue May 5, 2016 · 2 comments
Open

only supports VTK version 5, VTK 6 incompatible? #29

aewallin opened this issue May 5, 2016 · 2 comments

Comments

@aewallin
Copy link
Owner

aewallin commented May 5, 2016

Apparently VTK version 6 has some incompatibilities with VTK version 5.

A note should be added that openvoronoi visualization scripts only work with VTK version 5.
or the scripts rewritten so they work on the latest VTK release.

@Blokkendoos
Copy link
Contributor

Modified all the python examples for VTK6 in my fork (merged with jtpedersen's SVG fork). Most of them run (on OS X) except for the following:
• hilbert_curve_1_vd.py => endless loop?
• line-segment/lineseg_50_animation.py and point_animation.py => signature mismatch addVertexSite()
• voronoi_10_step_animation.py => getSeedVertex() missing in VoronoiDiagram
• poisson_stat_3.py => 'poisson/N10000_S0.pickle.gz' file not found

@aewallin
Copy link
Owner Author

This is merged now.
The problematic example-scripts mentioned above still deserve a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants