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

template<class C>
bool Impala::Core::Column::Contains ( C *  col,
typename C::ColElemType  elem 
) [inline]

Definition at line 16 of file Contains.h.

Referenced by Impala::Core::VideoSet::SegmentationDocument::AddCursorToBookmarked(), CopyUnique(), and FilterUnique().

00017 {
00018     return Contains(col, elem, 0, col->Capacity());
00019 }


Generated on Fri Mar 19 11:06:08 2010 for ImpalaSrc by  doxygen 1.5.1