-
Beta Was this translation helpful? Give feedback.
Answered by
jourdain
May 24, 2023
Replies: 1 comment 1 reply
-
A Google search should bring you to the doxygen documentation and class diagram but if you want to find in which vtk module it is available you will need to search in the code. The easier approach for you right now would be to do the following import vtk
mapper = vtk.vtkSmartVolumeMapper() |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lkaly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A Google search should bring you to the doxygen documentation and class diagram but if you want to find in which vtk module it is available you will need to search in the code.
The easier approach for you right now would be to do the following