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

vnl_matlab_write.h File Reference

Wriet to a MAT file. More...

Go to the source code of this file.

Functions

template<class T> bool vnl_matlab_write (vcl_ostream &, T const &, char const *variable_name)
template<class T> bool vnl_matlab_write (vcl_ostream &, T const *, unsigned size, char const *variable_name)
template<class T> bool vnl_matlab_write (vcl_ostream &, T const *const *, unsigned rows, unsigned cols, char const *variable_name)


Detailed Description

Wriet to a MAT file.

Author:
fsm@robots.ox.ac.uk Core code stolen from D. Capel's code. These functions are useful because they allow one to write, say, an image buffer to a MAT file.
NB. with these functions, the variable name *must* be a non-null and point to a zero-terminated string. otherwise the code will segfault.

Definition in file vnl_matlab_write.h.


Function Documentation

template<class T>
bool vnl_matlab_write vcl_ostream &   ,
T const *const *   ,
unsigned    rows,
unsigned    cols,
char const *    variable_name
 

template<class T>
bool vnl_matlab_write vcl_ostream &   ,
T const *   ,
unsigned    size,
char const *    variable_name
 

template<class T>
bool vnl_matlab_write vcl_ostream &   ,
T const &   ,
char const *    variable_name
 


Generated at Fri May 21 01:16:09 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000