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

String Impala::Core::Database::RawDataSet::GetFilePathKernelData ( String  walkType,
String  referenceSet,
String  kernelName,
int  fileOrDirId,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 713 of file RawDataSet.h.

References GetAsPath(), GetDir(), GetFilePath(), GetSection(), MakeDir(), mQuidClass, Impala::PathJoin(), and Impala::QUID_CLASS_IMAGE.

00716     {
00717         String dir = PathJoin("KernelData", walkType, referenceSet, kernelName);
00718         if(mQuidClass == QUID_CLASS_IMAGE)
00719         {
00720             dir = PathJoin(dir, GetSection(fileOrDirId), GetDir(fileOrDirId));
00721         }
00722         else
00723         {
00724             dir = PathJoin(dir, GetAsPath(fileOrDirId));
00725         }
00726         if (toWrite)
00727             MakeDir(dir);
00728         return GetFilePath(dir, kernelName + ".tab", toWrite, silent);
00729     }

Here is the call graph for this function:


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