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

String Impala::Core::Database::RawDataSet::GetFilePathPrecomputedKernels ( String  filename,
String  otherSet,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 648 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

00650     {
00651         String dir = "PrecomputedKernels";
00652         if(otherSet != "")
00653             dir += "/" + otherSet;
00654         if (toWrite)
00655             MakeDir(dir);
00656         return GetFilePath(dir, filename, toWrite, silent);
00657     }

Here is the call graph for this function:


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