Module gut::io::vtk::basic[]

Enums

This enum indicates if bulk data is saved in binary. NOTE: VTK files are saved in ASCII format with bulk data optionally saved in Binary among ASCII type keywords. Binary data must be placed into the file immediately after the “newline” (\n) character from the previous ASCII keyword and parameter sequence. For example point positions and cell indices and types can be saved in Binary in VTK files.

Traits

Parse a number in binary form from a byte array.

Functions

Parse a formatted signed integer.

Parse a set of bits into an IOBuffer.

Parse a set of typed numbers into an IOBuffer.

Parse a set of signed bytes into an IOBuffer.

Parse a set of unsigned bytes into an IOBuffer.

Parse a set of typed numbers into a Vec.

Parse a set of signed bytes into a Vec.

Parse a set of unsigned bytes into a Vec.

Parse a formatted unsigned integer.