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

virtual Impala::Core::Table::BayesFusion::~BayesFusion (  )  [inline, virtual]

Definition at line 69 of file BayesFusion.h.

References conceptSimTable, genreSimTable, mConceptSimSet, mGenreSimSet, and mKeyframes.

00070     {
00071         if (NULL != genreSimTable)
00072             delete []genreSimTable;
00073         if (NULL != conceptSimTable)
00074             delete []conceptSimTable;
00075 
00076         delete mGenreSimSet;
00077         delete mConceptSimSet;
00078 
00079         delete mKeyframes;
00080     }


Generated on Thu Jan 13 09:20:48 2011 for ImpalaSrc by  doxygen 1.5.1