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

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

Definition at line 435 of file RawDataSet.h.

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

00436     {
00437         String dir = "VideoData/" + GetSectionOfFile(nameId) + "/"
00438             + GetDirOfFile(nameId);
00439         if (toWrite)
00440             MakeDir(dir);
00441         return GetFilePath(dir, GetFile(nameId), toWrite, silent);
00442     }

Here is the call graph for this function:


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