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

template<class T>
void Impala::Core::Table::SelectQuidsByObjectSet ( QuidTable *&  dst,
T *  src,
std::vector< int >  quidObjects,
bool  doClearDst 
)

Select Quids in the first column of src that belong to the given object set.

Definition at line 58 of file SelectQuids.h.

References SelectQuids().

00060 {
00061     CriterionQuidObjectInSet<T> crit(quidObjects);
00062     SelectQuids(dst, src, crit, doClearDst);
00063 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:19:32 2010 for ImpalaSrc by  doxygen 1.5.1