[vtkusers] vtkImageReslice problem

al.gry al.gry at web.de
Wed Jul 27 07:44:57 EDT 2011


I solved the problem by adding 

vtkSmartPointer<vtkImageData> inImg = vtkSmartPointer<vtkImageData>::New();
    inImg->DeepCopy(m_pDicomReader->GetOutput());

but I do not understand why it works for if I do DeepCopy

--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkImageReslice-problem-tp4638295p4638492.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list