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],
86 void ComputeInverseTransformedIncrements(
vtkIdType inIncr[3],
89 int OpenAndSeekFile(
int extent[6],
int slice);
95 vtkSetStringMacro(ScalarArrayName);
96 vtkGetStringMacro(ScalarArrayName);
107 void ComputeTransformedSpacing (
double Spacing[3]);
108 void ComputeTransformedOrigin (
double origin[3]);
109 void ComputeTransformedExtent(
int inExtent[6],
111 void ComputeTransformedIncrements(
vtkIdType inIncr[3],
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.
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