|
ParaView
|
meta-reader to read Exodus file series from simulation restarts More...
#include <vtkExodusFileSeriesReader.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkExodusFileSeriesReader * | SafeDownCast (vtkObject *o) |
| static vtkExodusFileSeriesReader * | New () |
Protected Member Functions | |
| vtkExodusFileSeriesReader () | |
| ~vtkExodusFileSeriesReader () | |
| virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestInformationForInput (int index, vtkInformation *request, vtkInformationVector *outputVector) |
| virtual void | FindRestartedResults () |
meta-reader to read Exodus file series from simulation restarts
Add some special sauce to the superclass that allows it to work with the parallel Exodus reader. Specifically, changing the file name causes the selected output arrays to be cleared out. This class saves and restores the information.
Definition at line 43 of file vtkExodusFileSeriesReader.h.
| vtkExodusFileSeriesReader::vtkExodusFileSeriesReader | ( | ) | [protected] |
| vtkExodusFileSeriesReader::~vtkExodusFileSeriesReader | ( | ) | [protected] |
| virtual const char* vtkExodusFileSeriesReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkFileSeriesReader.
| static int vtkExodusFileSeriesReader::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkFileSeriesReader.
| virtual int vtkExodusFileSeriesReader::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkFileSeriesReader.
| static vtkExodusFileSeriesReader* vtkExodusFileSeriesReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkFileSeriesReader.
| static vtkExodusFileSeriesReader* vtkExodusFileSeriesReader::New | ( | ) | [static] |
Reimplemented from vtkFileSeriesReader.
| virtual void vtkExodusFileSeriesReader::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkFileSeriesReader.
| virtual int vtkExodusFileSeriesReader::RequestInformation | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkFileSeriesReader.
| virtual int vtkExodusFileSeriesReader::RequestInformationForInput | ( | int | index, |
| vtkInformation * | request, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Make sure the reader's output is set to the given index and, if it changed, run RequestInformation on the reader.
Reimplemented from vtkFileSeriesReader.
| virtual void vtkExodusFileSeriesReader::FindRestartedResults | ( | ) | [protected, virtual] |
1.7.5.1