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

int Impala::Core::Feature::GetCodeWord (  ) 

returns a new id every time the function is called.

Definition at line 158 of file MakeRandomTree.h.

Referenced by MakeRandomTree().

00159 {
00160     static int sCodeWord=-1;
00161     ++sCodeWord;
00162     return sCodeWord;
00163 }


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