|  | MineLink
    | 
Abstracts the minimum function to be evaluated over a set of blocks. More...
#include <blocksel.h>


| Public Member Functions | |
| SelectionMin (const string &column_to_minimize) | |
| Defines the attribute column to be used to compute the minimum.  More... | |
| const string | ColumnToMinimize () const | 
| Retrieves the name of the attribute column to be used.  More... | |
| virtual double | Eval (const delphos::BlockSelection &bsel) const | 
| Evaluates the minimum over the given selection.  More... | |
|  Public Member Functions inherited from delphos::SelectionFunctor | |
| virtual | ~SelectionFunctor () | 
| Destroys the selection functor. | |
Abstracts the minimum function to be evaluated over a set of blocks.
| delphos::SelectionMin::SelectionMin | ( | const string & | column_to_minimize | ) | 
Defines the attribute column to be used to compute the minimum.
| column_to_minimize | The name of the attribute column to be used to compute the minimum. | 
| const string delphos::SelectionMin::ColumnToMinimize | ( | ) | const | 
Retrieves the name of the attribute column to be used.
| 
 | virtual | 
Evaluates the minimum over the given selection.
| bsel | The BlockSelection instance to be used. | 
Implements delphos::SelectionFunctor.