27 #ifndef vtkImageReader_h
28 #define vtkImageReader_h
30 #include "vtkIOImageModule.h"
31 #include "vtkImageReader2.h"
35 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
36 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
50 vtkSetVector6Macro(DataVOI,
int);
51 vtkGetVector6Macro(DataVOI,
int);
62 vtkGetMacro(DataMask, vtkTypeUInt64);
63 vtkSetMacro(DataMask, vtkTypeUInt64);
73 vtkGetObjectMacro(Transform,vtkTransform);
78 void ComputeInverseTransformedExtent(
int inExtent[6],
80 void ComputeInverseTransformedIncrements(vtkIdType inIncr[3],
81 vtkIdType outIncr[3]);
83 int OpenAndSeekFile(
int extent[6],
int slice);
89 vtkSetStringMacro(ScalarArrayName);
90 vtkGetStringMacro(ScalarArrayName);
97 vtkTypeUInt64 DataMask;
99 vtkTransform *Transform;
101 void ComputeTransformedSpacing (
double Spacing[3]);
102 void ComputeTransformedOrigin (
double origin[3]);
103 void ComputeTransformedExtent(
int inExtent[6],
105 void ComputeTransformedIncrements(vtkIdType inIncr[3],
106 vtkIdType outIncr[3]);
110 char *ScalarArrayName;
113 vtkInformationVector** inputVector,
114 vtkInformationVector* outputVector);
Superclass of binary file readers.
Definition: vtkImageReader2.h:53
Superclass of transformable binary file readers.
Definition: vtkImageReader.h:39
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void PrintSelf(ostream &os, vtkIndent indent)
virtual void SetTransform(vtkTransform *)
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)