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

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

Definition at line 64 of file BayesFusion.h.

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

00065     {
00066         if (NULL != genreSimTable)
00067             delete []genreSimTable;
00068         if (NULL != conceptSimTable)
00069             delete []conceptSimTable;
00070 
00071         delete mGenreSimSet;
00072         delete mConceptSimSet;
00073 
00074         delete mKeyframes;
00075     }


Generated on Fri Mar 19 11:20:26 2010 for ImpalaSrc by  doxygen 1.5.1