core/vil1/vil1_image.h File Reference


Detailed Description

A reference-counted image object.

Author:
fsm

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 Documentation

#define vil1_image_delegate ( m,
args,
default   )     { return ptr ? ptr->m args : default; }

Definition at line 33 of file vil1_image.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
vil1_image const &  i 
) [inline]

Print a 1-line summary of contents.

Definition at line 159 of file vil1_image.h.


Generated on Mon Mar 8 05:09:34 2010 for core/vil1 by  doxygen 1.5.1