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

void Impala::Visualization::SegmentationDocumentGuiAnno::Init ( SegmentationDocument segDoc,
String  conceptSet,
int  maxAnnoPerVideo 
) [inline, private]

Definition at line 1784 of file SegmentationDocumentGuiAnno.h.

References Impala::Visualization::AppControlDoc::AllHandleNewCursor(), Impala::Core::VideoSet::SegmentationDocument::CursorToDir(), HandleCmdOptions(), InitGUI(), InitVars(), mNoAutoNextAnno, and ReadKeyBindings().

01785     {
01786         HandleCmdOptions();
01787         ReadKeyBindings();
01788         InitVars(segDoc,conceptSet,maxAnnoPerVideo);
01789         mNoAutoNextAnno = true;
01790         InitGUI();
01791         AllHandleNewCursor(segDoc->CursorToDir(0),false);
01792         mNoAutoNextAnno = false;
01793     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:47:06 2010 for ImpalaSrc by  doxygen 1.5.1