]> Creatis software - gdcm.git/commit
Replace
authorjpr <jpr>
Mon, 22 Aug 2005 12:30:36 +0000 (12:30 +0000)
committerjpr <jpr>
Mon, 22 Aug 2005 12:30:36 +0000 (12:30 +0000)
commite4be15de84d96cad6e70e5b043c1bfdd37a18bcf
treed4a5eabdd42f6b8832dd16217096f524cc12ff95
parentac680dddd3812e368ff8c174c1ea555a1bf831a9
Replace
void SetCheckFileCoherenceLight();
by
vtkSetMacro(AllowLightChecking, int);
vtkGetMacro(AllowLightChecking, int);
vtkBooleanMacro(AllowLightChecking, int);
to be vtk compliant
vtk/vtkGdcmReader.cxx
vtk/vtkGdcmReader.h