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) |
| void | vil_stream_write_big_endian_int_32 (vil_stream *s, vxl_int_32 w) |
| void | vil_stream_write_little_endian_int_32 (vil_stream *s, vxl_int_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_int_32 | ( | vil_stream * | s, |
| vxl_int_32 | w | ||
| ) |
Definition at line 50 of file vil_stream_write.cxx.
| void vil_stream_write_big_endian_uint_16 | ( | vil_stream * | s, |
| vxl_uint_16 | w | ||
| ) |
Definition at line 14 of file vil_stream_write.cxx.
| void vil_stream_write_big_endian_uint_32 | ( | vil_stream * | s, |
| vxl_uint_32 | w | ||
| ) |
Definition at line 30 of file vil_stream_write.cxx.
| void vil_stream_write_little_endian_int_32 | ( | vil_stream * | s, |
| vxl_int_32 | w | ||
| ) |
Definition at line 60 of file vil_stream_write.cxx.
| void vil_stream_write_little_endian_uint_16 | ( | vil_stream * | s, |
| vxl_uint_16 | w | ||
| ) |
Definition at line 22 of file vil_stream_write.cxx.
| void vil_stream_write_little_endian_uint_32 | ( | vil_stream * | s, |
| vxl_uint_32 | w | ||
| ) |
Definition at line 40 of file vil_stream_write.cxx.
1.8.15