Defines | Functions
contrib/brl/bbas/bsta/bsta_kent.txx File Reference
#include "bsta_kent.h"
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <vnl/vnl_bessel.h>
#include <vnl/vnl_gamma.h>
#include <vnl/vnl_math.h>
#include <vnl/algo/vnl_symmetric_eigensystem.h>
#include <vnl/io/vnl_io_vector_fixed.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Defines

#define bsta_kent_txx_
#define BSTA_KENT_INSTANTIATE(T)

Functions

template<class T >
void vsl_b_write (vsl_b_ostream &os, bsta_kent< T > const &sample)
template<class T >
void vsl_b_write (vsl_b_ostream &os, bsta_kent< T > const *&sample)
template<class T >
void vsl_b_read (vsl_b_istream &is, bsta_kent< T > &sample)
template<class T >
void vsl_b_read (vsl_b_istream &is, bsta_kent< T > *&sample)
template<class T >
vcl_ostream & operator<< (vcl_ostream &os, bsta_kent< T > &b)

Define Documentation

#define BSTA_KENT_INSTANTIATE (   T)
Value:
template class bsta_kent<T >; \
template void vsl_b_write(vsl_b_ostream &, bsta_kent<T > const&); \
template void vsl_b_write(vsl_b_ostream &, bsta_kent<T > const*&); \
template void vsl_b_read(vsl_b_istream &, bsta_kent<T > &); \
template void vsl_b_read(vsl_b_istream &, bsta_kent<T > *&); \
template vcl_ostream& operator << (vcl_ostream &, bsta_kent<T > &)

Definition at line 191 of file bsta_kent.txx.

#define bsta_kent_txx_

Definition at line 2 of file bsta_kent.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
bsta_kent< T > &  b 
)

Definition at line 185 of file bsta_kent.txx.

template<class T >
void vsl_b_read ( vsl_b_istream is,
bsta_kent< T > &  sample 
)

Definition at line 152 of file bsta_kent.txx.

template<class T >
void vsl_b_read ( vsl_b_istream is,
bsta_kent< T > *&  sample 
)

Definition at line 179 of file bsta_kent.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream os,
bsta_kent< T > const &  sample 
)

Definition at line 133 of file bsta_kent.txx.

template<class T >
void vsl_b_write ( vsl_b_ostream os,
bsta_kent< T > const *&  sample 
)

Definition at line 144 of file bsta_kent.txx.