[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 }