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],
80 void ComputeInverseTransformedIncrements(
vtkIdType inIncr[3],
83 int OpenAndSeekFile(
int extent[6],
int slice);
89 vtkSetStringMacro(ScalarArrayName);
90 vtkGetStringMacro(ScalarArrayName);
101 void ComputeTransformedSpacing (
double Spacing[3]);
102 void ComputeTransformedOrigin (
double origin[3]);
103 void ComputeTransformedExtent(
int inExtent[6],
105 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