Hi all,
I am running this code over here for multiviews of cone and sphere.
Instead of using paraview web protocols I’m using vtk protocols.
It is working fine.
I’m using pvpython of Paraview v5.9.0 from https://www.paraview.org/download/ only to run the plication and serve the html and js files with the --content argument, cause pvpython comes with vtk and vtk.web modules.
Now, I would want to integrate itk with it, If i import itk into the current worflow, itk isn’t recognized, cause itk isn’t bundled with paraview i suppose.
What would I have to do if I need to integrate itk into the current workflow.
Or, is there a way to not use pvpython at all as a server, instead use the latest version of vtk i.e v.9** which comes with vtk.web modules and the latest version of itk 5.** with python and use my own server to serve the files. Would this work?
If not what else could be done?