Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

FilterOperations.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Impala
namespace  Impala::Util

Functions

bool * Impala::Util::MakeIntersection (bool *set1, bool *set2, int size)
 returns a new filter that is the intersection of the two input filters
bool * Impala::Util::MakeRelativeComplement (bool *set1, bool *set2, int size)
 returns a new filter that is the 'relative complement of set2 in set1' which is normaly written as set1 \ set2.
bool * Impala::Util::MakeUnion (bool *set1, bool *set2, int size)
 returns a new filter that is the union of the two input filters
int Impala::Util::Count (bool *set, int size)
 returns the number of elemnts present in the input filters (i.e.
int Impala::Util::IndexOfNth (bool *set, int size, int n)
 returns the index in the filter of the 'n'th positive element or 'size' if there are less than 'n' positive elements.
bool Impala::Util::Equal (bool *set1, bool *set2, int length)


Generated on Fri Mar 19 10:27:35 2010 for ImpalaSrc by  doxygen 1.5.1