Binary I/O for full betas. More...
#include <bsta/bsta_beta.h>
#include <vsl/vsl_binary_io.h>
#include <vnl/io/vnl_io_vector_fixed.h>
#include <vnl/io/vnl_io_matrix_fixed.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Functions | |
template<class T > | |
void | vsl_b_write (vsl_b_ostream &os, const bsta_beta< T > &g) |
Binary save bsta_beta to stream. | |
template<class T > | |
void | vsl_b_read (vsl_b_istream &is, bsta_beta< T > &g) |
Binary load bsta_beta from stream. | |
template<class T > | |
void | vsl_print_summary (vcl_ostream &os, const bsta_beta< T > &g) |
Print summary. |
Binary I/O for full betas.
Modifications <none yet>
Definition in file bsta_io_beta.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
bsta_beta< T > & | g | ||
) |
Binary load bsta_beta from stream.
Definition at line 33 of file bsta_io_beta.h.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bsta_beta< T > & | g | ||
) |
Binary save bsta_beta to stream.
Definition at line 24 of file bsta_io_beta.h.
void vsl_print_summary | ( | vcl_ostream & | os, |
const bsta_beta< T > & | g | ||
) |
Print summary.
Definition at line 45 of file bsta_io_beta.h.