|
ParaView
|
ParaView-specific vtkXMLCollectionReader subclass. More...
#include <vtkPVDReader.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetTimeStep (int index) |
| int | GetTimeStep () |
| virtual int * | GetTimeStepRange () |
| virtual void | GetTimeStepRange (int &, int &) |
| virtual void | GetTimeStepRange (int[2]) |
Static Public Member Functions | |
| static vtkPVDReader * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVDReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVDReader () | |
| ~vtkPVDReader () | |
| void | ReadXMLData () |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual void | SetupOutputInformation (vtkInformation *outInfo) |
Protected Attributes | |
| int | TimeStepRange [2] |
ParaView-specific vtkXMLCollectionReader subclass.
vtkPVDReader subclasses vtkXMLCollectionReader to add ParaView-specific methods.
Definition at line 27 of file vtkPVDReader.h.
| vtkPVDReader::vtkPVDReader | ( | ) | [protected] |
| vtkPVDReader::~vtkPVDReader | ( | ) | [protected] |
| static vtkPVDReader* vtkPVDReader::New | ( | ) | [static] |
Reimplemented from vtkXMLCollectionReader.
| virtual const char* vtkPVDReader::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLCollectionReader.
| static int vtkPVDReader::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkXMLCollectionReader.
| virtual int vtkPVDReader::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkXMLCollectionReader.
| static vtkPVDReader* vtkPVDReader::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLCollectionReader.
| void vtkPVDReader::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkXMLCollectionReader.
| void vtkPVDReader::SetTimeStep | ( | int | index | ) | [virtual] |
Get/Set the required value for the timestep attribute. The value should be referenced by its index. Only data sets matching this value will be read. An out-of-range index will remove the restriction.
Reimplemented from vtkXMLReader.
| int vtkPVDReader::GetTimeStep | ( | ) | [virtual] |
Get/Set the required value for the timestep attribute. The value should be referenced by its index. Only data sets matching this value will be read. An out-of-range index will remove the restriction.
Reimplemented from vtkXMLReader.
| virtual int* vtkPVDReader::GetTimeStepRange | ( | ) | [virtual] |
Get the range of index values valid for the TimestepAsIndex setting.
Reimplemented from vtkXMLReader.
Get the range of index values valid for the TimestepAsIndex setting.
Reimplemented from vtkXMLReader.
| virtual void vtkPVDReader::GetTimeStepRange | ( | int | [2] | ) | [virtual] |
Get the range of index values valid for the TimestepAsIndex setting.
Reimplemented from vtkXMLReader.
| void vtkPVDReader::ReadXMLData | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLCollectionReader.
| virtual int vtkPVDReader::RequestDataObject | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkXMLCollectionReader.
| virtual void vtkPVDReader::SetupOutputInformation | ( | vtkInformation * | outInfo | ) | [protected, virtual] |
int vtkPVDReader::TimeStepRange[2] [protected] |
Reimplemented from vtkXMLReader.
Definition at line 62 of file vtkPVDReader.h.
1.7.5.1