Skip to content
Snippets Groups Projects

Local itk-vtk-viewer

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -157,7 +157,7 @@ def main():
# Make k3d plot
if args.method == 'itk-vtk-viewer':
print("\nGenerating itk-vtk-viewer plot...")
qim3d.viz.itk_vtk_viewer.viewer("Jou")
qim3d.viz.itk_vtk_viewer.Viewer("Jou")
elif args.method == 'k3d':
volume = qim3d.io.load(str(args.source))
print("\nGenerating k3d plot...")
Loading