Ignore:
Timestamp:
31 Aug 2013, 20:04:13 (12 years ago)
Author:
tech
Message:
  • Modified fix regarding camera parameter warnings. (H_3D_FIX_REN_WARNING)
  • Added shark sequence cfg files
File:
1 edited

Legend:

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

    r603 r604  
    6767  Bool                m_bCamParsCodedPrecSet;                 ///< Coded Cam Para precision set for current frame;
    6868 
    69 #if H_3D_FIX_REN_WARNING
     69#if H_3D_REN_MAX_DEV_OUT
    7070  Double              m_dMaxShiftDeviation;                   ///< Maximum deviation of shifts with integer precision compare to double precision
    7171#endif
     
    129129  Void  xSetupBaseViewsFromCoded  ();
    130130  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
    131135
    132136  // functions for getting and setting scales and offsets
     
    183187  UInt                getCurFrameId             ()  { return m_iCurrentFrameId;   }
    184188  static Void         convertNumberString       ( Char* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec );
    185 #if H_3D_FIX_REN_WARNING
     189#if H_3D_REN_MAX_DEV_OUT
    186190  Double              getMaxShiftDeviation      () { return m_dMaxShiftDeviation; };
    187191#endif
     
    217221  Int**               getCodedOffset            ()  { return m_aaiCodedOffset;          }
    218222};
    219 
    220 
    221223
    222224
Note: See TracChangeset for help on using the changeset viewer.