Functions
vil_print.h File Reference
#include <iomanip>
#include <iostream>
#include <vil/vil_image_view.h>

Go to the source code of this file.

Functions

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

Detailed Description

Author
Ian Scott, Tim Cootes.

Definition in file vil_print.h.

Function Documentation

◆ vil_print_all() [1/2]

template<class T >
void vil_print_all ( std::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.

◆ vil_print_all() [2/2]

void vil_print_all ( std::ostream &  os,
vil_image_view_base_sptr const &  view 
)

Print all image data to os in a grid.

Definition at line 434 of file vil_print.cxx.

◆ vil_print_value()

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

How to print value in vil_print_all(image_view).