Functions
contrib/mul/vil3d/io/vil3d_io_image_view.h File Reference
#include <vcl_cstddef.h>
#include <vcl_iostream.h>
#include <vil3d/vil3d_image_view.h>
#include <vil/io/vil_io_memory_chunk.h>
#include <vil/io/vil_io_smart_ptr.h>

Go to the source code of this file.

Functions

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

Detailed Description

Author:
Tim Cootes

Definition in file vil3d_io_image_view.h.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream is,
vil3d_image_view< T > &  image 
) [inline]

Binary load vil3d_image_view<T> from stream.

Definition at line 40 of file vil3d_io_image_view.h.

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

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

Definition at line 83 of file vil3d_io_image_view.h.

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

Binary save vil3d_image_view<T> to stream.

Definition at line 16 of file vil3d_io_image_view.h.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const vil3d_image_view< T > &  image 
) [inline]

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

Definition at line 99 of file vil3d_io_image_view.h.