Macros | Functions
vnl_io_matrix_fixed.hxx 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.

Macros

#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. More...
 
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. More...
 
template<class T , unsigned nrows, unsigned ncols>
void vsl_print_summary (std::ostream &os, const vnl_matrix_fixed< T, nrows, ncols > &p)
 Output a human readable summary to the stream. More...
 

Macro Definition Documentation

◆ VNL_IO_MATRIX_FIXED_INSTANTIATE

#define VNL_IO_MATRIX_FIXED_INSTANTIATE (   T,
  m,
 
)
Value:
template void vsl_print_summary(std::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 > &)
void vsl_print_summary(std::ostream &os, vnl_bignum const &b)
Print human readable summary of object to a stream.
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
void vsl_b_read(vsl_b_istream &is, vnl_bignum &v)
Binary load vnl_bignum from stream.
void vsl_b_write(vsl_b_ostream &os, vnl_bignum const &v)
Binary save vnl_bignum to stream.

Definition at line 104 of file vnl_io_matrix_fixed.hxx.

Function Documentation

◆ vsl_b_read()

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.hxx.

◆ vsl_b_write()

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.hxx.

◆ vsl_print_summary()

template<class T , unsigned nrows, unsigned ncols>
void vsl_print_summary ( std::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.hxx.