DataSetWriter (DataSetWriter)
 
Writer to write any type of data object in a legacy vtk data file.

Cannot be used for parallel writing.

PropertyDescriptionDefault Value(s)Restrictions
File Name
(FileName)
The name of the file to be written.    
File Type
(FileType)
The type for the data file (i.e. ascii or binary). 2

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

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

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