Go to the source code of this file.
Macros | |
| #define | write_case_macro(T) |
| #define | read_case_macro_v1(T) |
| #define | read_case_macro_v2(T) |
| #define | read_case_macro_v3(T) |
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const vil_memory_chunk &chunk) |
| Binary save vil_memory_chunk to stream. More... | |
| void | vsl_b_read (vsl_b_istream &is, vil_memory_chunk &chunk) |
| Binary load vil_memory_chunk from stream. More... | |
| void | vsl_b_write (vsl_b_ostream &os, const vil_memory_chunk *chunk_ptr) |
| Binary save vil_memory_chunk to stream by pointer. More... | |
| void | vsl_b_read (vsl_b_istream &is, vil_memory_chunk *&p) |
| Binary load vil_memory_chunk from stream onto the heap. More... | |
| void | vsl_print_summary (std::ostream &os, const vil_memory_chunk &chunk) |
| Print human readable summary of a vil_memory_chunk object to a stream. More... | |
Definition in file vil_io_memory_chunk.cxx.
| #define read_case_macro_v1 | ( | T | ) |
Definition at line 82 of file vil_io_memory_chunk.cxx.
| #define read_case_macro_v2 | ( | T | ) |
Definition at line 87 of file vil_io_memory_chunk.cxx.
| #define read_case_macro_v3 | ( | T | ) |
Definition at line 93 of file vil_io_memory_chunk.cxx.
| #define write_case_macro | ( | T | ) |
Definition at line 15 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.
Definition at line 99 of file vil_io_memory_chunk.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vil_memory_chunk *& | p | ||
| ) |
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_ptr | ||
| ) |
Binary save vil_memory_chunk to stream by pointer.
Definition at line 278 of file vil_io_memory_chunk.cxx.
| void vsl_print_summary | ( | std::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.
1.8.15