|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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);
 
   63   vtkSetMacro(DataMask, vtkTypeUInt64);
 
   78   void ComputeInverseTransformedExtent(
int inExtent[6], 
int outExtent[6]);
 
   81   int OpenAndSeekFile(
int extent[6], 
int slice);
 
   87   vtkSetStringMacro(ScalarArrayName);
 
   88   vtkGetStringMacro(ScalarArrayName);
 
  110   void ComputeTransformedSpacing(
double Spacing[3]);
 
  111   void ComputeTransformedOrigin(
double origin[3]);
 
  112   void ComputeTransformedExtent(
int inExtent[6], 
int outExtent[6]);
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass of transformable binary file readers.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkImageReader2 * New()
a simple class to control print indentation
Superclass of binary file readers.
general representation of visualization data
int CanReadFile(const char *) override
vtkImageReader itself can read raw binary files.