#include "bsta_spherical_histogram.h"#include <vcl_cmath.h>#include <vcl_iostream.h>#include <vcl_cassert.h>#include <vnl/vnl_math.h>#include <vnl/vnl_vector.h>Go to the source code of this file.
Defines | |
| #define | bsta_spherical_histogram_txx_ |
| #define | BSTA_SPHERICAL_HISTOGRAM_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| vcl_ostream & | operator<< (vcl_ostream &s, bsta_spherical_histogram< T > const &h) |
| Write to stream. | |
| template<class T > | |
| vcl_istream & | operator>> (vcl_istream &is, bsta_spherical_histogram< T > &h) |
| Read from stream. | |
Definition in file bsta_spherical_histogram.txx.
| #define BSTA_SPHERICAL_HISTOGRAM_INSTANTIATE | ( | T | ) |
template class bsta_spherical_histogram<T >;\ template vcl_istream& operator>>(vcl_istream&, bsta_spherical_histogram<T >&);\ template vcl_ostream& operator<<(vcl_ostream&, bsta_spherical_histogram<T > const&)
Definition at line 652 of file bsta_spherical_histogram.txx.
| #define bsta_spherical_histogram_txx_ |
Definition at line 2 of file bsta_spherical_histogram.txx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| bsta_spherical_histogram< T > const & | h | ||
| ) |
Write to stream.
Write histogram to stream.
Definition at line 601 of file bsta_spherical_histogram.txx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| bsta_spherical_histogram< T > & | h | ||
| ) |
Read from stream.
Read histogram from stream.
Definition at line 646 of file bsta_spherical_histogram.txx.
1.7.5.1