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