Functions
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)
 
void vil_stream_write_big_endian_int_32 (vil_stream *, vxl_int_32)
 
void vil_stream_write_little_endian_int_32 (vil_stream *, vxl_int_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

◆ vil_stream_write_big_endian_int_32()

void vil_stream_write_big_endian_int_32 ( vil_stream ,
vxl_int_32   
)

Definition at line 50 of file vil_stream_write.cxx.

◆ vil_stream_write_big_endian_uint_16()

void vil_stream_write_big_endian_uint_16 ( vil_stream ,
vxl_uint_16   
)

Definition at line 14 of file vil_stream_write.cxx.

◆ vil_stream_write_big_endian_uint_32()

void vil_stream_write_big_endian_uint_32 ( vil_stream ,
vxl_uint_32   
)

Definition at line 30 of file vil_stream_write.cxx.

◆ vil_stream_write_little_endian_int_32()

void vil_stream_write_little_endian_int_32 ( vil_stream ,
vxl_int_32   
)

Definition at line 60 of file vil_stream_write.cxx.

◆ vil_stream_write_little_endian_uint_16()

void vil_stream_write_little_endian_uint_16 ( vil_stream ,
vxl_uint_16   
)

Definition at line 22 of file vil_stream_write.cxx.

◆ vil_stream_write_little_endian_uint_32()

void vil_stream_write_little_endian_uint_32 ( vil_stream ,
vxl_uint_32   
)

Definition at line 40 of file vil_stream_write.cxx.