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