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

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

Definition at line 61 of file AnnotationTable.h.

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

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:43 2011 for ImpalaSrc by  doxygen 1.5.1