Changeset 122 in 3DVCSoftware for branches/HTM-4.0-Orange/source/Lib/TLibCommon
- Timestamp:
- 7 Sep 2012, 13:06:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-Orange/source/Lib/TLibCommon/TComPic.h
r100 r122 113 113 Int** m_aaiCodedOffset; 114 114 115 #if OL_DEPTHLIMIT_A0044 116 UInt* m_texPartInfo; 117 UInt m_uiTexPartIndex; 118 #endif 119 115 120 public: 116 121 TComPic(); … … 243 248 Void removeResidualBuffer (); 244 249 #endif 250 251 #if OL_DEPTHLIMIT_A0044 252 UInt accessPartInfo ( UInt count ) { return m_texPartInfo[m_uiTexPartIndex + count]; }; 253 Void incrementTexPartIndex ( ) { m_uiTexPartIndex += 2; }; 254 UInt getTexPartIndex () { return m_uiTexPartIndex; }; 255 Void setTexPartIndex ( UInt idx ) { m_uiTexPartIndex = idx; }; 256 Void setPartInfo ( UInt* texPart) { m_texPartInfo = texPart; }; 257 #endif 258 245 259 Bool getValidSlice (Int sliceID) {return m_pbValidSlice[sliceID];} 246 260 Int getSliceGranularityForNDBFilter () {return m_sliceGranularityForNDBFilter;}
Note: See TracChangeset for help on using the changeset viewer.