Changeset 607 in 3DVCSoftware


Ignore:
Timestamp:
31 Aug 2013, 22:36:18 (11 years ago)
Author:
tech
Message:

Merged missing file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-2.0-Renderer-Fix/source/Lib/TAppCommon/TAppComCamPara.h

    r542 r607  
    6767  Bool                m_bCamParsCodedPrecSet;                 ///< Coded Cam Para precision set for current frame;
    6868 
     69#if H_3D_REN_MAX_DEV_OUT
     70  Double              m_dMaxShiftDeviation;                   ///< Maximum deviation of shifts with integer precision compare to double precision
     71#endif
    6972  //SAIT_VSO_EST_A0033
    7073  Double              m_dDispCoeff;
     
    126129  Void  xSetupBaseViewsFromCoded  ();
    127130  Void  xSetupBaseViews           ( Char* pchBaseViewNumbers, UInt uiNumBaseViews );
     131#if H_3D_FIX_REN_WARNING
     132  Bool  xIsIn                     ( std::vector<Int>& rVec, Int iNumber);
     133#endif
     134
    128135
    129136  // functions for getting and setting scales and offsets
     
    180187  UInt                getCurFrameId             ()  { return m_iCurrentFrameId;   }
    181188  static Void         convertNumberString       ( Char* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec );
     189#if H_3D_REN_MAX_DEV_OUT
     190  Double              getMaxShiftDeviation      () { return m_dMaxShiftDeviation; };
     191#endif
    182192
    183193#if H_3D_VSO
Note: See TracChangeset for help on using the changeset viewer.