#include <FunctionMinSelector.h>
Public Member Functions | |
FunctionMinSelector (double minCut) | |
bool | operator() (const typename F::type &t) const |
Private Attributes | |
F | f |
double | minCut_ |
Definition at line 11 of file FunctionMinSelector.h.
FunctionMinSelector< F >::FunctionMinSelector | ( | double | minCut | ) | [inline, explicit] |
Definition at line 12 of file FunctionMinSelector.h.
: minCut_( minCut ) { }
bool FunctionMinSelector< F >::operator() | ( | const typename F::type & | t | ) | const [inline] |
Definition at line 14 of file FunctionMinSelector.h.
References FunctionMinSelector< F >::f, and FunctionMinSelector< F >::minCut_.
F FunctionMinSelector< F >::f [private] |
Definition at line 18 of file FunctionMinSelector.h.
Referenced by FunctionMinSelector< F >::operator()().
double FunctionMinSelector< F >::minCut_ [private] |
Definition at line 19 of file FunctionMinSelector.h.
Referenced by FunctionMinSelector< F >::operator()().