Functions
vbl_io_sparse_array_base.h File Reference
#include <iosfwd>
#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. More...
 
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. More...
 
template<class T , class Index >
void vsl_print_summary (std::ostream &os, const vbl_sparse_array_base< T, Index > &b)
 Print human readable summary of object to a stream. More...
 

Detailed Description

Author
Ian Scott
Date
11-Apr-2001

Definition in file vbl_io_sparse_array_base.h.

Function Documentation

◆ vsl_b_read()

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

Binary load vbl_sparse_array_base from stream.

Binary load vbl_sparse_array_base from stream.

Definition at line 31 of file vbl_io_sparse_array_base.hxx.

◆ vsl_b_write()

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

Binary save vbl_sparse_array_base to stream.

Binary save vbl_sparse_array_base to stream.

Definition at line 15 of file vbl_io_sparse_array_base.hxx.

◆ vsl_print_summary()

template<class T , class Index >
void vsl_print_summary ( std::ostream &  os,
const vbl_sparse_array_base< T, Index > &  p 
)

Print human readable summary of object to a stream.

Print human readable summary of object to a stream.

Definition at line 65 of file vbl_io_sparse_array_base.hxx.