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

void Impala::Core::Table::SimilarityTableSet::Save ( Database::PathCreator pathCreator,
bool  binary = true 
) [inline]

Definition at line 538 of file SimilarityTableSet.h.

References Impala::Core::Database::PathCreator::GetDatabase(), Impala::Core::Database::PathCreator::GetFilePathSimilarityData(), ILOG_DEBUG, ILOG_ERROR, and Save().

00539     {
00540         String path = pathCreator->GetFilePathSimilarityData("names.txt", true);
00541         ILOG_DEBUG("simset want's to save at \"" << path << "\"");
00542         if (path.empty())
00543         {
00544             ILOG_ERROR("couldn't write simset");
00545             return;
00546         }
00547         path.resize(path.size() - 9); // remove "names.txt"
00548         Save(path, pathCreator->GetDatabase(), binary);
00549     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:21:05 2010 for ImpalaSrc by  doxygen 1.5.1