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.
Modifications
Peter Vanroose, July 2000: corrected serious bug: VXL_LITTLE_ENDIAN not needed
(implementation was wrong for VXL_BIG_ENDIAN machines)
Definition in file vil1_16bit.h.
Go to the source code of this file.
Functions | |
| unsigned | vil1_16bit_read_big_endian (vil1_stream *) |
| unsigned | vil1_16bit_read_little_endian (vil1_stream *) |
| void | vil1_16bit_write_big_endian (vil1_stream *, unsigned) |
| void | vil1_16bit_write_little_endian (vil1_stream *, unsigned) |
| unsigned vil1_16bit_read_big_endian | ( | vil1_stream * | ) |
Definition at line 16 of file vil1_16bit.cxx.
| unsigned vil1_16bit_read_little_endian | ( | vil1_stream * | ) |
Definition at line 23 of file vil1_16bit.cxx.
| void vil1_16bit_write_big_endian | ( | vil1_stream * | , | |
| unsigned | ||||
| ) |
Definition at line 30 of file vil1_16bit.cxx.
| void vil1_16bit_write_little_endian | ( | vil1_stream * | , | |
| unsigned | ||||
| ) |
Definition at line 38 of file vil1_16bit.cxx.
1.5.1