API Reference#
API reference for zvtk.
Convenience Functions#
zvtk exposes two convenience functions to easily read and write compressed
datasets to disk using Zstandard
|
Decompress a |
|
Compress a PyVista or VTK dataset. |
Classes#
zvtk also exposes two classes to fine tune how datasets are read and
written. For example, using the zvtk.Reader, you can select the arrays
you wish to read in or even progressively read in individual datasets from a
pyvista.MultiBlock.
|
Class to control zvtk file decompression. |
|
Class to write a zvtk file. |