Changeset 446 in 3DVCSoftware for branches/HTM-DEV-0.2-dev/source/Lib/TLibRenderer/TRenImagePlane.h
- Timestamp:
- 26 May 2013, 16:22:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.2-dev/source/Lib/TLibRenderer/TRenImagePlane.h
r438 r446 39 39 #include "../TLibCommon/TComPicYuv.h" 40 40 41 #if H_3D 41 42 #define PelImagePlane TRenImagePlane<Pel> 42 43 #define DoubleImagePlane TRenImagePlane<Double> … … 49 50 // Construction 50 51 TRenImagePlane(); 51 TRenImagePlane( UInt uiWidth, UInt uiHeight, UInt uiPad , UInt uiBitDepth);52 TRenImagePlane( UInt uiWidth, UInt uiHeight, UInt uiPad); 52 53 TRenImagePlane( TRenImagePlane* pcInputPlane ); 53 TRenImagePlane( T* pcDataOrg, UInt uiWidthOrg, UInt uiHeightOrg, UInt uiStride, UInt uiPad , UInt uiBitDepth);54 TRenImagePlane( T* pcDataOrg, UInt uiWidthOrg, UInt uiHeightOrg, UInt uiStride, UInt uiPad ); 54 55 55 56 ~TRenImagePlane(); … … 64 65 UInt getHeightOrg() { return m_uiHeightOrg; }; 65 66 UInt getPad () { return m_uiPad; }; 66 UInt getBitDepth () { return m_uiBitDepth; };67 67 UInt getStride () { return m_uiStride; }; 68 68 … … 106 106 UInt m_uiHeightOrg; 107 107 UInt m_uiPad; 108 UInt m_uiBitDepth;109 108 109 Double m_dRatio; 110 110 Bool m_bClean; 111 111 … … 122 122 }; 123 123 124 #endif // H_3D 124 125 #endif // __TRENIMAGEPLANE__
Note: See TracChangeset for help on using the changeset viewer.