38 #ifndef __vtkPExodusIIReader_h
39 #define __vtkPExodusIIReader_h
43 #include <vtkstd/vector>
71 vtkSetStringMacro(FilePattern);
72 vtkGetStringMacro(FilePattern);
73 vtkSetStringMacro(FilePrefix);
74 vtkGetStringMacro(FilePrefix);
80 void SetFileRange(
int,
int );
82 vtkGetVector2Macro(FileRange,
int);
89 void SetFileNames(
int nfiles,
const char** names );
101 vtkGetMacro(NumberOfFiles,
int);
125 int DeterminePattern(
const char* file );
126 static int DetermineFileId(
const char* file );
141 int CurrentFileRange[2];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkstd::vector< int > NumberOfCellsPerFile
vtkstd::vector< vtkExodusIIReader * > ReaderList
static vtkExodusIIReader * New()
virtual void SetFileName(const char *fname)
virtual vtkIdType GetTotalNumberOfElements()
Timer support and logging.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMultiProcessController * Controller
a simple class to control print indentation
virtual void UpdateTimeInformation()
Read Exodus II files (.exii)
virtual vtkIdType GetTotalNumberOfNodes()
void SetFileRange(int *r)
vtkstd::vector< int > NumberOfPointsPerFile
Read exodus 2 files .ex2.
void PrintSelf(ostream &os, vtkIndent indent)
int GetNumberOfFileNames()
char * CurrentFilePattern
Multiprocessing communication superclass.