Go to the documentation of this file.
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);
95 vtkSetStringMacro(ScalarArrayName);
Superclass of transformable binary file readers.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void ComputeInverseTransformedIncrements(vtkIdType inIncr[3], vtkIdType outIncr[3])
void ComputeTransformedSpacing(double Spacing[3])
int OpenAndSeekFile(int extent[6], int slice)
static vtkImageReader * New()
virtual void SetTransform(vtkTransform *)
Set/Get transformation matrix to transform the data from slice space into world space.
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
void ComputeTransformedExtent(int inExtent[6], int outExtent[6])
void ComputeTransformedIncrements(vtkIdType inIncr[3], vtkIdType outIncr[3])
a simple class to control print indentation
Superclass of binary file readers.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void ComputeTransformedOrigin(double origin[3])
void ComputeInverseTransformedExtent(int inExtent[6], int outExtent[6])
general representation of visualization data