Module vtkio::basic[][src]

Enums

FileType

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

FromAscii
FromBinary

Parse a number in binary form from a byte array.

Scalar

Functions

integer

Parse a formatted signed integer.

parse_data_bit_buffer

Parse a set of bits into an IOBuffer.

parse_data_bit_vec
parse_data_buffer

Parse a set of typed numbers into an IOBuffer.

parse_data_buffer_i8

Parse a set of signed bytes into an IOBuffer.

parse_data_buffer_u8

Parse a set of unsigned bytes into an IOBuffer.

parse_data_vec

Parse a set of typed numbers into a Vec.

parse_data_vec_i8

Parse a set of signed bytes into a Vec.

parse_data_vec_u8

Parse a set of unsigned bytes into a Vec.

real
unsigned

Parse a formatted unsigned integer.

whitespace