proj home

Files   Classes   Functions   Hierarchy  

histogram.h File Reference

#include <cassert>
#include <iostream>
#include <vector>
#include <typedefs.h>

Include dependency graph for histogram.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  histogram< T >
 Count instances in 1D. Equally spaced intervals except the end intervals (-infinty,xlow) and (xhigh,infinity). More...

Functions

template<typename T >
ostreamoperator<< (ostream &os, histogram< T > const &hg)


Function Documentation

template<typename T >
ostream& operator<< ( ostream os,
histogram< T > const &  hg 
) [inline]

Definition at line 80 of file histogram.h.

00081 {
00082   return hg.print(os);
00083 }


Generated on Fri Mar 4 00:49:40 2011 for Chelton Evans Source by  doxygen 1.5.8