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

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

returns a new id every time the function is called.

Definition at line 160 of file MakeRandomTree.h.

Referenced by MakeRandomTree().

00161 {
00162     static int sCodeWord=-1;
00163     ++sCodeWord;
00164     return sCodeWord;
00165 }


Generated on Thu Jan 13 09:19:02 2011 for ImpalaSrc by  doxygen 1.5.1