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

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

Completed given DB_DIR in a "normal" walk.

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

Definition at line 95 of file Archive.h.

References Impala::Core::Array::ArrayListDelete(), mImList, and mSplit.

00096     {
00097         if (!mSplit)
00098             return;
00099 
00100         String container = is->GetContainerDir(dirId);
00101         Persistency::ImageArchiveLocator loc(is->GetLocator(), false,
00102                                              container, "images.raw", 0);
00103 // hack to store locally
00104 //loc.SetProtocol("file");
00105 //loc.SetHost("");
00106 //loc.SetHost("node444.das3.science.uva.nl:57000");
00107         Array::ImageArchiveMemory wrapper(&mImList);
00108         Persistency::ImageArchiveRepository().Add(loc, &wrapper);
00109         Array::ArrayListDelete(&mImList);
00110     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:57 2011 for ImpalaSrc by  doxygen 1.5.1