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

void Impala::Visualization::SegmentationDocumentGuiAnno::ClearVideoAnnotations (  )  [inline, private]

Definition at line 1168 of file SegmentationDocumentGuiAnno.h.

References mVideoAnnotations.

Referenced by CheckLoadVideoAnnotations().

01169     {
01170         for (int i = mVideoAnnotations.size()-1; i>=0; i--)
01171             delete mVideoAnnotations[i];
01172         mVideoAnnotations.clear();
01173     }


Generated on Fri Mar 19 11:46:49 2010 for ImpalaSrc by  doxygen 1.5.1