#include <bsta_basic_functors.h>
"Disambiguate" is for compatibility with vpdl/vpdt.
Definition at line 328 of file bsta_basic_functors.h.
Public Types | |
| enum | { return_dim = 1 } |
| typedef mixture_::math_type | T |
| typedef T | return_T |
| typedef return_T | return_type |
Public Member Functions | |
| bsta_weight_functor (unsigned int index=0) | |
| Constructor. | |
| bool | operator() (const mixture_ &mix, return_T &retval) const |
| The main function. | |
Static Public Attributes | |
| static const bool | valid_functor = false |
| is this functor valid for its distribution type. | |
Classes | |
| struct | rebind |
| rebind this functor to another distribution type. More... | |
| typedef mixture_::math_type bsta_weight_functor< mixture_, Disambiguate >::T |
Definition at line 331 of file bsta_basic_functors.h.
| typedef T bsta_weight_functor< mixture_, Disambiguate >::return_T |
Definition at line 332 of file bsta_basic_functors.h.
| typedef return_T bsta_weight_functor< mixture_, Disambiguate >::return_type |
Definition at line 333 of file bsta_basic_functors.h.
| anonymous enum |
| bsta_weight_functor< mixture_, Disambiguate >::bsta_weight_functor | ( | unsigned int | index = 0 |
) | [inline] |
| bool bsta_weight_functor< mixture_, Disambiguate >::operator() | ( | const mixture_ & | mix, | |
| return_T & | retval | |||
| ) | const [inline] |
const bool bsta_weight_functor< mixture_, Disambiguate >::valid_functor = false [static] |
is this functor valid for its distribution type.
Definition at line 336 of file bsta_basic_functors.h.
1.5.1