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

virtual String Impala::Application::MediaTable::TableDataSourceTrec::GetTextDataByID ( String  column,
int  row 
) [inline, virtual]

Reimplemented from Impala::Application::MediaTable::TableDataSource.

Definition at line 29 of file TableDataSourceTrec.h.

References Impala::Core::VideoSet::Segmentation::GetName(), Impala::Core::VideoSet::Keyframes::GetName(), Impala::Core::VideoSet::Keyframes::GetNrKeyframesShot(), Impala::Core::VideoSet::Keyframes::GetShotId(), Impala::Application::IDash::TrecEngine::GetShots(), Impala::MakeString(), mKeyframes, and mTrecEngine.

00030     {
00031         if (column=="id")
00032             return MakeString(row);
00033         if (column=="name")
00034             return mKeyframes->GetName(row);
00035         if (column=="shotname")
00036                         return mTrecEngine->GetShots()->GetName(mKeyframes->GetShotId(row));
00037         if (column=="type")
00038             return "MPEG1 352x288";
00039         if (column=="keyframes")
00040             return MakeString(mKeyframes->GetNrKeyframesShot(mKeyframes->GetShotId(row)));
00041         return "N/A";
00042     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:45:35 2010 for ImpalaSrc by  doxygen 1.5.1