Ignore:
Timestamp:
26 May 2013, 16:22:23 (12 years ago)
Author:
tech
Message:

Added missing parts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.2-dev/source/Lib/TLibRenderer/TRenImagePlane.h

    r438 r446  
    3939#include "../TLibCommon/TComPicYuv.h"
    4040
     41#if H_3D
    4142#define PelImagePlane     TRenImagePlane<Pel>
    4243#define DoubleImagePlane  TRenImagePlane<Double>
     
    4950  // Construction
    5051  TRenImagePlane();
    51   TRenImagePlane( UInt uiWidth, UInt uiHeight, UInt uiPad, UInt uiBitDepth );
     52  TRenImagePlane( UInt uiWidth, UInt uiHeight, UInt uiPad);
    5253  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 );
    5455
    5556  ~TRenImagePlane();
     
    6465  UInt getHeightOrg() { return m_uiHeightOrg; };
    6566  UInt getPad      () { return m_uiPad;       };
    66   UInt getBitDepth () { return m_uiBitDepth; };
    6767  UInt getStride   () { return m_uiStride; };
    6868
     
    106106  UInt   m_uiHeightOrg;
    107107  UInt   m_uiPad;
    108   UInt   m_uiBitDepth;
    109108
     109  Double m_dRatio;
    110110  Bool   m_bClean;
    111111
     
    122122};
    123123
     124#endif // H_3D
    124125#endif // __TRENIMAGEPLANE__
Note: See TracChangeset for help on using the changeset viewer.