Classes | Functions
contrib/brl/bbas/bsta/bsta_kent.h File Reference

Kent distribution function implementation. More...

#include "bsta_distribution.h"
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_vector.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Classes

class  bsta_kent< T >

Functions

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

Detailed Description

Kent distribution function implementation.

Author:
Gamze Tunali (gtunali@brown.edu)
Date:
March 5, 2010
    Modifications
     (none yet)
   

Definition in file bsta_kent.h.


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 > &  b 
)

Definition at line 152 of file bsta_kent.txx.

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

Definition at line 179 of file bsta_kent.txx.

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

Definition at line 133 of file bsta_kent.txx.

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

Definition at line 144 of file bsta_kent.txx.