_DataFormatMixin

_DataFormatMixin#

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

Add a data_format property to writers which support ASCII and binary output.

Note

This class is a private internal implementation detail. It is documented solely so that its public members, which are inherited by public classes, are visible in the documentation.

Parameters:
*argstuple, optional

Positional arguments passed to the parent class.

**kwargsdict, optional

Keyword arguments passed to the parent class.

Attributes#

_DataFormatMixin.data_format

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

_DataFormatMixin.writer

Return the VTK writer this class configures.