32 #ifndef vtkImageReader_h
33 #define vtkImageReader_h
40 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
41 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
53 vtkSetVector6Macro(DataVOI,
int);
54 vtkGetVector6Macro(DataVOI,
int);
64 vtkGetMacro(DataMask, vtkTypeUInt64);
65 vtkSetMacro(DataMask, vtkTypeUInt64);
78 void ComputeInverseTransformedExtent(
int inExtent[6],
80 void ComputeInverseTransformedIncrements(
vtkIdType inIncr[3],
83 int OpenAndSeekFile(
int extent[6],
int slice);
87 vtkSetStringMacro(ScalarArrayName);
88 vtkGetStringMacro(ScalarArrayName);
99 void ComputeTransformedSpacing (
double Spacing[3]);
100 void ComputeTransformedOrigin (
double origin[3]);
101 void ComputeTransformedExtent(
int inExtent[6],
103 void ComputeTransformedIncrements(
vtkIdType inIncr[3],
static vtkImageReader2 * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
Superclass of transformable binary file readers.
Superclass of binary file readers.
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKIOIMAGE_EXPORT
virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
general representation of visualization data