CERN Accelerating science

This website is no longer maintained. Its content may be obsolete. Please visit http://home.cern/ for current CERN information.

Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

AIDA::IFilter Class Reference

#include <IFilter.h>

List of all members.

Public Methods

virtual ~IFilter ()
 Destructor. More...

virtual bool initialize (ITuple &tuple)=0
virtual bool accept () const=0
virtual const std::string& expression () const=0


Detailed Description

User's level interface of an IFilter.

Author:
The AIDA team (http://aida.freehep.org/)

Definition at line 28 of file IFilter.h.


Constructor & Destructor Documentation

AIDA::IFilter::~IFilter ( ) [inline, virtual]
 

Definition at line 32 of file IFilter.h.


Member Function Documentation

bool AIDA::IFilter::accept ( ) const [pure virtual]
 

Check if the IFilter accepts or not the data in the current row of the ITuple it is associated to.

Returns:
true if the current data is accepted.

const std::string & AIDA::IFilter::expression ( ) const [pure virtual]
 

Get the expression that defined the IFilter.

Returns:
The expression.

bool AIDA::IFilter::initialize ( ITuple & tuple ) [pure virtual]
 

Initialize the IFilter and associate it to an ITuple.

Parameters:
tuple   The ITuple to which the IFilter is sssociated.
Returns:
false If the IFilter and the ITuple are not compatible.


The documentation for this class was generated from the following file:
Generated at Tue Feb 18 15:48:24 2003 for AIDA_Interfaces by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001