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

virtual Database::DocLevel Impala::Core::VideoSet::SegmentationDocument::CursorNextFile (  )  [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocument.

Definition at line 116 of file SegmentationDocument.h.

References GotoNextVideo(), Impala::Core::Database::LEVEL_FILE, and Impala::Core::Database::LEVEL_NONE.

Referenced by Impala::Visualization::SegmentationDocumentGuiAnno::CheckLoadVideoAnnotations().

00117     {
00118         if (GotoNextVideo())
00119             return Database::LEVEL_FILE;
00120         return Database::LEVEL_NONE;
00121     }

Here is the call graph for this function:


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