do not remove the following text Approved for public release, distribution unlimited (DISTAR Case 14389)
Definition in file bsta_attributes.h.
#include "bsta_distribution.h"
#include <vcl_iostream.h>
#include <vpdl/vpdt/vpdt_dist_traits.h>
Go to the source code of this file.
Classes | |
| class | bsta_num_obs< dist_ > |
| Adds number of observations. More... | |
| struct | vpdt_is_mixture< bsta_num_obs< dist > > |
| for compatibility with vpdl/vpdt. More... | |
| class | bsta_vsum_num_obs< dist_ > |
| maintains a vector sum and number of observations needed for the von mises distribution. More... | |
| struct | vpdt_is_mixture< bsta_vsum_num_obs< dist > > |
| for compatibility with vpdl/vpdt. More... | |
Functions | |
| template<class dist_> | |
| vcl_ostream & | operator<< (vcl_ostream &os, bsta_num_obs< dist_ > const &no) |
| template<class dist_> | |
| vcl_ostream & | operator<< (vcl_ostream &os, bsta_vsum_num_obs< dist_ > const &vno) |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| bsta_vsum_num_obs< dist_ > const & | vno | |||
| ) | [inline] |
Definition at line 85 of file bsta_attributes.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| bsta_num_obs< dist_ > const & | no | |||
| ) | [inline] |
Definition at line 44 of file bsta_attributes.h.
1.5.1