Crate vtkio[][src]

Modules

basic
model
parser
writer

Enums

Error

Error type for Import/Export operations.

Functions

export

Export given vtk data to the specified file in BINARY format.

export_ascii

Export given vtk data to the specified file in ASCII format.

import

Import a vtk file at the specified path.

import_be

Import a vtk file at the specified path. If the file is in binary, numeric types will be interpreted in big-endian format.

import_le

Import a vtk file at the specified path. If the file is in binary, numeric types will be interpreted in little-endian format.

Type Definitions

IOBuffer

Primary buffer type used to store data read from binary or ASCII files.