Functions
vil_io_image_view.h File Reference
#include <cstddef>
#include <iostream>
#include <vil/vil_image_view.h>
#include <vil/io/vil_io_memory_chunk.h>

Go to the source code of this file.

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, const vil_image_view< T > &image)
 Binary save vil_image_view<T> to stream. More...
 
template<class T >
void vsl_b_read (vsl_b_istream &is, vil_image_view< T > &image)
 Binary load vil_image_view<T> from stream. More...
 
template<class T >
void vsl_b_read (vsl_b_istream &is, vil_image_view< T > *&p)
 Binary load vil_image_view<T> from stream onto the heap. More...
 
template<class T >
void vsl_print_summary (std::ostream &os, const vil_image_view< T > &image)
 Print human readable summary of a vil_image_view<T> object to a stream. More...
 

Detailed Description

Author
Tim Cootes

Definition in file vil_io_image_view.h.

Function Documentation

◆ vsl_b_read() [1/2]

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vil_image_view< T > &  image 
)
inline

Binary load vil_image_view<T> from stream.

Definition at line 43 of file vil_io_image_view.h.

◆ vsl_b_read() [2/2]

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vil_image_view< T > *&  p 
)
inline

Binary load vil_image_view<T> from stream onto the heap.

Definition at line 103 of file vil_io_image_view.h.

◆ vsl_b_write()

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
const vil_image_view< T > &  image 
)
inline

Binary save vil_image_view<T> to stream.

Definition at line 19 of file vil_io_image_view.h.

◆ vsl_print_summary()

template<class T >
void vsl_print_summary ( std::ostream &  os,
const vil_image_view< T > &  image 
)
inline

Print human readable summary of a vil_image_view<T> object to a stream.

Definition at line 120 of file vil_io_image_view.h.