Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:19:29 2011 for ImpalaSrc by  doxygen 1.5.1