27 #ifndef vtkImageReader_h
28 #define vtkImageReader_h
30 #include "vtkIOImageModule.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);
78 void ComputeInverseTransformedExtent(
int inExtent[6],
80 void ComputeInverseTransformedIncrements(
vtkIdType inIncr[3],
83 int OpenAndSeekFile(
int extent[6],
int slice);
89 vtkSetStringMacro(ScalarArrayName);
97 vtkTypeUInt64 DataMask;
101 void ComputeTransformedSpacing (
double Spacing[3]);
102 void ComputeTransformedOrigin (
double origin[3]);
103 void ComputeTransformedExtent(
int inExtent[6],
105 void ComputeTransformedIncrements(
vtkIdType inIncr[3],
110 char *ScalarArrayName;
static vtkImageReader2 * New()
a simple class to control print indentation
Superclass of transformable binary file readers.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass of binary file readers.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data