#include <cstddef>#include <iostream>#include <vil/vil_image_view.h>#include <vil/io/vil_io_memory_chunk.h>Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, const vil_image_view< T > &image) |
| Binary save vil_image_view<T> to stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vil_image_view< T > &image) |
| Binary load vil_image_view<T> from stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vil_image_view< T > *&p) |
| Binary load vil_image_view<T> from stream onto the heap. More... | |
| template<class T > | |
| void | vsl_print_summary (std::ostream &os, const vil_image_view< T > &image) |
| Print human readable summary of a vil_image_view<T> object to a stream. More... | |
Definition in file vil_io_image_view.h.
|
inline |
Binary load vil_image_view<T> from stream.
Definition at line 43 of file vil_io_image_view.h.
|
inline |
Binary load vil_image_view<T> from stream onto the heap.
Definition at line 103 of file vil_io_image_view.h.
|
inline |
Binary save vil_image_view<T> to stream.
Definition at line 19 of file vil_io_image_view.h.
|
inline |
Print human readable summary of a vil_image_view<T> object to a stream.
Definition at line 120 of file vil_io_image_view.h.
1.8.15