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

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

Definition at line 1809 of file SegmentationDocumentGuiAnno.h.

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

01810     {
01811         HandleCmdOptions();
01812         ReadKeyBindings();
01813         InitVars(segDoc,conceptSet,maxAnnoPerVideo);
01814         mNoAutoNextAnno = true;
01815         InitGUI();
01816         AllHandleNewCursor(segDoc->CursorToDir(0),false);
01817         mNoAutoNextAnno = false;
01818     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:01 2011 for ImpalaSrc by  doxygen 1.5.1