#include <vil/vil_memory_chunk.h>
#include <vsl/vsl_binary_io.h>
#include <vil/io/vil_io_smart_ptr.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vil_memory_chunk &chunk) |
Binary save vil_memory_chunk to stream. | |
void | vsl_b_read (vsl_b_istream &is, vil_memory_chunk &chunk) |
Binary load vil_memory_chunk from stream. | |
void | vsl_b_write (vsl_b_ostream &os, const vil_memory_chunk *chunk) |
Binary save vil_memory_chunk to stream by pointer. | |
void | vsl_b_read (vsl_b_istream &is, vil_memory_chunk *&chunk) |
Binary load vil_memory_chunk from stream onto the heap. | |
void | vsl_print_summary (vcl_ostream &os, const vil_memory_chunk &chunk) |
Print human readable summary of a vil_memory_chunk object to a stream. | |
void | vsl_print_summary (vcl_ostream &os, const vil_memory_chunk *chunk) |
Print human readable summary of a vil_memory_chunk object to a stream. |
Definition in file vil_io_memory_chunk.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vil_memory_chunk & | chunk | ||
) |
Binary load vil_memory_chunk from stream.
Definition at line 99 of file vil_io_memory_chunk.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vil_memory_chunk *& | chunk | ||
) |
Binary load vil_memory_chunk from stream onto the heap.
Definition at line 287 of file vil_io_memory_chunk.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vil_memory_chunk & | chunk | ||
) |
Binary save vil_memory_chunk to stream.
Definition at line 21 of file vil_io_memory_chunk.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vil_memory_chunk * | chunk | ||
) |
Binary save vil_memory_chunk to stream by pointer.
Definition at line 278 of file vil_io_memory_chunk.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vil_memory_chunk & | chunk | ||
) |
Print human readable summary of a vil_memory_chunk object to a stream.
Definition at line 302 of file vil_io_memory_chunk.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vil_memory_chunk * | chunk | ||
) | [inline] |
Print human readable summary of a vil_memory_chunk object to a stream.
Definition at line 34 of file vil_io_memory_chunk.h.