Functions
contrib/brl/bbas/bsta/io/bsta_io_parzen_sphere.h File Reference

Binary I/O for spherical parzen windows. More...

#include <bsta/bsta_parzen_sphere.h>
#include <vsl/vsl_binary_io.h>
#include <vnl/io/vnl_io_vector_fixed.h>
#include <vsl/vsl_vector_io.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

template<class T , unsigned n>
void vsl_b_write (vsl_b_ostream &os, const bsta_parzen_sphere< T, n > &g)
 Binary save bsta_parzen_sphere to stream.
template<class T , unsigned n>
void vsl_b_read (vsl_b_istream &is, bsta_parzen_sphere< T, n > &g)
 Binary load bsta_parzen_sphere from stream.
template<class T , unsigned n>
void vsl_print_summary (vcl_ostream &os, const bsta_parzen_sphere< T, n > &g)
 Print summary.

Detailed Description

Binary I/O for spherical parzen windows.

Author:
Joseph L. Mundy
Date:
October 12, 2008
    Modifications
   

Do not remove the following statement Approved for Public Release, Distribution Unlimited (DISTAR Case 12529)

Definition in file bsta_io_parzen_sphere.h.


Function Documentation

template<class T , unsigned n>
void vsl_b_read ( vsl_b_istream is,
bsta_parzen_sphere< T, n > &  g 
)

Binary load bsta_parzen_sphere from stream.

Definition at line 40 of file bsta_io_parzen_sphere.h.

template<class T , unsigned n>
void vsl_b_write ( vsl_b_ostream os,
const bsta_parzen_sphere< T, n > &  g 
)

Binary save bsta_parzen_sphere to stream.

Definition at line 26 of file bsta_io_parzen_sphere.h.

template<class T , unsigned n>
void vsl_print_summary ( vcl_ostream &  os,
const bsta_parzen_sphere< T, n > &  g 
)

Print summary.

Definition at line 54 of file bsta_io_parzen_sphere.h.