Dear vtk users,
I am trying to implement the python bindings for vtk class with vtkWrapHierarchy. I use vtk 9.0, compiled from scratch with wrappings tools, python bindings and etc. features enabled.
For the first lines of code that seems to work for vtk 8.0 based wrapping, such as:
INCLUDE(${VTK_USE_FILE})
include(vtkWrapHierarchy)
I receive warnings:
The VTK_USE_FILE
is no longer used starting with 8.90.
Call Stack (most recent call first):
CMakeLists.txt:114 (include)
…
CMake Error at CMakeLists.txt:176 (include):
include could not find load file:
vtkWrapHierarchy
Is there something wrong that I do or are there any changes in wrapping approach? Is it assumed the python bindings are somehow now generated/planned to be generated by vtkWrap project? Or should I write CmakeLists much similar to it?
Where I can find examples of how to use vtkWrap tool as external wrapping tool?
Thank you very much in advance,
Best regards,
Evgeniya