Functions | Variables
contrib/mul/mbl/mbl_stats_1d.cxx File Reference

Simple statistics on a 1D variable. More...

#include "mbl_stats_1d.h"
#include <vcl_cmath.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

vcl_ostream & operator<< (vcl_ostream &os, const mbl_stats_1d &stats)
 Stream output operator for class reference.
void vsl_print_summary (vcl_ostream &os, const mbl_stats_1d &stats)
 Stream output operator for class reference.
mbl_stats_1d operator+ (const mbl_stats_1d &s1, const mbl_stats_1d &s2)
void vsl_b_write (vsl_b_ostream &bfs, const mbl_stats_1d &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, mbl_stats_1d &b)
 Binary file stream input operator for class reference.

Variables

const double MAX_ERROR = 1.0e-8

Detailed Description

Simple statistics on a 1D variable.

Author:
Tim Cootes

Definition in file mbl_stats_1d.cxx.


Function Documentation

mbl_stats_1d operator+ ( const mbl_stats_1d s1,
const mbl_stats_1d s2 
)

Definition at line 244 of file mbl_stats_1d.cxx.

vcl_ostream& operator<< ( vcl_ostream &  os,
const mbl_stats_1d stats 
)

Stream output operator for class reference.

Definition at line 232 of file mbl_stats_1d.cxx.

void vsl_b_read ( vsl_b_istream bfs,
mbl_stats_1d b 
)

Binary file stream input operator for class reference.

Definition at line 259 of file mbl_stats_1d.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const mbl_stats_1d b 
)

Binary file stream output operator for class reference.

Definition at line 253 of file mbl_stats_1d.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const mbl_stats_1d stats 
)

Stream output operator for class reference.

Definition at line 239 of file mbl_stats_1d.cxx.


Variable Documentation

const double MAX_ERROR = 1.0e-8

Definition at line 149 of file mbl_stats_1d.cxx.