32 #ifndef __vtkImageReader_h
33 #define __vtkImageReader_h
39 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
40 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
52 vtkSetVector6Macro(DataVOI,
int);
53 vtkGetVector6Macro(DataVOI,
int);
63 vtkGetMacro(DataMask, vtkTypeUInt64);
64 vtkSetMacro(DataMask, vtkTypeUInt64);
77 void ComputeInverseTransformedExtent(
int inExtent[6],
79 void ComputeInverseTransformedIncrements(
vtkIdType inIncr[3],
82 int OpenAndSeekFile(
int extent[6],
int slice);
86 vtkSetStringMacro(ScalarArrayName);
87 vtkGetStringMacro(ScalarArrayName);
98 void ComputeTransformedSpacing (
double Spacing[3]);
99 void ComputeTransformedOrigin (
double origin[3]);
100 void ComputeTransformedExtent(
int inExtent[6],
102 void ComputeTransformedIncrements(
vtkIdType inIncr[3],
static vtkImageReader2 * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void ExecuteData(vtkDataObject *data)
a simple class to control print indentation
Superclass of transformable binary file readers.
Superclass of binary file readers.
void PrintSelf(ostream &os, vtkIndent indent)
general representation of visualization data