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

bool Impala::QuidObjectEqual ( Quid  q1,
Quid  q2 
) [inline]

Definition at line 80 of file Quid.h.

References QuidObject(), and QuidValid().

Referenced by Impala::Core::Table::AnnotationTable::GroupPerVideo().

00081 {
00082     return QuidValid(q1) && (QuidObject(q1) == (QuidObject(q2)));
00083 }

Here is the call graph for this function:


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