Functions
core/vnl/io/vnl_io_vector_fixed.h File Reference
#include <vsl/vsl_fwd.h>
#include <vnl/vnl_vector_fixed.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Functions

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

Detailed Description

Author:
Amitha Perera
Date:
Oct 2002

Definition in file vnl_io_vector_fixed.h.


Function Documentation

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

Binary load vnl_vector_fixed from stream.

Definition at line 27 of file vnl_io_vector_fixed.txx.

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

Binary save vnl_vector_fixed to stream.

Definition at line 15 of file vnl_io_vector_fixed.txx.

template<class T , unsigned n>
void vsl_print_summary ( vcl_ostream &  os,
const vnl_vector_fixed< T, n > &  p 
)

Print human readable summary of object to a stream.

Definition at line 71 of file vnl_io_vector_fixed.txx.