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

String Impala::Core::Database::RawDataSet::GetFilePathVideoData ( int  nameId,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 382 of file RawDataSet.h.

References GetDirOfFile(), GetFile(), GetFilePath(), GetSectionOfFile(), and MakeDir().

00383     {
00384         String dir = "VideoData/" + GetSectionOfFile(nameId) + "/"
00385             + GetDirOfFile(nameId);
00386         if (toWrite)
00387             MakeDir(dir);
00388         return GetFilePath(dir, GetFile(nameId), toWrite, silent);
00389     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:35 2010 for ImpalaSrc by  doxygen 1.5.1