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

Impala::Core::Feature::RandomTree::~RandomTree (  )  [inline]

Definition at line 56 of file RandomTree.h.

References mCodeWord, mLeft, and mRight.

00057     {
00058         if(mCodeWord == -1)
00059         {
00060             delete mLeft;
00061             delete mRight;
00062         }
00063     }


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