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

void Impala::Core::Table::SimilarityTableSet::Save ( Database::RawDataSet dataSet,
String  walkType,
String  conceptSet,
CString  model,
CString  feature,
int  fileOrDirId,
bool  binary 
) [inline]

Definition at line 535 of file SimilarityTableSet.h.

References Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetFilePathSimilarityData(), and Save().

00537     {
00538         String path = dataSet->GetFilePathSimilarityData
00539             (walkType, conceptSet, model, feature, fileOrDirId, "names.txt",
00540              true, false);
00541         if (path.empty())
00542             return;
00543         path.resize(path.size() - 9); // remove "names.txt"
00544         Save(path, dataSet->GetDatabase(), binary);
00545     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:52 2011 for ImpalaSrc by  doxygen 1.5.1