XMLMultiBlockDataWriter#

class XMLMultiBlockDataWriter(*args, **kwargs)[source]#

XMLMultiBlockDataWriter for VTK XML multiblock .vtm files.

Wraps vtkXMLMultiBlockDataWriter.

Added in version 0.47.0.

Inheritance#

Inherited members are documented on _XMLWriter, BaseWriter, _FileIOBase, _DataFormatMixin.

See them all under Inherited Attributes and Inherited Methods.

Inherited Attributes#

_XMLWriter.compression

Return or set the compressor the XML writer uses.

_DataFormatMixin.data_format

Return or set whether the file is written as 'ascii' or 'binary'.

BaseWriter.data_object

Get or set the dataset to write.

_FileIOBase.extension_patterns

Return mapping from regex pattern matching associated with this class.

_FileIOBase.extensions

Return the file extensions associated with this class.

BaseWriter.path

Return or set the filename or directory of the writer.

BaseWriter.writer

Return the vtk writer object.

BaseWriter.written_path

Return the formatted path of the written files.

Inherited Methods#

BaseWriter.write

Write data to path.