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

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

00063     {
00064         if (is->NrFiles() != mThumbSet->NrFiles())
00065         {
00066             ILOG_ERROR("Thumbnails: nr of files differs");
00067         }
00068     }

Here is the call graph for this function:


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