Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:34 2011 for ImpalaSrc by  doxygen 1.5.1