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

String Impala::Core::Database::RawDataSet::GetFilePathFrames ( int  fileId,
String  name,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 484 of file RawDataSet.h.

References GetAsPath(), GetFilePath(), and MakeDir().

Referenced by Impala::Core::IDash::VideoSetWrapper::Add(), Impala::Samples::MonetTest::DoCheckFrameArchive(), Impala::Samples::MonetTest::DoInsertFrameArchive(), Impala::Core::VideoSet::RgbDataSrcKeyframes::ReadImage(), and Impala::Core::VideoSet::RgbDataSrcKeyframes::RgbDataSrcKeyframes().

00485     {
00486         String dir = "Frames/" + GetAsPath(fileId);
00487         if (toWrite)
00488             MakeDir(dir);
00489         return GetFilePath(dir, name, toWrite, silent);
00490     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:58 2011 for ImpalaSrc by  doxygen 1.5.1