X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.h;fp=vtk%2FvtkGdcmReader.h;h=73386ba36e87936e2a523260ab9c1fd64b004aab;hb=e4be15de84d96cad6e70e5b043c1bfdd37a18bcf;hp=ba30d132ff6dcf26c01edd8e3194361d2bc0b58c;hpb=ac680dddd3812e368ff8c174c1ea555a1bf831a9;p=gdcm.git diff --git a/vtk/vtkGdcmReader.h b/vtk/vtkGdcmReader.h index ba30d132..73386ba3 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/07/30 18:31:25 $ - Version: $Revision: 1.24 $ + Date: $Date: 2005/08/22 12:30:36 $ + Version: $Revision: 1.25 $ 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,11 @@ public: virtual void SetFileName(const char *name); void SetCoherentFileList( std::vector *cfl) { CoherentFileList = cfl; } - void SetCheckFileCoherenceLight(); + //void SetCheckFileCoherenceLight(); + vtkSetMacro(AllowLightChecking, int); + vtkGetMacro(AllowLightChecking, int); + vtkBooleanMacro(AllowLightChecking, int); + void SetUserFunction (VOID_FUNCTION_PUINT8_PFILE_POINTER userFunc ) { UserFunction = userFunc; } // Description: @@ -101,7 +105,8 @@ private: vtkLookupTable *LookupTable; vtkTimeStamp fileTime; int AllowLookupTable; - bool LightChecking; + + int AllowLightChecking; //BTX // Number of columns of the image/volume to be loaded