38 #ifndef __vtkPExodusIIReader_h
39 #define __vtkPExodusIIReader_h
72 vtkSetStringMacro(FilePattern);
73 vtkGetStringMacro(FilePattern);
74 vtkSetStringMacro(FilePrefix);
75 vtkGetStringMacro(FilePrefix);
81 void SetFileRange(
int,
int );
83 vtkGetVector2Macro(FileRange,
int);
90 void SetFileNames(
int nfiles,
const char**
names );
102 vtkGetMacro(NumberOfFiles,
int);
128 vtkGetMacro(VariableCacheSize,
double);
129 vtkSetMacro(VariableCacheSize,
double);
138 int DeterminePattern(
const char* file );
139 static int DetermineFileId(
const char* file );
157 int CurrentFileRange[2];
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
std::vector< int > NumberOfPointsPerFile
std::vector< vtkExodusIIReader * > ReaderList
static vtkExodusIIReader * New()
GLdouble GLdouble GLdouble r
virtual void SetFileName(const char *fname)
virtual vtkIdType GetTotalNumberOfElements()
Timer support and logging.
std::vector< int > NumberOfCellsPerFile
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
GLuint const GLchar * name
vtkMultiProcessController * Controller
a simple class to control print indentation
virtual void UpdateTimeInformation()
Read Exodus II files (.exii)
virtual vtkIdType GetTotalNumberOfNodes()
#define VTKIOPARALLELEXODUS_EXPORT
void SetFileRange(int *r)
Read exodus 2 files .ex2.
void PrintSelf(ostream &os, vtkIndent indent)
int GetNumberOfFileNames()
char * CurrentFilePattern
Multiprocessing communication superclass.