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

void Impala::Core::Database::DataDocument::SaveConcepts ( String  fileName  )  [inline]

Definition at line 367 of file DataDocument.h.

References Impala::Util::DatabaseWriteString(), Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetLocator(), mConcepts, and mDataSet.

Referenced by Impala::Visualization::SegmentationDocumentGuiAnno::HandleSaveConcepts().

00368     {
00369 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00370         Util::DatabaseWriteString(fileName, mDataSet->GetDatabase(),
00371                                   mConcepts.begin(), mConcepts.end());
00372 #else // REPOSITORY_USED
00373         Persistency::KeywordListLocator loc(mDataSet->GetLocator(), fileName);
00374         Persistency::KeywordListRepository().Add(loc, &mConcepts);
00375 #endif // REPOSITORY_USED
00376     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:55 2011 for ImpalaSrc by  doxygen 1.5.1