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

void Impala::Visualization::AllFramesTLineVideo::ClearPositives (  )  [inline]

Definition at line 423 of file AllFramesTLineVideo.h.

References mAnnoPositives.

Referenced by ConstructPositives().

00424     {
00425         for (int i=0; i<mAnnoPositives.size(); i++)
00426             delete mAnnoPositives[i];
00427         mAnnoPositives.clear();
00428     }


Generated on Fri Mar 19 11:42:01 2010 for ImpalaSrc by  doxygen 1.5.1