Functions
core/vnl/io/vnl_io_matrix_fixed.h File Reference
#include <vsl/vsl_binary_io.h>
#include <vnl/vnl_matrix_fixed.h>

Go to the source code of this file.

Functions

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

Detailed Description

Author:
Louise Butcher
Date:
20-Mar-2001

Definition in file vnl_io_matrix_fixed.h.


Function Documentation

template<class T , unsigned m, unsigned n>
void vsl_b_read ( vsl_b_istream &  is,
vnl_matrix_fixed< T, m, n > &  p 
)

Binary load vnl_matrix_fixed from stream.

Definition at line 31 of file vnl_io_matrix_fixed.txx.

template<class T , unsigned m, unsigned n>
void vsl_b_write ( vsl_b_ostream &  os,
const vnl_matrix_fixed< T, m, n > &  p 
)

Binary save vnl_matrix_fixed to stream.

Definition at line 16 of file vnl_io_matrix_fixed.txx.

template<class T , unsigned m, unsigned n>
void vsl_print_summary ( vcl_ostream &  os,
const vnl_matrix_fixed< T, m, n > &  b 
)

Print human readable summary of object to a stream.