Changeset 607 in 3DVCSoftware
- Timestamp:
- 31 Aug 2013, 22:36:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-Renderer-Fix/source/Lib/TAppCommon/TAppComCamPara.h
r542 r607 67 67 Bool m_bCamParsCodedPrecSet; ///< Coded Cam Para precision set for current frame; 68 68 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 69 72 //SAIT_VSO_EST_A0033 70 73 Double m_dDispCoeff; … … 126 129 Void xSetupBaseViewsFromCoded (); 127 130 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 128 135 129 136 // functions for getting and setting scales and offsets … … 180 187 UInt getCurFrameId () { return m_iCurrentFrameId; } 181 188 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 182 192 183 193 #if H_3D_VSO
Note: See TracChangeset for help on using the changeset viewer.