#include "bsta_histogram.h"
#include <vcl_cmath.h>
#include <vcl_iostream.h>
#include <vcl_cassert.h>
#include "bsta_gauss.h"
#include <vnl/vnl_math.h>
Go to the source code of this file.
Defines | |
#define | bsta_histogram_txx_ |
#define | BSTA_HISTOGRAM_INSTANTIATE(T) |
Functions | |
template<class T > | |
vcl_ostream & | operator<< (vcl_ostream &s, bsta_histogram< T > const &h) |
Write to stream. | |
template<class T > | |
vcl_istream & | operator>> (vcl_istream &is, bsta_histogram< T > &h) |
Read from stream. |
Definition in file bsta_histogram.txx.
#define BSTA_HISTOGRAM_INSTANTIATE | ( | T | ) |
template class bsta_histogram<T >;\ template vcl_istream& operator>>(vcl_istream&, bsta_histogram<T >&);\ template vcl_ostream& operator<<(vcl_ostream&, bsta_histogram<T > const&)
Definition at line 524 of file bsta_histogram.txx.
#define bsta_histogram_txx_ |
Definition at line 2 of file bsta_histogram.txx.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
bsta_histogram< T > const & | h | ||
) |
vcl_istream& operator>> | ( | vcl_istream & | is, |
bsta_histogram< T > & | h | ||
) |