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

RgbDataSrc* Impala::Visualization::SegmentationDocumentGuiAnno::GetCurrentVideo (  )  [inline, private]

Definition at line 1179 of file SegmentationDocumentGuiAnno.h.

References Impala::Core::VideoSet::VideoSet::GetVideo(), Impala::Core::VideoSet::VideoSet::GetVideoInLowResolution(), Impala::Core::VideoSet::SegmentationDocument::GetVideoSet(), mCurFile, and mSegDoc.

Referenced by CheckNewVideo().

01180     {
01181         RgbDataSrc *rgbDataSrc =
01182             mSegDoc->GetVideoSet()->GetVideoInLowResolution(mCurFile, true);
01183         if (!rgbDataSrc)
01184             rgbDataSrc = mSegDoc->GetVideoSet()->GetVideo(mCurFile);
01185         return rgbDataSrc;
01186     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:00 2011 for ImpalaSrc by  doxygen 1.5.1