[][src]Module vtkio::basic

Structs

DataParser

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.

Functions

integer

Parse a formatted signed integer.

real
unsigned

Parse a formatted unsigned integer.

whitespace