#include <ICellSelector.h>
Inheritance diagram for Atlfast::ICellSelector:
Public Member Functions | |
virtual bool | operator() (const ICell *) const =0 |
virtual | ~ICellSelector () |
Definition at line 13 of file ICellSelector.h.
virtual Atlfast::ICellSelector::~ICellSelector | ( | ) | [inline, virtual] |
virtual bool Atlfast::ICellSelector::operator() | ( | const ICell * | ) | const [pure virtual] |
operator() to select Cell
Implemented in Atlfast::CellsAboveThreshold.