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

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

Definition at line 53 of file TableFilter.h.

References mGreaterThen, mType, and mValue.

00054     {
00055         if (mType==2)
00056         {
00057             if (mGreaterThen)
00058                 return data > mValue;
00059             else
00060                 return data < mValue;
00061         }
00062         return false;
00063     }


Generated on Fri Mar 19 10:54:20 2010 for ImpalaSrc by  doxygen 1.5.1