Module gut::io::vtk::parser[]

Structs

Mesh data parsing.

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 the entire VTK file using big endian byte order.

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 the entire VTK file using little endian byte order.

Parse the entire VTK file using native endian byte order.

Parse a formatted unsigned integer.