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

static bool Impala::Core::Table::SimilarityTableSet::Exists ( Database::PathCreator pathCreator  )  [inline, static]

Definition at line 137 of file SimilarityTableSet.h.

References Impala::Core::Database::PathCreator::GetFilePathSimilarityData().

00138     {
00139         String path = 
00140             pathCreator->GetFilePathSimilarityData("names.txt", false, true);
00141         return !path.empty();
00142     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:20:50 2010 for ImpalaSrc by  doxygen 1.5.1