VTK
|
The vtk xml data file readers / writers store certain vtkInformation
entries that are set on vtkAbstractArray
's GetInformation()
object. Support is currently limited to numeric and string information keys, both single- and vector-valued. Only the information objects attached to arrays are written/read.
Array information is embedded in the <DataArray>
XML element as a series of <InformationKey>
elements. The required attributes name
and location
specify the name and location strings associated with the key – for instance, the vtkDataArray::UNITS_LABEL()
key has name="UNITS_LABEL"
and location="vtkDataArray"
. The length
attribute is required for vector keys.
Specific examples of supported key types: