DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
Template class to determine pixel representation. More...
Public Member Functions | |
DiPixelRepresentationTemplate () | |
default constructor | |
virtual | ~DiPixelRepresentationTemplate () |
destructor | |
int | isSigned () const |
check whether template type T is signed or not More... | |
Protected Member Functions | |
virtual EP_Representation | getRepresentation () const |
determine integer representation for template type T More... | |
Template class to determine pixel representation.
Size of basic structure, sign-extension
|
inlineprotectedvirtual |
determine integer representation for template type T
Reimplemented in DiInputPixelTemplate< T1, T2 >, DiMonoOutputPixelTemplate< T1, T2, T3 >, DiColorPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, DiMonoPixelTemplate< T >, DiMonoPixelTemplate< T3 >, and DiColorOutputPixelTemplate< T1, T2 >.
References EPR_Uint8.
Referenced by DiColorOutputPixelTemplate< T1, T2 >::getRepresentation(), DiMonoPixelTemplate< T3 >::getRepresentation(), DiColorPixelTemplate< T3 >::getRepresentation(), DiMonoOutputPixelTemplate< T1, T2, T3 >::getRepresentation(), and DiInputPixelTemplate< T1, T2 >::getRepresentation().
|
inline |
check whether template type T is signed or not
Referenced by DiYBRPixelTemplate< T1, T2 >::convert(), and DiScaleTemplate< T >::isSigned().