MineLink
 All Data Structures Functions Variables Pages
delphos::BlockFilter Class Reference

Abstracts functions to do block selection. More...

#include <filters.h>

Inheritance diagram for delphos::BlockFilter:
Inheritance graph
Collaboration diagram for delphos::BlockFilter:
Collaboration graph

Public Member Functions

virtual bool Eval (const delphos::Block &block) const
 method that determine how the blocks are filtered. More...
 
virtual ~BlockFilter ()
 Destroys a block filter.
 

Detailed Description

Abstracts functions to do block selection.

Member Function Documentation

bool delphos::BlockFilter::Eval ( const delphos::Block block) const
virtual

method that determine how the blocks are filtered.

The method return true if the block is kept, false if it is not.

Reimplemented in delphos::AccessibilityAndRangeFilter, delphos::RangeFilter, delphos::AxisRangeFilter, and delphos::AccessibilityFilter.


The documentation for this class was generated from the following files: