Function vtkio::parser::parse_be[][src]

pub fn parse_be(input: &[u8]) -> IResult<&[u8], Vtk>

Parse the entire VTK file using big endian byte order.

This is the default VTK byte order. Binary .vtk files produced by ParaView are in big endian form.