Simple object to build histogram from supplied data. More...
#include "mbl_histogram.h"
#include <vcl_cmath.h>
#include <vcl_iostream.h>
#include <vcl_cassert.h>
#include <vsl/vsl_vector_io.h>
Go to the source code of this file.
Functions | |
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. | |
void | vsl_b_write (vsl_b_ostream &bfs, const mbl_histogram &h) |
Binary file stream output operator for class reference. | |
void | vsl_b_read (vsl_b_istream &bfs, mbl_histogram &h) |
Binary file stream input operator for class reference. | |
Variables | |
const double | MAX_ERROR = 1.0e-8 |
Simple object to build histogram from supplied data.
Definition in file mbl_histogram.cxx.
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 & | h | ||
) |
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 & | h | ||
) |
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.
const double MAX_ERROR = 1.0e-8 |
Definition at line 71 of file mbl_histogram.cxx.