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[]);
vtkGetMacro(LoadOverlays, int)
vtkSetMacro(LoadOverlays, int)
vtkTypeRevisionMacro(vtkGDCMImageReader, vtkMedicalImageReader2)
void ExecuteData(vtkDataObject *out)
virtual void PrintSelf(ostream &os, vtkIndent indent)
void ExecuteInformation()
static vtkGDCMImageReader * New()
Definition: vtkGDCMThreadedImageReader.h:42
Definition: vtkGDCMImageReader.h:102
vtkBooleanMacro(LoadOverlays, int)