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

virtual void Impala::Core::VideoSet::ExportFrameHashes::HandleNewFile ( VideoSet vs,
int  fileId,
Stream::RgbDataSrc src 
) [inline, virtual]

Arrived at given DB_FILE in a "normal" walk.

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

Definition at line 49 of file ExportFrameHashes.h.

References Impala::Core::Stream::RgbDataSrc::HASH_SIZE, and mFrameHashes.

00050     {
00051         mFrameHashes = 
00052             new FrameHashes(Column::ColumnTem<Int32>(1),
00053                             Column::FixedStringColumn(src->HASH_SIZE, 1),
00054                             Column::FixedStringColumn(src->HASH_SIZE, 1));
00055     }


Generated on Thu Jan 13 09:21:50 2011 for ImpalaSrc by  doxygen 1.5.1