Go to the documentation of this file.
32 #ifndef vtkImageReader_h
33 #define vtkImageReader_h
40 #define VTK_FILE_BYTE_ORDER_BIG_ENDIAN 0
41 #define VTK_FILE_BYTE_ORDER_LITTLE_ENDIAN 1
#define vtkGetVector6Macro(name, type)
GLsizei GLsizei GLenum GLenum const GLvoid * data
#define vtkGetObjectMacro(name, type)
Superclass of transformable binary file readers.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void ComputeInverseTransformedIncrements(vtkIdType inIncr[3], vtkIdType outIncr[3])
void ComputeTransformedSpacing(double Spacing[3])
#define vtkTypeMacro(thisClass, superclass)
#define VTKIOIMAGE_EXPORT
int OpenAndSeekFile(int extent[6], int slice)
static vtkImageReader * New()
virtual void SetTransform(vtkTransform *)
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
void ComputeTransformedExtent(int inExtent[6], int outExtent[6])
void ComputeTransformedIncrements(vtkIdType inIncr[3], vtkIdType outIncr[3])
a simple class to control print indentation
#define vtkSetStringMacro(name)
Superclass of binary file readers.
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
void PrintSelf(ostream &os, vtkIndent indent)
vtkSetMacro(IgnoreDriverBugs, bool)
void ComputeTransformedOrigin(double origin[3])
#define vtkSetVector6Macro(name, type)
void ComputeInverseTransformedExtent(int inExtent[6], int outExtent[6])
general representation of visualization data