RAIDA
1.9.0
|
User's level interface of an IFilter. More...
#include <IFilter.h>
Public Member Functions | |
virtual | ~IFilter () |
Destructor. | |
virtual bool | initialize (ITuple &tuple)=0 |
Initialize the IFilter and associate it to an ITuple. More... | |
virtual bool | accept () const =0 |
Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to. More... | |
virtual std::string | expression () const =0 |
Get the expression that defined the IFilter. More... | |
User's level interface of an IFilter.
|
pure virtual |
Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to.
true
if the current data is accepted. Implemented in AIDA::IFilterROOT.
|
pure virtual |
Get the expression that defined the IFilter.
Implemented in AIDA::IFilterROOT.
|
pure virtual |