Simple object to build histogram from supplied data. More...
Go to the source code of this file.
Classes | |
class | mbl_histogram |
Simple object to build histogram from supplied data. More... | |
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const mbl_histogram &histo) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, mbl_histogram &histo) |
Binary file stream input operator for class reference. | |
vcl_ostream & | operator<< (vcl_ostream &os, const mbl_histogram &histo) |
Stream output operator for class reference. | |
void | vsl_print_summary (vcl_ostream &os, const mbl_histogram &histo) |
Stream output operator for class reference. |
Simple object to build histogram from supplied data.
Definition in file mbl_histogram.h.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const mbl_histogram & | histo | ||
) |
Stream output operator for class reference.
Definition at line 188 of file mbl_histogram.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
mbl_histogram & | histo | ||
) |
Binary file stream input operator for class reference.
Definition at line 207 of file mbl_histogram.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const mbl_histogram & | histo | ||
) |
Binary file stream output operator for class reference.
Definition at line 201 of file mbl_histogram.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const mbl_histogram & | histo | ||
) |
Stream output operator for class reference.
Definition at line 195 of file mbl_histogram.cxx.