Functions
core/vil/vil_stream_write.h File Reference

write integers to vil_stream More...

#include <vxl_config.h>

Go to the source code of this file.

Functions

void vil_stream_write_big_endian_uint_16 (vil_stream *, vxl_uint_16)
void vil_stream_write_little_endian_uint_16 (vil_stream *, vxl_uint_16)
void vil_stream_write_big_endian_uint_32 (vil_stream *, vxl_uint_32)
void vil_stream_write_little_endian_uint_32 (vil_stream *, vxl_uint_32)

Detailed Description

write integers to vil_stream

Functions to write integers to aa vil_stream. The endianness refers to the format in the stream, not the native format of the compiler or execution environment.

Author:
fsm
    Modifications
     23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
   

Definition in file vil_stream_write.h.


Function Documentation

void vil_stream_write_big_endian_uint_16 ( vil_stream ,
vxl_uint_16   
)

Definition at line 17 of file vil_stream_write.cxx.

void vil_stream_write_big_endian_uint_32 ( vil_stream ,
vxl_uint_32   
)

Definition at line 33 of file vil_stream_write.cxx.

void vil_stream_write_little_endian_uint_16 ( vil_stream ,
vxl_uint_16   
)

Definition at line 25 of file vil_stream_write.cxx.

void vil_stream_write_little_endian_uint_32 ( vil_stream ,
vxl_uint_32   
)

Definition at line 43 of file vil_stream_write.cxx.