Functions
core/vil/vil_print.h File Reference
#include <vil/vil_image_view.h>
#include <vcl_iomanip.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

template<class T >
void vil_print_value (vcl_ostream &s, const T &value, unsigned=0)
 How to print value in vil_print_all(image_view).
template<class T >
void vil_print_all (vcl_ostream &os, const vil_image_view< T > &view, unsigned width=0)
 Print all image data to os in a grid (rounds output to int).
void vil_print_all (vcl_ostream &os, vil_image_view_base_sptr const &view)
 Print all image data to os in a grid.

Detailed Description

Author:
Ian Scott, Tim Cootes.

Definition in file vil_print.h.


Function Documentation

template<class T >
void vil_print_all ( vcl_ostream &  os,
const vil_image_view< T > &  view,
unsigned  width = 0 
) [inline]

Print all image data to os in a grid (rounds output to int).

Definition at line 77 of file vil_print.h.

void vil_print_all ( vcl_ostream &  os,
vil_image_view_base_sptr const &  view 
)

Print all image data to os in a grid.

Definition at line 439 of file vil_print.cxx.

template<class T >
void vil_print_value ( vcl_ostream &  s,
const T &  value,
unsigned  = 0 
)

How to print value in vil_print_all(image_view).