![]() |
MineLink
|
Abstract class that defines the basis for classes that abstracts functions to perform selections. More...
#include <blocksel.h>


Public Member Functions | |
| virtual double | Eval (const delphos::BlockSelection &bsel) const =0 |
| Returns a value for the given BlockSelection instance. More... | |
| virtual | ~SelectionFunctor () |
| Destroys the selection functor. | |
Abstract class that defines the basis for classes that abstracts functions to perform selections.
|
pure virtual |
Returns a value for the given BlockSelection instance.
| bsel | The BlockSelection instance to be evaluated. |
Implemented in delphos::SelectionMajor, delphos::SelectionMax, delphos::SelectionMin, delphos::SelectionAvg, and delphos::SelectionSum.