Definition in file vil1_io_image.cxx.
#include "vil1_io_image.h"
#include <vil1/io/vil1_io_image_impl.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_image_impl.h>
Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const vil1_image &p) |
| Binary save vgl_my_class to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vil1_image &p) |
| Binary load vgl_my_class from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const vil1_image &p) |
| Print human readable summary of object to a stream. | |
| void vsl_b_read | ( | vsl_b_istream & | is, | |
| vil1_image & | p | |||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | os, | |
| const vil1_image & | p | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const vil1_image & | p | |||
| ) |
Print human readable summary of object to a stream.
Definition at line 110 of file vil1_io_image.cxx.
1.5.1