21 #ifndef vtkPVImageReader_h 22 #define vtkPVImageReader_h 24 #include "vtkPVConfig.h" 25 #include "vtkPVVTKExtensionsDefaultModule.h" 27 #ifdef PARAVIEW_USE_MPI 28 #include "vtkMPIImageReader.h" 30 #include "vtkImageReader.h" 34 #ifdef PARAVIEW_USE_MPI 43 #ifdef PARAVIEW_USE_MPI 51 void PrintSelf(ostream& os, vtkIndent indent);
ImageReader that automatically switch between vtkMPIImageReader or vtkImageReader based on the build ...
virtual int CanReadFile(const char *)