37 #ifndef VTKGDCMTHREADEDIMAGEREADER_H
38 #define VTKGDCMTHREADEDIMAGEREADER_H
47 virtual void PrintSelf(ostream& os, vtkIndent indent);
71 #if (VTK_MAJOR_VERSION >= 5) || ( VTK_MAJOR_VERSION == 4 && VTK_MINOR_VERSION > 5 )
72 int RequestInformation(vtkInformation *request,
73 vtkInformationVector **inputVector,
74 vtkInformationVector *outputVector);
75 int RequestData(vtkInformation *request,
76 vtkInformationVector **inputVector,
77 vtkInformationVector *outputVector);
83 void ReadFiles(
unsigned int nfiles,
const char *filenames[]);