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

virtual void Impala::Core::ImageSet::MakeQuidLookup::HandleNewFile ( ImageSet is,
int  fileId,
Array::Array2dVec3UInt8 im 
) [inline, virtual]

Arrived at given DB_FILE in a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 54 of file MakeQuidLookup.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), and mTable.

00055     {
00056         std::string fileName = is->GetFile(fileId);
00057         Quid quid = is->GetQuidImage(fileId);
00058         mTable->Add(quid, fileName);
00059     }

Here is the call graph for this function:


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