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

bool Impala::Application::VideoExcel::compare_double ( std::pair< double, int >  a,
std::pair< double, int >  b 
)

Definition at line 31 of file TableDataSource.h.

Referenced by Impala::Application::VideoExcel::TableDataSource::SortAndFilter().

00032 {
00033     if (a.first < b.first)
00034         return true;
00035     return false;
00036 };


Generated on Fri Mar 19 10:52:22 2010 for ImpalaSrc by  doxygen 1.5.1