Modifications
2001/03/22 Franck Bettinger Creation
Definition in file vil1_io_rgba.h.
#include <vil1/vil1_rgba.h>
#include <vsl/vsl_binary_io.h>
Go to the source code of this file.
Functions | |
| template<class T> | |
| void | vsl_b_write (vsl_b_ostream &os, const vil1_rgba< T > &v) |
| Binary save vil1_rgba to stream. | |
| template<class T> | |
| void | vsl_b_read (vsl_b_istream &is, vil1_rgba< T > &v) |
| Binary load vil1_rgba from stream. | |
| template<class T> | |
| void | vsl_print_summary (vcl_ostream &os, const vil1_rgba< T > &v) |
| Print human readable summary of a vil1_rgba object to a stream. | |
| void vsl_b_read | ( | vsl_b_istream & | is, | |
| vil1_rgba< T > & | v | |||
| ) |
| void vsl_b_write | ( | vsl_b_ostream & | os, | |
| const vil1_rgba< T > & | v | |||
| ) |
| void vsl_print_summary | ( | vcl_ostream & | os, | |
| const vil1_rgba< T > & | v | |||
| ) |
Print human readable summary of a vil1_rgba object to a stream.
Definition at line 52 of file vil1_io_rgba.txx.
1.5.1