replaced vtk.init argument type with vtkDataSet

This commit is contained in:
Daniel Otto de Mentock 2022-01-19 10:40:29 +01:00
parent 23743c73d4
commit 5d8fff423e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class VTK:
High-level interface to VTK. High-level interface to VTK.
""" """
def __init__(self, vtk_data: vtk.vtkImageData): def __init__(self, vtk_data: vtk.vtkDataSet):
""" """
New spatial visualization. New spatial visualization.