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

virtual void Impala::Core::ImageSet::Thumbnails::HandleDoneWalk ( ImageSet is  )  [inline, virtual]

End of a "normal" walk.

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

Definition at line 174 of file Thumbnails.h.

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

00175     {
00176         if (!mArchive)
00177             return;
00178 
00179         String arName = mThumbSet->GetSetNameBase() + ".raw";
00180         Persistency::ImageArchiveLocator loc(mThumbSet->GetLocator(), false,
00181                                              "", arName, 0);
00182         Array::ImageArchiveMemory wrapper(&mImList);
00183         Persistency::ImageArchiveRepository().Add(loc, &wrapper);
00184         Array::ArrayListDelete(&mImList);
00185     }

Here is the call graph for this function:


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