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

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

Definition at line 440 of file RawDataSet.h.

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

00442     {
00443         String dir = "Frames/" + GetAsPath(fileId);
00444         if (toWrite)
00445             MakeDir(dir);
00446         char frameName[200];
00447         sprintf(frameName, "frame_%06d", frameNr);
00448         return GetFilePath(dir, String(frameName)+suffix, toWrite, silent);
00449     }

Here is the call graph for this function:


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