37#ifndef VTKGDCMTHREADEDIMAGEREADER_H
38#define VTKGDCMTHREADEDIMAGEREADER_H
40#include "vtkgdcmModule.h"
42#include "vtkVersion.h"
49 virtual void PrintSelf(ostream& os, vtkIndent indent);
73#if (VTK_MAJOR_VERSION >= 5) || ( VTK_MAJOR_VERSION == 4 && VTK_MINOR_VERSION > 5 )
74 int RequestInformation(vtkInformation *request,
75 vtkInformationVector **inputVector,
76 vtkInformationVector *outputVector);
77 int RequestData(vtkInformation *request,
78 vtkInformationVector **inputVector,
79 vtkInformationVector *outputVector);
85 void ReadFiles(
unsigned int nfiles,
const char *filenames[]);
Definition vtkGDCMImageReader.h:105
Definition vtkGDCMThreadedImageReader.h:45
void ReadFiles(unsigned int nfiles, const char *filenames[])
vtkSetMacro(UseShiftScale, int)
vtkBooleanMacro(UseShiftScale, int)
void ExecuteData(vtkDataObject *out)
~vtkGDCMThreadedImageReader()
vtkTypeMacro(vtkGDCMThreadedImageReader, vtkGDCMImageReader)
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkSetMacro(Scale, double)
vtkGDCMThreadedImageReader()
static vtkGDCMThreadedImageReader * New()
vtkSetMacro(Shift, double)
vtkGetMacro(UseShiftScale, int)
void ExecuteInformation()