+2004-05-04 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+ * vtk/vtkGdcmReader.cxx : bug fix in the setting of file name
+
2004-05-03 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
* vtk/vtkGdcmReader.cxx : bug fix when loading a list of files using the
file prefix (SetFilePrefix)
// (see vtkGdcmReader::AddFileName), we additionaly need to purge
// this list when we manually positionate the filename.
vtkDebugMacro("Clearing all files given with AddFileName");
- this->SetFilePattern("");
this->FileNameList.clear();
this->Modified();
}