Defines | Functions
core/vbl/io/vbl_io_sparse_array_base.txx File Reference
#include "vbl_io_sparse_array_base.h"
#include <vsl/vsl_pair_io.h>
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Defines

#define vbl_io_sparse_array_base_txx_
#define VBL_IO_SPARSE_ARRAY_BASE_INSTANTIATE(T, I)

Functions

template<class T , class Index >
void vsl_b_write (vsl_b_ostream &os, const vbl_sparse_array_base< T, Index > &p)
 Binary save self to stream.
template<class T , class Index >
void vsl_b_read (vsl_b_istream &is, vbl_sparse_array_base< T, Index > &p)
 Binary load self from stream.
template<class T , class Index >
void vsl_print_summary (vcl_ostream &os, const vbl_sparse_array_base< T, Index > &p)
 Output a human readable summary to the stream.

Detailed Description

Definition in file vbl_io_sparse_array_base.txx.


Define Documentation

#define VBL_IO_SPARSE_ARRAY_BASE_INSTANTIATE (   T,
 
)
Value:
template void vsl_print_summary(vcl_ostream &, const vbl_sparse_array_base<T , I > &); \
  template void vsl_b_read(vsl_b_istream &, vbl_sparse_array_base<T , I > &); \
  template void vsl_b_write(vsl_b_ostream &, const vbl_sparse_array_base<T , I > &)

Definition at line 94 of file vbl_io_sparse_array_base.txx.

#define vbl_io_sparse_array_base_txx_

Definition at line 3 of file vbl_io_sparse_array_base.txx.


Function Documentation

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

Binary load self from stream.

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 > &  p 
)

Binary save self to stream.

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 > &  p 
)

Output a human readable summary to the stream.

Print human readable summary of object to a stream.

Definition at line 75 of file vbl_io_sparse_array_base.txx.