X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.h;fp=vtk%2FvtkGdcmReader.h;h=da612c0f11af71b6a53795208f4ad99e8916e564;hb=2673dbcd90abfb5745221094d97045e54c9b12b4;hp=e9846b545bd746424dfcd72b0dd30c61bf6f7a75;hpb=a1ea1d8d8ff9680f050908255a7dcb0bd73a4851;p=gdcm.git diff --git a/vtk/vtkGdcmReader.h b/vtk/vtkGdcmReader.h index e9846b54..da612c0f 100644 --- a/vtk/vtkGdcmReader.h +++ b/vtk/vtkGdcmReader.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmReader.h,v $ Language: C++ - Date: $Date: 2011/03/31 12:37:54 $ - Version: $Revision: 1.40 $ + Date: $Date: 2011/09/20 16:09:05 $ + Version: $Revision: 1.41 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -73,7 +73,7 @@ public: vtkGetMacro(KeepOverlays, bool); vtkBooleanMacro(KeepOverlays, bool); -// Implementation note: when FileLowerLeft (gdcm2) is set to on the image is not flipped +// Implementation note: when FileLowerLeft (gdcm2) is set to on, the image is not flipped // upside down as VTK would expect, use this option only if you know what you are doing. // vtkSetMacro(FileLowerLeft, bool); // vtkGetMacro(FileLowerLeft, bool);