|
PROBI
1.0
|
Probabilistic point. More...
#include <ProbabilisticPoint.hpp>
Public Types | |
|
typedef std::vector < WeightedPoint > ::const_iterator | citerator |
Public Member Functions | |
| ProbabilisticPoint (std::vector< WeightedPoint > distribution) | |
| ProbabilisticPoint (std::vector< WeightedPoint > distribution, double weight) | |
| WeightedPoint & | operator[] (int index) |
| WeightedPoint const & | operator[] (int index) const |
|
std::vector< WeightedPoint > ::const_iterator | cbegin () const |
|
std::vector< WeightedPoint > ::const_iterator | cend () const |
| void | setWeight (double weight) |
| unsigned int | getSizeOfDistribution () const |
| double | getWeight () const |
| double | getRealizationProbability () const |
Probabilistic point.