Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_binary.h File Reference

Functions for saving and loading matrices and vectors in binary format. More...

Go to the source code of this file.

Functions

template<class T> bool vnl_binary_save (vcl_ostream &, vnl_vector< T > const &)
template<class T> bool vnl_binary_save (vcl_ostream &, vnl_matrix< T > const &)
template<class T> bool vnl_binary_save (vcl_ostream &, vnl_diag_matrix< T > const &)
template<class T> bool vnl_binary_load (vcl_istream &, vnl_vector< T > &)
template<class T> bool vnl_binary_load (vcl_istream &, vnl_matrix< T > &)
template<class T> bool vnl_binary_load (vcl_istream &, vnl_diag_matrix< T > &)


Detailed Description

Functions for saving and loading matrices and vectors in binary format.

Author:
fsm@robots.ox.ac.uk The point of doing that is to 1) make it go faster and 2) ensure that no accuracy is lost in the process of saving to disk. It doesn't matter that the format is architecture dependent.

Definition in file vnl_binary.h.


Function Documentation

template<class T>
bool vnl_binary_load vcl_istream &   ,
vnl_diag_matrix< T > &   
 

template<class T>
bool vnl_binary_load vcl_istream &   ,
vnl_matrix< T > &   
 

template<class T>
bool vnl_binary_load vcl_istream &   ,
vnl_vector< T > &   
 

template<class T>
bool vnl_binary_save vcl_ostream &   ,
vnl_diag_matrix< T > const &   
 

template<class T>
bool vnl_binary_save vcl_ostream &   ,
vnl_matrix< T > const &   
 

template<class T>
bool vnl_binary_save vcl_ostream &   ,
vnl_vector< T > const &   
 


Generated at Wed Mar 12 01:13:18 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000