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

Binary I/O for a fixed mixture of distributions. More...

#include <bsta/bsta_mixture_fixed.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

template<class comp_ , unsigned s>
void vsl_b_write (vsl_b_ostream &os, const bsta_mixture_fixed< comp_, s > &m)
 Binary save bsta_mixture_fixed to stream.
template<class comp_ , unsigned s>
void vsl_b_read (vsl_b_istream &is, bsta_mixture_fixed< comp_, s > &m)
 Binary load bsta_mixture_fixed from stream.
template<class comp_ , unsigned s>
void vsl_print_summary (vcl_ostream &os, const bsta_mixture_fixed< comp_, s > &m)
 Print summary.

Detailed Description

Binary I/O for a fixed mixture of distributions.

Author:
Matt Leotta (mleotta@lems.brown.edu)
Date:
January 18, 2008
    Modifications
     <none yet>
   

Definition in file bsta_io_mixture_fixed.h.


Function Documentation

template<class comp_ , unsigned s>
void vsl_b_read ( vsl_b_istream is,
bsta_mixture_fixed< comp_, s > &  m 
)

Binary load bsta_mixture_fixed from stream.

Definition at line 35 of file bsta_io_mixture_fixed.h.

template<class comp_ , unsigned s>
void vsl_b_write ( vsl_b_ostream os,
const bsta_mixture_fixed< comp_, s > &  m 
)

Binary save bsta_mixture_fixed to stream.

Definition at line 22 of file bsta_io_mixture_fixed.h.

template<class comp_ , unsigned s>
void vsl_print_summary ( vcl_ostream &  os,
const bsta_mixture_fixed< comp_, s > &  m 
)

Print summary.

Definition at line 54 of file bsta_io_mixture_fixed.h.