#include <vcl_cstddef.h>#include <vcl_iostream.h>#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. | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, vil_image_view< T > &image) |
| Binary load vil_image_view<T> from stream. | |
| 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. | |
| template<class T > | |
| void | vsl_print_summary (vcl_ostream &os, const vil_image_view< T > &image) |
| Print human readable summary of a vil_image_view<T> object to a stream. | |
Definition in file vil_io_image_view.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vil_image_view< T > & | image | ||
| ) | [inline] |
Binary load vil_image_view<T> from stream.
Definition at line 40 of file vil_io_image_view.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vil_image_view< T > *& | p | ||
| ) | [inline] |
Binary load vil_image_view<T> from stream onto the heap.
Definition at line 100 of file vil_io_image_view.h.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vil_image_view< T > & | image | ||
| ) | [inline] |
Binary save vil_image_view<T> to stream.
Definition at line 16 of file vil_io_image_view.h.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vil_image_view< T > & | image | ||
| ) | [inline] |
Print human readable summary of a vil_image_view<T> object to a stream.
Definition at line 117 of file vil_io_image_view.h.
1.7.5.1