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