21 #ifndef vtkImageReader_h
22 #define vtkImageReader_h
24 #include "vtkIOImageModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
30 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
31 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
45 vtkSetVector6Macro(DataVOI,
int);
46 vtkGetVector6Macro(DataVOI,
int);
57 vtkGetMacro(DataMask, vtkTypeUInt64);
58 vtkSetMacro(DataMask, vtkTypeUInt64);
73 void ComputeInverseTransformedExtent(
int inExtent[6],
int outExtent[6]);
76 int OpenAndSeekFile(
int extent[6],
int slice);
82 vtkSetStringMacro(ScalarArrayName);
83 vtkGetStringMacro(ScalarArrayName);
105 void ComputeTransformedSpacing(
double Spacing[3]);
106 void ComputeTransformedOrigin(
double origin[3]);
107 void ComputeTransformedExtent(
int inExtent[6],
int outExtent[6]);
124 VTK_ABI_NAMESPACE_END
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