Defines | Functions
core/vnl/io/vnl_io_matrix_fixed.txx File Reference
#include "vnl_io_matrix_fixed.h"
#include <vnl/vnl_matrix_fixed.h>
#include <vsl/vsl_b_read_block_old.h>
#include <vsl/vsl_block_binary.h>
#include <vsl/vsl_indent.h>

Go to the source code of this file.

Defines

#define vnl_io_matrix_fixed_txx_
#define VNL_IO_MATRIX_FIXED_INSTANTIATE(T, m, n)

Functions

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 self to stream.
template<class T , unsigned m, unsigned n>
void vsl_b_read (vsl_b_istream &is, vnl_matrix_fixed< T, m, n > &p)
 Binary load self from stream.
template<class T , unsigned nrows, unsigned ncols>
void vsl_print_summary (vcl_ostream &os, const vnl_matrix_fixed< T, nrows, ncols > &p)
 Output a human readable summary to the stream.

Detailed Description

Definition in file vnl_io_matrix_fixed.txx.


Define Documentation

#define VNL_IO_MATRIX_FIXED_INSTANTIATE (   T,
  m,
 
)
Value:
template void vsl_print_summary(vcl_ostream &, const vnl_matrix_fixed<T,m,n > &); \
template void vsl_b_read(vsl_b_istream &, vnl_matrix_fixed<T,m,n > &); \
template void vsl_b_write(vsl_b_ostream &, const vnl_matrix_fixed<T,m,n > &)

Definition at line 104 of file vnl_io_matrix_fixed.txx.

#define vnl_io_matrix_fixed_txx_

Definition at line 3 of file vnl_io_matrix_fixed.txx.


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 self from stream.

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 self to stream.

Binary save vnl_matrix_fixed to stream.

Definition at line 16 of file vnl_io_matrix_fixed.txx.

template<class T , unsigned nrows, unsigned ncols>
void vsl_print_summary ( vcl_ostream &  os,
const vnl_matrix_fixed< T, nrows, ncols > &  p 
)

Output a human readable summary to the stream.

Definition at line 79 of file vnl_io_matrix_fixed.txx.