Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 525 of file SimilarityTableSet.h.

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

00527     {
00528         String path = dataSet->GetFilePathSimilarityData
00529             (walkType, conceptSet, model, feature, fileOrDirId, "names.txt",
00530              true, false);
00531         if (path.empty())
00532             return;
00533         path.resize(path.size() - 9); // remove "names.txt"
00534         Save(path, dataSet->GetDatabase(), binary);
00535     }

Here is the call graph for this function:


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