#include <vtkPVDReaderModule.h>
Inheritance diagram for vtkPVDReaderModule:
Public Member Functions | |
vtkTypeRevisionMacro (vtkPVDReaderModule, vtkPVAdvancedReaderModule) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | Finalize (const char *fname) |
virtual int | GetNumberOfTimeSteps () |
virtual void | SetRequestedTimeStep (int) |
Static Public Member Functions | |
vtkPVDReaderModule * | New () |
Protected Member Functions | |
vtkPVDReaderModule () | |
~vtkPVDReaderModule () |
|
|
|
|
|
Reimplemented from vtkPVAdvancedReaderModule. |
|
|
|
Reimplemented from vtkPVAdvancedReaderModule. |
|
Used mainly by the scripting interface, these three methods are normally called in order during the file opening process. Given the reader module name, InitializeReadCustom() returns a clone which can be passed to ReadFileInformation() and FinalizeRead() to finish the reading process. Reimplemented from vtkPVAdvancedReaderModule. |
|
Get the number of time steps that can be provided by this reader. Timesteps are available either from an animation file or from a time-series of files as detected by the file entry widget. Returns 0 if time steps are not available, and the number of timesteps otherwise. Reimplemented from vtkPVReaderModule. |
|
Set the time step that should be provided by the reader. This value is ignored unless GetNumberOfTimeSteps returns 1 or more. Reimplemented from vtkPVReaderModule. |