#include <bsta_basic_functors.h>
Definition at line 546 of file bsta_basic_functors.h.
Public Types | |
| enum | { return_dim = functor_::return_dim } |
| typedef mixture_::math_type | T |
| typedef functor_::return_T | return_T |
| typedef return_T | return_type |
| typedef mixture_::vector_type | vector_ |
Public Member Functions | |
| bsta_weighted_sum_data_functor () | |
| Constructor. | |
| bsta_weighted_sum_data_functor (const functor_ &f) | |
| Constructor. | |
| bool | operator() (const mixture_ &mix, const vector_ &sample, return_T &retval) const |
| The main function. | |
Public Attributes | |
| functor_ | functor |
| The functor to apply. | |
| typedef mixture_::math_type bsta_weighted_sum_data_functor< mixture_, functor_ >::T |
Definition at line 549 of file bsta_basic_functors.h.
| typedef functor_::return_T bsta_weighted_sum_data_functor< mixture_, functor_ >::return_T |
Definition at line 550 of file bsta_basic_functors.h.
| typedef return_T bsta_weighted_sum_data_functor< mixture_, functor_ >::return_type |
Definition at line 551 of file bsta_basic_functors.h.
| typedef mixture_::vector_type bsta_weighted_sum_data_functor< mixture_, functor_ >::vector_ |
Definition at line 552 of file bsta_basic_functors.h.
| anonymous enum |
| bsta_weighted_sum_data_functor< mixture_, functor_ >::bsta_weighted_sum_data_functor | ( | ) | [inline] |
| bsta_weighted_sum_data_functor< mixture_, functor_ >::bsta_weighted_sum_data_functor | ( | const functor_ & | f | ) | [inline] |
| bool bsta_weighted_sum_data_functor< mixture_, functor_ >::operator() | ( | const mixture_ & | mix, | |
| const vector_ & | sample, | |||
| return_T & | retval | |||
| ) | const [inline] |
| functor_ bsta_weighted_sum_data_functor< mixture_, functor_ >::functor |
1.5.1