A functor to count the number of components in the mixture. More...
#include <bsta_basic_functors.h>
Public Types | |
| enum | { return_dim = 1 } |
| typedef mixture_::math_type | T |
| typedef unsigned int | return_T |
| typedef return_T | return_type |
Public Member Functions | |
| bool | operator() (const mixture_ &mix, return_T &retval) const |
| The main function. | |
A functor to count the number of components in the mixture.
Definition at line 598 of file bsta_basic_functors.h.
| typedef unsigned int bsta_mixture_size_functor< mixture_ >::return_T |
Definition at line 602 of file bsta_basic_functors.h.
| typedef return_T bsta_mixture_size_functor< mixture_ >::return_type |
Definition at line 603 of file bsta_basic_functors.h.
| typedef mixture_::math_type bsta_mixture_size_functor< mixture_ >::T |
Definition at line 601 of file bsta_basic_functors.h.
| anonymous enum |
Definition at line 604 of file bsta_basic_functors.h.
| bool bsta_mixture_size_functor< mixture_ >::operator() | ( | const mixture_ & | mix, |
| return_T & | retval | ||
| ) | const [inline] |
The main function.
Definition at line 607 of file bsta_basic_functors.h.
1.7.5.1