Definition at line 18 of file PartitionFunctor.hpp.
Public Member Functions | |
| PartitionFunctor (const DiracMixturePdf &p, const unsigned int index, const double value) | |
| Constructor. | |
| virtual | ~PartitionFunctor () |
| Destructor. | |
| bool | operator() (const unsigned int i) |
| Apply function. | |
| PartitionFunctor | ( | const DiracMixturePdf & | p, | |
| const unsigned int | index, | |||
| const double | value | |||
| ) |
Constructor.
| p | Weighted sample set. | |
| index | Dimension on which to split. | |
| value | Value on which to split. |
Definition at line 5 of file PartitionFunctor.cpp.
| ~PartitionFunctor | ( | ) | [virtual] |
| bool operator() | ( | const unsigned int | i | ) | [inline] |
Apply function.
| i | Index of the component in the weighted sample set. |
index of component i is then than value. Definition at line 67 of file PartitionFunctor.hpp.
1.5.3