DCMTK
Version 3.6.7
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 DiMonoPixelTemplate< T >, DiMonoPixelTemplate< T3 >, DiMonoOutputPixelTemplate< T1, T2, T3 >, DiInputPixelTemplate< T1, T2 >, DiColorPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, and DiColorOutputPixelTemplate< T1, T2 >.
References EPR_Uint8.
Referenced by DiColorOutputPixelTemplate< T1, T2 >::getRepresentation(), DiColorPixelTemplate< T >::getRepresentation(), DiInputPixelTemplate< T1, T2 >::getRepresentation(), DiMonoOutputPixelTemplate< T1, T2, T3 >::getRepresentation(), and DiMonoPixelTemplate< T >::getRepresentation().
|
inline |
check whether template type T is signed or not
Referenced by DiScaleTemplate< T >::isSigned().