Changeset 102 in 3DVCSoftware for trunk/source/Lib/TAppCommon/TAppComCamPara.h
- Timestamp:
- 11 Aug 2012, 14:39:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TAppCommon/TAppComCamPara.h
r100 r102 67 67 Bool m_bCamParsCodedPrecSet; ///< Coded Cam Para precision set for current frame; 68 68 69 #if SAIT_VSO_EST_A0033 70 Double m_dDispCoeff; 71 #endif 72 69 73 // view lists 70 74 std::vector<Int> m_aiViewsInCfgFile; ///< views for which parameters are specified in cfg file (from left to right) … … 184 188 UInt getCurFrameId () { return m_iCurrentFrameId; } 185 189 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 186 195 187 196 // function for getting parameters and parameter arrays
Note: See TracChangeset for help on using the changeset viewer.