Class ICellSelector

Direct Known Subclasses:
CellsAboveThreshold

abstract class ICellSelector

Interface for cell selector function objects.


Destructor Summary
 virtual ~ICellSelector()
          virtual Destructor

Method Summary
 abstract const booloperator()(const Cell * )
          operator() to select Cell

Method Detail

~ICellSelector

public virtual ~ICellSelector()
virtual Destructor
Method Detail

operator()

public abstract const bool operator()(const Cell * )
operator() to select Cell