Changeset 21 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 15 Feb 2012, 19:05:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecTop.h
r5 r21 140 140 Bool m_bIsDepth; 141 141 Int m_iViewIdx; 142 #if SONY_COLPIC_AVAILABILITY 143 Int m_iViewOrderIdx; 144 #endif 142 145 TAppDecTop* m_pcTAppDecTop; 143 146 CamParsCollector* m_pcCamParsCollector; … … 180 183 Void setViewIdx(Int i) { m_iViewIdx = i ;} 181 184 Int getViewIdx() { return m_iViewIdx ; } 185 #if SONY_COLPIC_AVAILABILITY 186 Void setViewOrderIdx(Int i) { m_iViewOrderIdx = i ;} 187 Int getViewOrderIdx() { return m_iViewOrderIdx ; } 188 #endif 182 189 183 190 Void setToDepth(Bool b) { m_bIsDepth = b ;} … … 187 194 188 195 TComList<TComPic*>* getListPic () { return &m_cListPic; } 189 TAppDecTop* getDecTop ( ){ return m_pcTAppDecTop ;}; 196 TAppDecTop* getDecTop ( ){ return m_pcTAppDecTop ;} 197 #if DEPTH_MAP_GENERATION 198 TComDepthMapGenerator* getDepthMapGenerator () { return &m_cDepthMapGenerator; } 199 #endif 190 200 191 201 Void setSPS (TComSPS cSPS );
Note: See TracChangeset for help on using the changeset viewer.