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

void Impala::Core::VideoSet::VideoIndexValidator::HandleNewWalk ( VideoSet vs  )  [inline, virtual]

Start of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 37 of file VideoIndexValidator.h.

References ILOG_ERROR, mEnabled, and mSrcType.

00038     {
00039         if (mSrcType != "lavcadhocidx")
00040         {
00041             ILOG_ERROR("Invalid source type: " << mSrcType);
00042             return;
00043         }
00044         mEnabled = true;
00045     }


Generated on Fri Mar 19 11:32:51 2010 for ImpalaSrc by  doxygen 1.5.1