VTK

Basics

  • ASCII format: STRUCTURED_POINTS and RECTILINEAR_GRID
  • Binary format: Automatic endianness detection
  • Multiple scalar types: Float, double, integer data
  • Spacing and origin: Automatic coordinate transformation

Implementation Details

VTK files are supported as image formats through the vtkio crate, which provides a Rust interface for reading and writing VTK files. The library supports both ASCII and binary formats.

Last updated on