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

Go to the source code of this file.

Functions

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

Detailed Description

Author:
Louise Butcher
Date:
20-Mar-2001

Definition in file vnl_io_vector.h.


Function Documentation

template<class T >
void vsl_b_read ( vsl_b_istream &  is,
vnl_vector< T > &  p 
)

Binary load vnl_vector from stream.

Definition at line 27 of file vnl_io_vector.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream &  os,
const vnl_vector< T > &  p 
)

Binary save vnl_vector to stream.

Definition at line 15 of file vnl_io_vector.txx.

template<class T >
void vsl_print_summary ( vcl_ostream &  os,
const vnl_vector< T > &  p 
)

Print human readable summary of object to a stream.

Definition at line 61 of file vnl_io_vector.txx.