core/vbl/io/vbl_io_sparse_array_base.h File Reference


Detailed Description

Author:
Ian Scott

Date:
11-Apr-2001

Definition in file vbl_io_sparse_array_base.h.

#include <vcl_iosfwd.h>
#include <vsl/vsl_fwd.h>
#include <vbl/vbl_sparse_array_base.h>

Go to the source code of this file.


Functions

template<class T, class Index>
void vsl_b_write (vsl_b_ostream &os, const vbl_sparse_array_base< T, Index > &v)
 Binary save vbl_sparse_array_base to stream.
template<class T, class Index>
void vsl_b_read (vsl_b_istream &is, vbl_sparse_array_base< T, Index > &v)
 Binary load vbl_sparse_array_base from stream.
template<class T, class Index>
void vsl_print_summary (vcl_ostream &os, const vbl_sparse_array_base< T, Index > &b)
 Print human readable summary of object to a stream.

Function Documentation

template<class T, class Index>
void vsl_b_read ( vsl_b_istream is,
vbl_sparse_array_base< T, Index > &  v 
)

Binary load vbl_sparse_array_base from stream.

Definition at line 30 of file vbl_io_sparse_array_base.txx.

template<class T, class Index>
void vsl_b_write ( vsl_b_ostream os,
const vbl_sparse_array_base< T, Index > &  v 
)

Binary save vbl_sparse_array_base to stream.

Definition at line 14 of file vbl_io_sparse_array_base.txx.

template<class T, class Index>
void vsl_print_summary ( vcl_ostream &  os,
const vbl_sparse_array_base< T, Index > &  b 
)

Print human readable summary of object to a stream.

Definition at line 75 of file vbl_io_sparse_array_base.txx.


Generated on Mon Mar 8 05:07:20 2010 for core/vbl by  doxygen 1.5.1