Functions to read and write integers to and from a vil1_stream. The endianness refers to the format in the stream, not the native format of the compiler or execution environment.
Definition in file vil1_32bit.h.
Go to the source code of this file.
Functions | |
| unsigned | vil1_32bit_read_big_endian (vil1_stream *) |
| unsigned | vil1_32bit_read_little_endian (vil1_stream *) |
| void | vil1_32bit_write_big_endian (vil1_stream *, unsigned) |
| void | vil1_32bit_write_little_endian (vil1_stream *, unsigned) |
| unsigned vil1_32bit_read_big_endian | ( | vil1_stream * | ) |
Definition at line 17 of file vil1_32bit.cxx.
| unsigned vil1_32bit_read_little_endian | ( | vil1_stream * | ) |
Definition at line 24 of file vil1_32bit.cxx.
| void vil1_32bit_write_big_endian | ( | vil1_stream * | , | |
| unsigned | ||||
| ) |
Definition at line 31 of file vil1_32bit.cxx.
| void vil1_32bit_write_little_endian | ( | vil1_stream * | , | |
| unsigned | ||||
| ) |
Definition at line 41 of file vil1_32bit.cxx.
1.5.1