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

virtual void Impala::Core::ImageSet::Reporter::HandleNewWalk ( ImageSet is,
int  nrBookmarks 
) [inline, virtual]

Start of a "bookmark" walk.

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

Definition at line 46 of file Reporter.h.

References ILOG_DEBUG, mMaster, and mNrBookmarks.

00047     {
00048         if (mMaster)
00049             ILOG_DEBUG("..   new walk, nrBookmarks = " << nrBookmarks);
00050         mNrBookmarks = nrBookmarks;
00051     }


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