47 #ifndef vtkMPIImageReader_h
48 #define vtkMPIImageReader_h
50 #include "vtkIOMPIImageModule.h"
53 class vtkMPIOpaqueFileHandle;
78 int GetDataScalarTypeSize();
84 virtual void PartitionController(
const int extent[6]);
88 virtual unsigned long GetHeaderSize(vtkMPIOpaqueFileHandle &file);
94 virtual void SetupFileView(vtkMPIOpaqueFileHandle &file,
const int extent[6]);
100 virtual void ReadSlice(
int slice,
const int extent[6],
void *buffer);
121 #endif //vtkMPIImageReader_h
vtkMultiProcessController * GroupedController
unsigned long GetHeaderSize()
static vtkImageReader * New()
a simple class to control print indentation
void ExecuteDataWithInformation(vtkDataObject *data, vtkInformation *outInfo)
Superclass of transformable binary file readers.
topologically and geometrically regular array of data
vtkMultiProcessController * Controller
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent)
Multiprocessing communication superclass.