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

void Impala::Core::Table::AnnotationTable::DumpSummaryObject (  )  [inline]

Definition at line 466 of file AnnotationTable.h.

References Impala::Core::Table::CollectQuidObjects(), DumpSummary(), and Impala::Core::Table::Select().

00467     {
00468         std::vector<int> objs = CollectQuidObjects(this);
00469         for (int i=0 ; i<objs.size() ; i++)
00470         {
00471             std::cout << "  obj=" << objs[i] << " : ";
00472             std::vector<int> oneObj;
00473             oneObj.push_back(objs[i]);
00474             CriterionQuidObjectInSet<AnnotationTable> crit(oneObj);
00475             AnnotationTable* tmp = Select(this, crit);
00476             tmp->DumpSummary();
00477             delete tmp;
00478         }
00479     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:45 2011 for ImpalaSrc by  doxygen 1.5.1