#include "mbl_sample_stats_1d.h"#include <vsl/vsl_vector_io.h>#include <vcl_cassert.h>#include <vcl_cmath.h>#include <vcl_limits.h>#include <vcl_algorithm.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mbl_sample_stats_1d &stats) |
| Stream output operator for class reference. | |
| void | vsl_print_summary (vcl_ostream &os, const mbl_sample_stats_1d &stats) |
| Stream output operator for class reference. | |
| void | vsl_print_all (vcl_ostream &os, const mbl_sample_stats_1d &stats) |
| Print all data. | |
| mbl_sample_stats_1d | operator+ (const mbl_sample_stats_1d &s1, const mbl_sample_stats_1d &s2) |
| void | vsl_b_write (vsl_b_ostream &bfs, const mbl_sample_stats_1d &b) |
| Binary file stream output operator for class reference. | |
| void | vsl_b_read (vsl_b_istream &bfs, mbl_sample_stats_1d &b) |
| Binary file stream input operator for class reference. | |
Definition in file mbl_sample_stats_1d.cxx.
| mbl_sample_stats_1d operator+ | ( | const mbl_sample_stats_1d & | s1, |
| const mbl_sample_stats_1d & | s2 | ||
| ) |
Definition at line 450 of file mbl_sample_stats_1d.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const mbl_sample_stats_1d & | stats | ||
| ) |
Stream output operator for class reference.
Definition at line 426 of file mbl_sample_stats_1d.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, |
| mbl_sample_stats_1d & | b | ||
| ) |
Binary file stream input operator for class reference.
Definition at line 469 of file mbl_sample_stats_1d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, |
| const mbl_sample_stats_1d & | b | ||
| ) |
Binary file stream output operator for class reference.
Definition at line 461 of file mbl_sample_stats_1d.cxx.
| void vsl_print_all | ( | vcl_ostream & | os, |
| const mbl_sample_stats_1d & | stats | ||
| ) |
Print all data.
Definition at line 443 of file mbl_sample_stats_1d.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const mbl_sample_stats_1d & | stats | ||
| ) |
Stream output operator for class reference.
Definition at line 435 of file mbl_sample_stats_1d.cxx.
1.7.5.1