33 #ifndef vtkImageReader_h
34 #define vtkImageReader_h
36 #include "vtkIOImageModule.h"
41 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
42 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
56 vtkSetVector6Macro(DataVOI,
int);
57 vtkGetVector6Macro(DataVOI,
int);
68 vtkGetMacro(DataMask, vtkTypeUInt64);
69 vtkSetMacro(DataMask, vtkTypeUInt64);
84 void ComputeInverseTransformedExtent(
int inExtent[6],
int outExtent[6]);
87 int OpenAndSeekFile(
int extent[6],
int slice);
93 vtkSetStringMacro(ScalarArrayName);
94 vtkGetStringMacro(ScalarArrayName);
116 void ComputeTransformedSpacing(
double Spacing[3]);
117 void ComputeTransformedOrigin(
double origin[3]);
118 void ComputeTransformedExtent(
int inExtent[6],
int outExtent[6]);
static vtkImageReader2 * New()
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
a simple class to control print indentation
Superclass of transformable binary file readers.
int CanReadFile(VTK_FILEPATH const char *) override
vtkImageReader itself can read raw binary files.
Superclass of binary file readers.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data