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

Take better advantage of vtk.util.numpy_support #4

Open
aslakbergersen opened this issue Oct 10, 2018 · 1 comment
Open

Take better advantage of vtk.util.numpy_support #4

aslakbergersen opened this issue Oct 10, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@aslakbergersen
Copy link
Collaborator

In common.py there are many examples of looping over vtk arrays and insert values into python lists or numpy arrays. These should instead be converted using numpy_support functions.

Furthermore, there might be for-loops that can be vectorized, providing some speed-up to the algorithms.

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

No branches or pull requests

2 participants