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

Core::Array::Array2dVec3UInt8* Impala::Application::IDash::TrecEngine::GetStill ( int  row,
int  frame 
) [inline]

Definition at line 126 of file TrecEngine.h.

References Impala::Core::ImageSet::ImageSet::GetImage(), ILOG_DEBUG, mStillImages, mStillStart, and OpenStill().

00127     {
00128         ILOG_DEBUG("GetStill " << row << " " << frame);
00129         if (!OpenStill(row)) return 0;
00130 
00131         return mStillImages->GetImage(mStillStart + frame);
00132 
00133     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:11 2011 for ImpalaSrc by  doxygen 1.5.1