X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.h;fp=vtk%2FvtkGdcmReader.h;h=dccaef8ed7fa4b6a6eaac58378ddef7d046e8898;hb=caab429f56d3236bfd8005b387edeae6ac83e265;hp=73386ba36e87936e2a523260ab9c1fd64b004aab;hpb=e4be15de84d96cad6e70e5b043c1bfdd37a18bcf;p=gdcm.git diff --git a/vtk/vtkGdcmReader.h b/vtk/vtkGdcmReader.h index 73386ba3..dccaef8e 100644 --- a/vtk/vtkGdcmReader.h +++ b/vtk/vtkGdcmReader.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmReader.h,v $ Language: C++ - Date: $Date: 2005/08/22 12:30:36 $ - Version: $Revision: 1.25 $ + Date: $Date: 2005/08/22 12:38:01 $ + Version: $Revision: 1.26 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,7 +45,7 @@ public: virtual void SetFileName(const char *name); void SetCoherentFileList( std::vector *cfl) { CoherentFileList = cfl; } - //void SetCheckFileCoherenceLight(); + vtkSetMacro(AllowLightChecking, int); vtkGetMacro(AllowLightChecking, int); vtkBooleanMacro(AllowLightChecking, int); @@ -70,7 +70,10 @@ public: * of *each* Shadow Group. The parser will fail if the size is wrong ! * @param mode Load mode to be used */ - void SetLoadMode (int mode) { LoadMode = mode; } + // void SetLoadMode (int mode) { LoadMode = mode; } + vtkSetMacro(LoadMode, int); + vtkGetMacro(LoadMode, int); + vtkBooleanMacro(LoadMode, int); protected: vtkGdcmReader();