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

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

Definition at line 1734 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().

01735     {
01736         CmdOptions& options = CmdOptions::GetInstance();
01737         mConceptFeature = options.GetString("conceptFeature");
01738         mConceptModel = options.GetString("conceptModel");
01739         mRankSet = options.GetString("rankSet");
01740         mRankFeature = options.GetString("rankFeature");
01741         mRankModel = options.GetString("rankModel");
01742         mFrameSliding = options.GetBool("annoFrameSliding",false);
01743         mNoSimTLV = options.GetBool("annoNoTimeLineVideo", false);
01744         mNoShotControl = options.GetBool("annoNoShotControl", false);
01745         mNoShotEditing = options.GetBool("annoNoShotEditing", false);
01746         mNoShotThreshold = options.GetBool("annoNoShotThreshold", false);
01747         mNoRankSlider = options.GetBool("annoNoRankSlider", false);
01748         mNoAnnoHistoryControl = options.GetBool("annoNoHistoryControl", false);
01749         mNoPrevNextControl = options.GetBool("annoNoPrevNextControl", false);
01750         mNoViewStripControl = options.GetBool("annoNoViewStripControl",false);
01751         //mWoggelOnLoadAnnotations = options.GetBool("annoWoggelOnLoadAnnotations",false);
01752     }

Here is the call graph for this function:


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