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

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

Definition at line 95 of file XmlVideo.h.

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

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

00096     {
00097         return GetCaseLink() + "/videos/" + GetId() + "/shots/"
00098             + MakeString(shot) + "/XML";
00099     }

Here is the call graph for this function:


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