Go to the documentation of this file.
25 #ifndef vtkMPIMultiBlockPLOT3DReader_h
26 #define vtkMPIMultiBlockPLOT3DReader_h
29 #include "vtkIOMPIParallelModule.h"
44 vtkGetMacro(UseMPIIO,
bool);
63 int extent[6],
int wextent[6],
68 int extent[6],
int wextent[6],
73 int extent[6],
int wextent[6],
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int OpenFileForDataRead(void *&fp, const char *fname)
virtual int ReadVector(void *vfp, int extent[6], int wextent[6], int numDims, vtkDataArray *vector, vtkTypeUInt64 offset, const vtkMultiBlockPLOT3DReaderRecord ¤tRecord)
static vtkMPIMultiBlockPLOT3DReader * New()
virtual int ReadScalar(void *vfp, int extent[6], int wextent[6], vtkDataArray *scalar, vtkTypeUInt64 offset, const vtkMultiBlockPLOT3DReaderRecord ¤tRecord)
~vtkMPIMultiBlockPLOT3DReader()
abstract superclass for arrays of numeric data
virtual int ReadIntScalar(void *vfp, int extent[6], int wextent[6], vtkDataArray *scalar, vtkTypeUInt64 offset, const vtkMultiBlockPLOT3DReaderRecord ¤tRecord)
bool CanUseMPIIO()
Determines we should use MPI-IO for the current file.
a simple class to control print indentation
vtkMultiBlockPLOT3DReader subclass that uses MPI-IO to efficiently read binary files for 3D domains i...
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
virtual void CloseFile(void *fp)
vtkMPIMultiBlockPLOT3DReader()