#include "vnl_io_vector_fixed.h"
#include <vsl/vsl_binary_io.h>
#include <vsl/vsl_b_read_block_old.h>
#include <vsl/vsl_block_binary.h>
Go to the source code of this file.
Defines | |
#define | vnl_io_vector_fixed_txx_ |
#define | VNL_IO_VECTOR_FIXED_INSTANTIATE(T, n) |
Functions | |
template<class T , unsigned int n> | |
void | vsl_b_write (vsl_b_ostream &os, const vnl_vector_fixed< T, n > &p) |
Binary save self to stream. | |
template<class T , unsigned int n> | |
void | vsl_b_read (vsl_b_istream &is, vnl_vector_fixed< T, n > &p) |
Binary load self from stream. | |
template<class T , unsigned int n> | |
void | vsl_print_summary (vcl_ostream &os, const vnl_vector_fixed< T, n > &p) |
Output a human readable summary to the stream. |
Definition in file vnl_io_vector_fixed.txx.
#define VNL_IO_VECTOR_FIXED_INSTANTIATE | ( | T, | |
n | |||
) |
template void vsl_print_summary(vcl_ostream &, const vnl_vector_fixed<T,n > &); \ template void vsl_b_read(vsl_b_istream &, vnl_vector_fixed<T,n > &); \ template void vsl_b_write(vsl_b_ostream &, const vnl_vector_fixed<T,n > &)
Definition at line 80 of file vnl_io_vector_fixed.txx.
#define vnl_io_vector_fixed_txx_ |
Definition at line 3 of file vnl_io_vector_fixed.txx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vnl_vector_fixed< T, n > & | p | ||
) |
Binary load self from stream.
Binary load vnl_vector_fixed from stream.
Definition at line 27 of file vnl_io_vector_fixed.txx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vnl_vector_fixed< T, n > & | p | ||
) |
Binary save self to stream.
Binary save vnl_vector_fixed to stream.
Definition at line 15 of file vnl_io_vector_fixed.txx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const vnl_vector_fixed< T, n > & | p | ||
) |
Output a human readable summary to the stream.
Print human readable summary of object to a stream.
Definition at line 71 of file vnl_io_vector_fixed.txx.