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);
84 void ComputeInverseTransformedExtent(
int inExtent[6],
86 void ComputeInverseTransformedIncrements(
vtkIdType inIncr[3],
89 int OpenAndSeekFile(
int extent[6],
int slice);
95 vtkSetStringMacro(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()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
Superclass of transformable binary file readers.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Superclass of binary file readers.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
general representation of visualization data