XMLPVDWriter (XMLPVDWriter)
 
Writer to write ParaView data files (pvd). It is used to save all pieces

of a source/filter to a file with pieces spread across the server

processes.

PropertyDescriptionDefault Value(s)Restrictions
Data Mode
(DataMode)
The mode uses for writing the file's data i.e. ascii, binary, appended binary. 2

The value must be one of the following: Ascii (0), Binary (1), Appended (2).

 
File Name
(FileName)
The name of the file to be written.    
Ghost Level
(GhostLevel)
The number of ghost levels to include in the output file(s). 0

The value must be greater than or equal to 0.

 
Input
(Input)
The input filter/source whose output dataset is to written to the files.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet.