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

virtual void Impala::Core::ImageSet::Thumbnails::HandleDoneDir ( ImageSet is,
int  dirId 
) [inline, virtual]

Completed given DB_DIR in a "normal" walk.

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

Definition at line 160 of file Thumbnails.h.

References Impala::Core::Array::ArrayListDelete(), Impala::Core::Database::RawDataSet::GetContainerDir(), Impala::Core::Database::RawDataSet::GetLocator(), mImList, mSplitArchive, and mThumbSet.

00161     {
00162         if (!mSplitArchive)
00163             return;
00164 
00165         String container = mThumbSet->GetContainerDir(dirId);
00166         Persistency::ImageArchiveLocator loc(mThumbSet->GetLocator(), false,
00167                                              container, "images.raw", 0);
00168         Array::ImageArchiveMemory wrapper(&mImList);
00169         Persistency::ImageArchiveRepository().Add(loc, &wrapper);
00170         Array::ArrayListDelete(&mImList);
00171     }

Here is the call graph for this function:


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