![]() |
MineLink
|
Abstracts the maximum function to be evaluated over a set of blocks. More...
#include <blocksel.h>
Public Member Functions | |
SelectionMax (const string &column_to_maximize) | |
Defines the attribute column to be used to compute the minimum. More... | |
const string | ColumnToMaximize () const |
Retrieves the name of the attribute column to be used. More... | |
virtual double | Eval (const delphos::BlockSelection &bsel) const |
Evaluates the maximum over the given selection. More... | |
![]() | |
virtual | ~SelectionFunctor () |
Destroys the selection functor. | |
Abstracts the maximum function to be evaluated over a set of blocks.
delphos::SelectionMax::SelectionMax | ( | const string & | column_to_maximize | ) |
Defines the attribute column to be used to compute the minimum.
column_to_maximize | The name of the attribute column to be used to compute the minimum. |
const string delphos::SelectionMax::ColumnToMaximize | ( | ) | const |
Retrieves the name of the attribute column to be used.
|
virtual |
Evaluates the maximum over the given selection.
bsel | The BlockSelection instance to be used. |
Implements delphos::SelectionFunctor.