Changeset 102 in 3DVCSoftware for trunk/source/Lib/TAppCommon/TAppComCamPara.h


Ignore:
Timestamp:
11 Aug 2012, 14:39:19 (13 years ago)
Author:
tech
Message:

SAIT_VSO_EST_A0033 code improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TAppCommon/TAppComCamPara.h

    r100 r102  
    6767  Bool                m_bCamParsCodedPrecSet;                 ///< Coded Cam Para precision set for current frame;
    6868
     69#if SAIT_VSO_EST_A0033
     70  Double              m_dDispCoeff;
     71#endif
     72
    6973  // view lists
    7074  std::vector<Int>    m_aiViewsInCfgFile;                     ///< views for which parameters are specified in cfg file (from left to right)
     
    184188  UInt                getCurFrameId             ()  { return m_iCurrentFrameId;   }
    185189  static Void         convertNumberString       ( Char* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec );
     190
     191#if SAIT_VSO_EST_A0033
     192  Void xSetDispCoeff( UInt uiStartFrameId, Int iViewIdx );
     193  Double getDispCoeff() { return m_dDispCoeff; }
     194#endif
    186195
    187196  // function for getting parameters and parameter arrays
Note: See TracChangeset for help on using the changeset viewer.