42 #ifndef vtkPExodusIIReader_h 43 #define vtkPExodusIIReader_h 45 #include "vtkIOParallelExodusModule.h" 80 vtkSetStringMacro(FilePattern);
81 vtkGetStringMacro(FilePattern);
82 vtkSetStringMacro(FilePrefix);
83 vtkGetStringMacro(FilePrefix);
91 void SetFileRange(
int,
int );
93 vtkGetVector2Macro(FileRange,
int);
102 void SetFileNames(
int nfiles,
const char** names );
120 vtkGetMacro(NumberOfFiles,
int);
143 vtkGetMacro(VariableCacheSize,
double);
144 vtkSetMacro(VariableCacheSize,
double);
155 int DeterminePattern(
const char* file );
156 static int DetermineFileId(
const char* file );
174 int CurrentFileRange[2];
std::vector< int > NumberOfPointsPerFile
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
std::vector< vtkExodusIIReader * > ReaderList
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkExodusIIReader * New()
virtual void SetFileName(const char *fname)
Specify file name of the Exodus file.
virtual vtkIdType GetTotalNumberOfElements()
Timer support and logging.
std::vector< int > NumberOfCellsPerFile
vtkMultiProcessController * Controller
a simple class to control print indentation
Read Exodus II files (.exii)
virtual vtkIdType GetTotalNumberOfNodes()
void SetFileRange(int *r)
Set the range of files that are being loaded.
Read exodus 2 files .ex2.
char ** GetFileNames()
Return pointer to list of file names set in SetFileNames.
int GetNumberOfFileNames()
Return number of file names set in SetFileNames.
char * CurrentFilePattern
friend class vtkPExodusIIReader
Multiprocessing communication superclass.