Kent distribution function implementation. More...
#include "bsta_distribution.h"#include <vnl/vnl_vector_fixed.h>#include <vnl/vnl_matrix_fixed.h>#include <vsl/vsl_binary_io.h>#include <vcl_vector.h>#include <vcl_iostream.h>Go to the source code of this file.
Classes | |
| class | bsta_kent< T > |
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, bsta_kent< T > const &b) |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &os, bsta_kent< T > const *&b) |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, bsta_kent< T > &b) |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &is, bsta_kent< T > *&b) |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &os, bsta_kent< T > &b) |
Kent distribution function implementation.
Modifications
(none yet)
Definition in file bsta_kent.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| bsta_kent< T > & | b | ||
| ) |
Definition at line 185 of file bsta_kent.txx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bsta_kent< T > & | b | ||
| ) |
Definition at line 152 of file bsta_kent.txx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bsta_kent< T > *& | b | ||
| ) |
Definition at line 179 of file bsta_kent.txx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| bsta_kent< T > const & | b | ||
| ) |
Definition at line 133 of file bsta_kent.txx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| bsta_kent< T > const *& | b | ||
| ) |
Definition at line 144 of file bsta_kent.txx.
1.7.5.1