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

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

Start of a "normal" walk.

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

Definition at line 74 of file Thumbnails.h.

References ILOG_ERROR, mThumbSet, and Impala::Core::Database::RawDataSet::NrFiles().

00075     {
00076         if (mThumbSet && (is->NrFiles() != mThumbSet->NrFiles()))
00077         {
00078             ILOG_ERROR("Thumbnails: nr of files differs");
00079         }
00080     }

Here is the call graph for this function:


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