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

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

Definition at line 493 of file RawDataSet.h.

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

00495     {
00496         String dir = "Frames/" + GetAsPath(fileId);
00497         if (toWrite)
00498             MakeDir(dir);
00499         char frameName[200];
00500         sprintf(frameName, "frame_%06d", frameNr);
00501         return GetFilePath(dir, String(frameName)+suffix, toWrite, silent);
00502     }

Here is the call graph for this function:


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