Go to the source code of this file.
Functions | |
| void | vil_stream_write_big_endian_uint_16 (vil_stream *s, vxl_uint_16 w) |
| void | vil_stream_write_little_endian_uint_16 (vil_stream *s, vxl_uint_16 w) |
| void | vil_stream_write_big_endian_uint_32 (vil_stream *s, vxl_uint_32 w) |
| void | vil_stream_write_little_endian_uint_32 (vil_stream *s, vxl_uint_32 w) |
Modifications
23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
Definition in file vil_stream_write.cxx.
| void vil_stream_write_big_endian_uint_16 | ( | vil_stream * | s, |
| vxl_uint_16 | w | ||
| ) |
Definition at line 17 of file vil_stream_write.cxx.
| void vil_stream_write_big_endian_uint_32 | ( | vil_stream * | s, |
| vxl_uint_32 | w | ||
| ) |
Definition at line 33 of file vil_stream_write.cxx.
| void vil_stream_write_little_endian_uint_16 | ( | vil_stream * | s, |
| vxl_uint_16 | w | ||
| ) |
Definition at line 25 of file vil_stream_write.cxx.
| void vil_stream_write_little_endian_uint_32 | ( | vil_stream * | s, |
| vxl_uint_32 | w | ||
| ) |
Definition at line 43 of file vil_stream_write.cxx.
1.7.5.1