X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcm4DSplitter.cxx;h=8296e635730fb72991be2b313e6a8433cddc314c;hb=e4be35d94fd20b39b2f50e8681057c85d6ccaf6f;hp=69079de8e72469feb9abe55a08c31368428eed51;hpb=a13370a2d5abfe74b91cedf9512bd644c80737e1;p=gdcm.git diff --git a/vtk/vtkGdcm4DSplitter.cxx b/vtk/vtkGdcm4DSplitter.cxx index 69079de8..8296e635 100644 --- a/vtk/vtkGdcm4DSplitter.cxx +++ b/vtk/vtkGdcm4DSplitter.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcm4DSplitter.cxx,v $ Language: C++ - Date: $Date: 2011/04/15 15:14:40 $ - Version: $Revision: 1.11 $ + Date: $Date: 2011/04/15 15:23:14 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -115,7 +115,7 @@ Aware user will have to specify some points : VTK reader 'flop upside down' the images to display them correctly ?!? When a 'math guy' gets the image, the first thing he does is flipping it again. Avoid loosing CPU time using : - bool SetFlipY(bool); // Wrong = no flip + void SetFlipY(bool); // Wrong = no flip . Execute : -----------