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

Quid Impala::Core::Feature::LabelSet::Add ( String  label  )  [inline]

Definition at line 47 of file LabelSet.h.

References GetQuid(), Impala::MakeQuidLabel(), mId, and mMap.

Referenced by Impala::Core::Feature::VisSem::AddAccuToAnnoTable().

00048     {
00049         Quid quid = GetQuid(label);
00050         if (quid == 0)
00051         {
00052             quid = MakeQuidLabel(mId++);
00053             mMap.Add(quid, label);
00054         }
00055         return quid;
00056     }

Here is the call graph for this function:


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