Changeset 438 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 23 May 2013, 15:40:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/Lib/TLibCommon/TComPic.h
r368 r438 93 93 #endif 94 94 #endif 95 95 96 public: 96 97 TComPic(); … … 115 116 #endif 116 117 #endif 118 117 119 Bool getUsedByCurr() { return m_bUsedByCurr; } 118 120 Void setUsedByCurr( Bool bUsed ) { m_bUsedByCurr = bUsed; } … … 184 186 Void print( Bool legend ); 185 187 #endif 188 189 190 186 191 /** transfer ownership of seis to this picture */ 187 192 void setSEIs(SEIMessages& seis) { m_SEIs = seis; }
Note: See TracChangeset for help on using the changeset viewer.