#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. | |
Definition in file vnl_io_matrix_fixed.txx.
| #define VNL_IO_MATRIX_FIXED_INSTANTIATE | ( | T, | |
| m, | |||
| n | |||
| ) |
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.
| 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.
| 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.
| 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.
1.7.5.1