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

std::vector<String> Impala::Core::Feature::ConceptSet::GetNames (  )  [inline]

Definition at line 62 of file ConceptSet.h.

References GetConcept(), and GetNrConcepts().

Referenced by Impala::Core::Training::ApplyConcepts::NextPath().

00063     {
00064         std::vector<String> res;
00065         for (int i=0 ; i<GetNrConcepts() ; i++)
00066             res.push_back(GetConcept(i)->GetName());
00067         return res;
00068     }

Here is the call graph for this function:


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