55dd5d8d1e6f5ee614eb8988f1b865435c5ff492,invesalius/reader/analyze_reader.py,,ReadAnalyze,#Any#,27
Before Change
spacing = (x_spacing, y_spacing, z_spacing)
glue = ItkVtkGlue.ImageToVTKImageFilter.IUC3.New()
glue.SetInput(reader.GetOutput())
glue.Update()
imagedata = vtk.vtkImageData()
imagedata.DeepCopy(glue.GetOutput())
After Change
os.remove(filename)
return reader.GetOutput()
def ReadDirectory(dir_):
file_list = []
imagedata = None
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: invesalius/invesalius3
Commit Name: 55dd5d8d1e6f5ee614eb8988f1b865435c5ff492
Time: 2010-01-07
Author: paulojamorim@gmail.com
File Name: invesalius/reader/analyze_reader.py
Class Name:
Method Name: ReadAnalyze
Project Name: invesalius/invesalius3
Commit Name: 1a0428b5f90769ab36c65bc9364149dad8f90929
Time: 2009-11-16
Author: tatiana.alchueyr@gmail.com
File Name: invesalius/data/imagedata_utils.py
Class Name:
Method Name: Import
Project Name: invesalius/invesalius3
Commit Name: a84bfc2023ffaaa389d599e862112e8e9c80b084
Time: 2010-05-14
Author: paulojamorim@gmail.com
File Name: invesalius/data/surface_process.py
Class Name: SurfaceProcess
Method Name: CreateSurface