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

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

Definition at line 1128 of file SegmentationDocumentGuiAnno.h.

References mVideoAnnotations.

Referenced by CheckLoadVideoAnnotations().

01129     {
01130         for (int i = mVideoAnnotations.size()-1; i>=0; i--)
01131             delete mVideoAnnotations[i];
01132         mVideoAnnotations.clear();
01133     }


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