TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

remove import vtk #348

Closed paskino closed 1 year ago

paskino commented 1 year ago

According to VTK documentation

the advantage (and disadvantage) of [ the use of import vtk ] is that it imports everything. It requires just one import statement for all of VTK, but it can be slow because VTK has grown to be very large over the years.

Therefore we should avoid import vtk and import the vtkmodule that is required.

lauramurgatroyd commented 1 year ago

closing as this is a duplicate of https://github.com/vais-ral/CILViewer/issues/286