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

Impala::Core::VideoSet::TaskTable::TaskTable ( String  fName,
Util::Database db 
) [inline]

Definition at line 33 of file TaskTable.h.

References Load(), and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName().

00033                                               : TaskTableBaseType(0)
00034     {
00035         SetColName(1, "startFile");
00036         SetColName(2, "numberFiles");
00037         SetColName(3, "startFrame");
00038         if (!fName.empty())
00039             Load(fName, db);
00040     }

Here is the call graph for this function:


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