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

Impala::Core::VideoSet::Mpeg7Doc::Mpeg7Doc ( String  fileName,
Util::Database db 
) [inline]

Definition at line 25 of file Mpeg7Doc.h.

References Impala::Util::Database::GetIOBuffer(), mAnnoIsConcept, and ReadData().

00026     {
00027         mAnnoIsConcept = false;
00028         Util::IOBuffer* ioBuf = db->GetIOBuffer(fileName, true, true, "");
00029         ReadData(fileName, ioBuf); // ReadData deletes ioBuf
00030     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:41 2010 for ImpalaSrc by  doxygen 1.5.1