MetaImageWriter (MetaImageWriter)
 
Writer to write a binary UNC meta image data. This is a fairly simple

yet powerful format consisting of a text header and a binary data

section.

MetaImage headers are expected to have extension: ".mha" or ".mhd"

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 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): vtkImageData.