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

String Impala::Core::IDash::XmlVideo::GetShotLinkImage ( int  shot  )  const [inline]

Definition at line 88 of file XmlVideo.h.

References GetCaseLink(), GetId(), and Impala::MakeString().

Referenced by Impala::Core::IDash::VideoSetWrapper::Add().

00089     {
00090         return GetCaseLink() + "/videos/" + GetId() + "/shots/"
00091             + MakeString(shot) + "/PNG";
00092     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:13:46 2010 for ImpalaSrc by  doxygen 1.5.1