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

void Impala::Core::VideoSet::ShotSegmenter::CleanUpScoresAndPredictions (  )  [inline, private]

Definition at line 387 of file ShotSegmenter.h.

References mPredictions, and mScores.

Referenced by HandleNewFile(), and ~ShotSegmenter().

00388     {
00389         if (mScores)
00390         {
00391             delete mScores;
00392             mScores = 0;
00393         }
00394         if (mPredictions)
00395         {
00396             delete mPredictions;
00397             mPredictions = 0;
00398         }
00399     }


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