Bayesian Filtering Library  Generated from SVN r
Public Member Functions | Friends | List of all members
Probability Class Reference

Class representing a probability (a double between 0 and 1) More...

#include <asirfilter.h>

Public Member Functions

 Probability (double p)
 
double getValue () const
 
double & getValue ()
 
 operator double ()
 
Probability operator * (Probability p)
 
Probability operator/ (Probability p)
 

Friends

ostream & operator<< (ostream &stream, Probability &prob)
 
istream & operator>> (istream &stream, Probability &prob)
 

Detailed Description

Class representing a probability (a double between 0 and 1)

Definition at line 38 of file asirfilter.h.


The documentation for this class was generated from the following file: