DCMTK
Version 3.6.1 20120515
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 | |
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
EXPLICIT_SPECIALIZATION EP_Representation DiPixelRepresentationTemplate< T >::getRepresentation | ( | ) | const [inline, protected, virtual] |
determine integer representation for template type T
Reimplemented in DiInputPixelTemplate< T1, T2 >, DiMonoOutputPixelTemplate< T1, T2, T3 >, DiColorPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, DiColorOutputPixelTemplate< T1, T2 >, DiMonoPixelTemplate< T >, and DiMonoPixelTemplate< T3 >.
EXPLICIT_SPECIALIZATION int DiPixelRepresentationTemplate< T >::isSigned | ( | ) | const [inline] |
check whether template type T is signed or not