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

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

Definition at line 104 of file ConfusionMatrix.h.

References conceptSimTable, Impala::Core::Table::Bayes::mConceptNum, mConceptSimSet, mConfusionMatrix, mKeyframes, and Impala::Core::Table::Bayes::ReleaseMatrix().

00105     {
00106         //if (NULL != genreSimTable)
00107         //    delete []genreSimTable;
00108         if (NULL != conceptSimTable)
00109             delete []conceptSimTable;
00110 
00111         //delete mGenreSimSet;
00112         delete mConceptSimSet;
00113 
00114         delete mKeyframes;
00115 
00116         ReleaseMatrix(mConfusionMatrix, mConceptNum);
00117     }

Here is the call graph for this function:


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