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

Util::Database* Impala::Core::Database::PathCreator::GetDatabase (  )  [inline]

Definition at line 43 of file PathCreator.h.

References Impala::Core::Database::RawDataSet::GetDatabase(), GetDataSet(), and ILOG_ERROR.

Referenced by Impala::Core::Training::ApplyConceptsHelperKernels::LoadFeatures(), Impala::Core::Training::ApplyConceptsHelperFeatures::LoadFeatures(), and Impala::Core::Table::SimilarityTableSet::Save().

00044     {
00045         RawDataSet* set = GetDataSet();
00046         if(set == 0)
00047             ILOG_ERROR("GetDatabase: set == 0, this=" << (void*) this);
00048         return set->GetDatabase();
00049     }

Here is the call graph for this function:


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