Defines | Functions
contrib/brl/bbas/bsta/bsta_spherical_histogram.txx File Reference
#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.

Detailed Description

Definition in file bsta_spherical_histogram.txx.


Define Documentation

#define BSTA_SPHERICAL_HISTOGRAM_INSTANTIATE (   T)
Value:
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.


Function Documentation

template<class T >
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.

template<class T >
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.