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

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

Definition at line 1709 of file SegmentationDocumentGuiAnno.h.

References Impala::CmdOptions::GetBool(), Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetString(), mConceptFeature, mConceptModel, mFrameSliding, mNoAnnoHistoryControl, mNoPrevNextControl, mNoRankSlider, mNoShotControl, mNoShotEditing, mNoShotThreshold, mNoSimTLV, mNoViewStripControl, mRankFeature, mRankModel, and mRankSet.

Referenced by Init().

01710     {
01711         CmdOptions& options = CmdOptions::GetInstance();
01712         mConceptFeature = options.GetString("conceptFeature");
01713         mConceptModel = options.GetString("conceptModel");
01714         mRankSet = options.GetString("rankSet");
01715         mRankFeature = options.GetString("rankFeature");
01716         mRankModel = options.GetString("rankModel");
01717         mFrameSliding = options.GetBool("annoFrameSliding",false);
01718         mNoSimTLV = options.GetBool("annoNoTimeLineVideo", false);
01719         mNoShotControl = options.GetBool("annoNoShotControl", false);
01720         mNoShotEditing = options.GetBool("annoNoShotEditing", false);
01721         mNoShotThreshold = options.GetBool("annoNoShotThreshold", false);
01722         mNoRankSlider = options.GetBool("annoNoRankSlider", false);
01723         mNoAnnoHistoryControl = options.GetBool("annoNoHistoryControl", false);
01724         mNoPrevNextControl = options.GetBool("annoNoPrevNextControl", false);
01725         mNoViewStripControl = options.GetBool("annoNoViewStripControl",false);
01726         //mWoggelOnLoadAnnotations = options.GetBool("annoWoggelOnLoadAnnotations",false);
01727     }

Here is the call graph for this function:


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