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

virtual void Impala::Core::ImageSet::MakeDirQuidLookup::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 MakeDirQuidLookup.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         //std::string sectionName = is->GetSectionOfFile(fileId);
00058         std::string dirName = is->GetDirOfFile(fileId);
00059         Quid quid = is->GetQuidImage(fileId);
00060         mTable->Add(quid, dirName);
00061     }

Here is the call graph for this function:


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