replaced vtk.init argument type with vtkDataSet
This commit is contained in:
parent
23743c73d4
commit
5d8fff423e
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue