Changeset 262 in 3DVCSoftware for branches/HTM-5.1-dev2-Sony/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 7 Feb 2013, 06:01:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev2-Sony/source/Lib/TLibDecoder/TDecTop.h
r210 r262 118 118 119 119 SEImessages *m_SEIs; ///< "all" SEI messages. If not NULL, we own the object. 120 121 #if SONY_COLPIC_AVAILABILITY122 Int m_iViewOrderIdx;123 #endif124 120 125 121 // functional classes … … 187 183 Void setIsDepth( Bool isDepth ) { m_isDepth = isDepth; } 188 184 189 #if SONY_COLPIC_AVAILABILITY190 Void setViewOrderIdx(Int i) { m_iViewOrderIdx = i ;}191 Int getViewOrderIdx() { return m_iViewOrderIdx ; }192 #endif193 194 185 #if DEPTH_MAP_GENERATION 195 186 TComDepthMapGenerator* getDepthMapGenerator () { return &m_cDepthMapGenerator; }
Note: See TracChangeset for help on using the changeset viewer.