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

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

Definition at line 512 of file SimilarityTableSet.h.

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

00514     {
00515         String path = dataSet->GetFilePathSimilarityIndex(conceptSet, model,
00516                                                           feature, "names.txt",
00517                                                           true, false);
00518         if (path.empty())
00519             return;
00520         path.resize(path.size() - 9); // remove "names.txt"
00521         Save(path, dataSet->GetDatabase(), binary);
00522     }

Here is the call graph for this function:


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