Binary I/O for spherical parzen windows. More...
#include <bsta/bsta_von_mises.h>#include <bsta/bsta_parzen.h>#include <vsl/vsl_binary_io.h>#include <vnl/io/vnl_io_vector_fixed.h>#include <vcl_iostream.h>Go to the source code of this file.
Functions | |
| template<class T , unsigned n> | |
| void | vsl_b_write (vsl_b_ostream &os, const bsta_von_mises< T, n > &vm) |
| Binary save bsta_von_mises to stream. | |
| template<class T , unsigned n> | |
| void | vsl_b_read (vsl_b_istream &is, bsta_von_mises< T, n > &vm) |
| Binary load bsta_von_mises from stream. | |
| template<class T , unsigned n> | |
| void | vsl_print_summary (vcl_ostream &os, const bsta_von_mises< T, n > &vm) |
| Print summary. | |
Binary I/O for spherical parzen windows.
Modifications
Do not remove the following statement Approved for Public Release, Distribution Unlimited (DISTAR Case 12529)
Definition in file bsta_io_von_mises.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| bsta_von_mises< T, n > & | vm | ||
| ) |
Binary load bsta_von_mises from stream.
Definition at line 35 of file bsta_io_von_mises.h.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const bsta_von_mises< T, n > & | vm | ||
| ) |
Binary save bsta_von_mises to stream.
Definition at line 25 of file bsta_io_von_mises.h.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const bsta_von_mises< T, n > & | vm | ||
| ) |
Print summary.
Definition at line 48 of file bsta_io_von_mises.h.
1.7.5.1