Home || Visual Search || Applications || Architecture || 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 53 of file MakeQuidLookup.h.

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

00054     {
00055         String fileName = is->GetFile(fileId);
00056         Quid quid = is->GetQuidImage(fileId);
00057         mTable->Add(quid, fileName);
00058     }

Here is the call graph for this function:


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