X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkgdcmViewer.cxx;h=6d2751a6b90218f8c82512260cd4200061371780;hb=fd5c14391627c6e42283ced90561271af2a161a2;hp=95da0fa0faf98538d2882e3246124ffd01376156;hpb=c1d286f80b07f07438ced6be3f119808c49b8f3f;p=gdcm.git diff --git a/vtk/vtkgdcmViewer.cxx b/vtk/vtkgdcmViewer.cxx index 95da0fa0..6d2751a6 100644 --- a/vtk/vtkgdcmViewer.cxx +++ b/vtk/vtkgdcmViewer.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkgdcmViewer.cxx,v $ Language: C++ - Date: $Date: 2009/11/03 14:05:23 $ - Version: $Revision: 1.32 $ + Date: $Date: 2011/03/29 07:36:02 $ + Version: $Revision: 1.33 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -156,7 +156,6 @@ reader->GetOutput()->GetScalarComponentAsFloat(0,127,0,0) << iren->Start(); //if you wish you can export dicom to a vtk file - vtkStructuredPointsWriter *writer = vtkStructuredPointsWriter::New(); writer->SetInput( reader->GetOutput()); writer->SetFileName( "foo.vtk" );