Definition in file vil1_image.h.
#include <vcl_iosfwd.h>
#include <vil1/vil1_image_impl.h>
Go to the source code of this file.
Classes | |
| class | vil1_image |
| A smart pointer to an actual image. More... | |
Defines | |
| #define | vil1_image_delegate(m, args, default) { return ptr ? ptr->m args : default; } |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, vil1_image const &i) |
| Print a 1-line summary of contents. | |
| #define vil1_image_delegate | ( | m, | |||
| args, | |||||
| default | ) | { return ptr ? ptr->m args : default; } |
Definition at line 33 of file vil1_image.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, | |
| vil1_image const & | i | |||
| ) | [inline] |
1.5.1