X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcm4DSplitter.h;fp=vtk%2FvtkGdcm4DSplitter.h;h=c643a95af3e1eb8d2c9116a4aba38e6d5091760a;hb=a13370a2d5abfe74b91cedf9512bd644c80737e1;hp=3cc3528bd35b48f8d0a2c0f7991b51c83dbbd6d0;hpb=4824263af9d2a7582720521ba0022fa47438a440;p=gdcm.git diff --git a/vtk/vtkGdcm4DSplitter.h b/vtk/vtkGdcm4DSplitter.h index 3cc3528b..c643a95a 100644 --- a/vtk/vtkGdcm4DSplitter.h +++ b/vtk/vtkGdcm4DSplitter.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcm4DSplitter.h,v $ Language: C++ - Date: $Date: 2011/04/13 13:30:58 $ - Version: $Revision: 1.9 $ + Date: $Date: 2011/04/15 15:14:40 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -54,6 +54,8 @@ typedef bool (*FoncComp)(GDCM_NAME_SPACE::File *file1, GDCM_NAME_SPACE::File *f bool setVectFileName(std::vector &vectFileName); bool setVectGdcmFile(std::vector *vectGdcmFile); + + bool SetFlipY(bool f) { FlipY = f;} // Split // ===== @@ -137,6 +139,7 @@ typedef bool (*FoncComp)(GDCM_NAME_SPACE::File *file1, GDCM_NAME_SPACE::File *f GDCM_NAME_SPACE::XCoherentFileSetmap xcm; //std::vector > VectGdcmFileLists; std::vector VectGdcmFileLists; + bool FlipY; }; //} // end namespace gdcm