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

static AnnotationTable* Impala::Core::Table::AnnotationTable::MakeFromFile ( String  label,
String  fileName,
Util::Database db 
) [inline, static]

Definition at line 62 of file AnnotationTable.h.

References AnnotationTable(), and Impala::Core::Table::Read().

Referenced by Impala::Visualization::AnnotationTableGui::HandleNewFile(), Impala::Core::Table::AnnotationTableSet::MakeFromFile(), Impala::Visualization::AllFramesTLineVideo::ReadAnnotations(), and Impala::Visualization::SimilarityTableSetRank::UpdateAnno().

00063     {
00064         AnnotationTable* res = new AnnotationTable(label, 0);
00065         Read(res, fileName, db);
00066         //res->UpdateQuidMap();
00067         return res;
00068     }

Here is the call graph for this function:


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