Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 45 of file Reporter.h.

References ILOG_DEBUG, mMaster, and mNrBookmarks.

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


Generated on Fri Mar 19 11:15:20 2010 for ImpalaSrc by  doxygen 1.5.1