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

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

Definition at line 355 of file DataDocument.h.

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

Referenced by Impala::Visualization::SegmentationDocumentGuiAnno::HandleLoadConcepts(), and Impala::Visualization::AnnotationTableGui::Init().

00356     {
00357         mConcepts.clear();
00358 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00359         Util::DatabaseReadStrings(mConcepts, fileName, mDataSet->GetDatabase());
00360 #else // REPOSITORY_USED
00361         Persistency::KeywordListLocator loc(mDataSet->GetLocator(), fileName);
00362         mConcepts = *(Persistency::KeywordListRepository().Get(loc));
00363 #endif // REPOSITORY_USED
00364     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:02 2010 for ImpalaSrc by  doxygen 1.5.1