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

bool Impala::Application::MediaTable::TableFilter::IsFilteredByValue ( double  data  )  [inline]

Definition at line 68 of file TableFilter.h.

References mGreaterThen, mType, and mValue.

00069     {
00070         if (mType==2)
00071         {
00072             if (mGreaterThen)
00073                 return data > mValue;
00074             else
00075                 return data < mValue;
00076         }
00077         return false;
00078     }


Generated on Fri Mar 19 10:46:28 2010 for ImpalaSrc by  doxygen 1.5.1