|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
|
| void | SetTimeStep (int index) |
| | Get/Set the required value for the timestep attribute. More...
|
| |
| int | GetTimeStep () |
| | Get/Set the required value for the timestep attribute. More...
|
| |
|
| virtual int * | GetTimeStepRange () |
| | Get the range of index values valid for the TimestepAsIndex setting. More...
|
| |
| virtual void | GetTimeStepRange (int &, int &) |
| | Get the range of index values valid for the TimestepAsIndex setting. More...
|
| |
| virtual void | GetTimeStepRange (int [2]) |
| | Get the range of index values valid for the TimestepAsIndex setting. More...
|
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| int | GetNumberOfAttributes () |
| | Get the number of distinct attribute values present in the file. More...
|
| |
| const char * | GetAttributeName (int attribute) |
| | Get the name of an attribute. More...
|
| |
| int | GetAttributeIndex (const char *name) |
| | Get the index of the attribute with the given name. More...
|
| |
| int | GetNumberOfAttributeValues (int attribute) |
| | Get the number of distinct values for the given attribute. More...
|
| |
| vtkXMLDataElement * | GetOutputXMLDataElement (int index) |
| | Get the vtkXMLDataElement representing the collection element corresponding to the output with the given index. More...
|
| |
| virtual void | SetRestriction (const char *name, const char *value) |
| | Get/Set the required value for a particular named attribute. More...
|
| |
| virtual const char * | GetRestriction (const char *name) |
| | Get/Set the required value for a particular named attribute. More...
|
| |
| virtual void | SetRestrictionAsIndex (const char *name, int index) |
| | Get/set the required value for a particular named attribute. More...
|
| |
| virtual int | GetRestrictionAsIndex (const char *name) |
| | Get/set the required value for a particular named attribute. More...
|
| |
| const char * | GetAttributeValue (int attribute, int index) |
| | Get one of the possible values for a given attribute. More...
|
| |
| const char * | GetAttributeValue (const char *name, int index) |
| | Get one of the possible values for a given attribute. More...
|
| |
| int | GetAttributeValueIndex (int attribute, const char *value) |
| | Get the index of the attribute value with the given name. More...
|
| |
| int | GetAttributeValueIndex (const char *name, const char *value) |
| | Get the index of the attribute value with the given name. More...
|
| |
| virtual void | SetForceOutputTypeToMultiBlock (int) |
| | If ForceOutputTypeToMultiBlock is set to 1, the output of this reader will always be a multi-block dataset, even if there is 1 simple output. More...
|
| |
| virtual int | GetForceOutputTypeToMultiBlock () |
| | If ForceOutputTypeToMultiBlock is set to 1, the output of this reader will always be a multi-block dataset, even if there is 1 simple output. More...
|
| |
| virtual void | ForceOutputTypeToMultiBlockOn () |
| | If ForceOutputTypeToMultiBlock is set to 1, the output of this reader will always be a multi-block dataset, even if there is 1 simple output. More...
|
| |
| virtual void | ForceOutputTypeToMultiBlockOff () |
| | If ForceOutputTypeToMultiBlock is set to 1, the output of this reader will always be a multi-block dataset, even if there is 1 simple output. More...
|
| |
|
| | vtkPVDReader () |
| |
| | ~vtkPVDReader () |
| |
| void | ReadXMLData () |
| |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| |
| virtual void | SetupOutputInformation (vtkInformation *outInfo) |
| |
| | vtkXMLCollectionReader () |
| |
| | ~vtkXMLCollectionReader () |
| |
| void | BuildRestrictedDataSets () |
| |
| virtual const char * | GetDataSetName () |
| |
| virtual int | ReadPrimaryElement (vtkXMLDataElement *ePrimary) |
| |
| virtual int | FillOutputPortInformation (int, vtkInformation *info) |
| |
| vtkDataObject * | SetupOutput (const char *filePath, int index) |
| |
| virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| |
| virtual void | SetupEmptyOutput () |
| |
| void | ReadXMLData () |
| |
| void | ReadXMLDataImpl () |
| |
| virtual void | InternalProgressCallback () |
| |
| void | AddAttributeNameValue (const char *name, const char *value) |
| |
| virtual void | SetRestrictionImpl (const char *name, const char *value, bool doModify) |
| |
| void | ReadAFile (int index, int updatePiece, int updateNumPieces, int updateGhostLevels, vtkDataObject *actualOutput) |
| |
ParaView-specific vtkXMLCollectionReader subclass.
vtkPVDReader subclasses vtkXMLCollectionReader to add ParaView-specific methods.
Definition at line 29 of file vtkPVDReader.h.