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

template<class IdxT, class ElemT, class DelT>
void Impala::Util::SimpleMapBase< IdxT, ElemT, DelT >::Add ( IdxT  idx,
ElemT  elem 
) [inline]

Definition at line 31 of file SimpleMap.h.

Referenced by Impala::Application::Util::DoImportAnnotationsOrk(), and Impala::Application::Util::DoJudgeConcepts().

00032     {
00033         mMap[idx] = elem;
00034     }


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