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

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

Definition at line 595 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Core::ImageSet::ComputeKernelData::HandleDoneDir(), Impala::Core::VideoSet::ComputeKernelData::HandleDoneFile(), Impala::Core::Training::ApplyConceptsHelperKernels::LoadInfoFile(), Impala::Core::Matrix::DistributedAccess::LoadParts(), Impala::Core::Matrix::DistributedAccess::LoadQuids(), and Impala::Core::Matrix::DistributedAccess::ReadInfoFile().

00597     {
00598         String dir = "PrecomputedKernels";
00599         if(otherSet != "")
00600             dir += "/" + otherSet;
00601         if (toWrite)
00602             MakeDir(dir);
00603         return GetFilePath(dir, filename, toWrite, silent);
00604     }

Here is the call graph for this function:


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