#include "vnl_io_sparse_matrix.h"
#include <vnl/vnl_sparse_matrix.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Defines | |
#define | vnl_io_sparse_matrix_txx_ |
#define | VNL_IO_SPARSE_MATRIX_INSTANTIATE(T) |
Functions | |
template<class T > | |
void | vsl_b_write (vsl_b_ostream &os, const vnl_sparse_matrix_pair< T > &p) |
Binary save self to stream. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &is, vnl_sparse_matrix_pair< T > &p) |
Binary load self from stream. | |
template<class T > | |
void | vsl_print_summary (vcl_ostream &os, const vnl_sparse_matrix_pair< T > &p) |
Output a human readable summary to the stream. | |
template<class T > | |
void | vsl_b_write (vsl_b_ostream &os, const vnl_sparse_matrix< T > &p) |
Binary save self to stream. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &is, vnl_sparse_matrix< T > &p) |
Binary load self from stream. | |
template<class T > | |
void | vsl_print_summary (vcl_ostream &os, const vnl_sparse_matrix< T > &p) |
Output a human readable summary to the stream. |
Definition in file vnl_io_sparse_matrix.txx.
#define VNL_IO_SPARSE_MATRIX_INSTANTIATE | ( | T | ) |
template void vsl_print_summary(vcl_ostream &, const vnl_sparse_matrix<T > &); \ template void vsl_b_read(vsl_b_istream &, vnl_sparse_matrix<T > &); \ template void vsl_b_write(vsl_b_ostream &, const vnl_sparse_matrix<T > &)
Definition at line 170 of file vnl_io_sparse_matrix.txx.
#define vnl_io_sparse_matrix_txx_ |
Definition at line 3 of file vnl_io_sparse_matrix.txx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vnl_sparse_matrix_pair< T > & | p | ||
) |
Binary load self from stream.
Definition at line 31 of file vnl_io_sparse_matrix.txx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vnl_sparse_matrix< T > & | p | ||
) |
Binary load self from stream.
Binary load vnl_sparse_matrix from stream.
Definition at line 99 of file vnl_io_sparse_matrix.txx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vnl_sparse_matrix_pair< T > & | p | ||
) |
Binary save self to stream.
Definition at line 20 of file vnl_io_sparse_matrix.txx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vnl_sparse_matrix< T > & | p | ||
) |
Binary save self to stream.
Binary save vnl_sparse_matrix to stream.
Definition at line 65 of file vnl_io_sparse_matrix.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vnl_sparse_matrix_pair< T > & | p | ||
) |
Output a human readable summary to the stream.
Definition at line 55 of file vnl_io_sparse_matrix.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vnl_sparse_matrix< T > & | p | ||
) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 157 of file vnl_io_sparse_matrix.txx.