Changeset 604 in 3DVCSoftware for branches/HTM-DEV-2.0-dev0/source/Lib/TAppCommon/TAppComCamPara.h
- Timestamp:
- 31 Aug 2013, 20:04:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev0/source/Lib/TAppCommon/TAppComCamPara.h
r603 r604 67 67 Bool m_bCamParsCodedPrecSet; ///< Coded Cam Para precision set for current frame; 68 68 69 #if H_3D_ FIX_REN_WARNING69 #if H_3D_REN_MAX_DEV_OUT 70 70 Double m_dMaxShiftDeviation; ///< Maximum deviation of shifts with integer precision compare to double precision 71 71 #endif … … 129 129 Void xSetupBaseViewsFromCoded (); 130 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 131 135 132 136 // functions for getting and setting scales and offsets … … 183 187 UInt getCurFrameId () { return m_iCurrentFrameId; } 184 188 static Void convertNumberString ( Char* pchViewNumberString, std::vector<Int>& raiViewNumbers, Double dViewNumPrec ); 185 #if H_3D_ FIX_REN_WARNING189 #if H_3D_REN_MAX_DEV_OUT 186 190 Double getMaxShiftDeviation () { return m_dMaxShiftDeviation; }; 187 191 #endif … … 217 221 Int** getCodedOffset () { return m_aaiCodedOffset; } 218 222 }; 219 220 221 223 222 224
Note: See TracChangeset for help on using the changeset viewer.