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 |
Size of basic structure, sign-extension
Definition at line 52 of file dipxrept.h.
EXPLICIT_SPECIALIZATION int DiPixelRepresentationTemplate< T >::isSigned | ( | ) | const [inline] |
check whether template type T is signed or not
Definition at line 125 of file dipxrept.h.
Referenced by DiYBRPixelTemplate< T1, T2 >::convert(), and DiScaleTemplate< T >::isSigned().
EXPLICIT_SPECIALIZATION EP_Representation DiPixelRepresentationTemplate< T >::getRepresentation | ( | ) | const [inline, protected, virtual] |
determine integer representation for template type T
Reimplemented in DiColorOutputPixelTemplate< T1, T2 >, DiColorPixelTemplate< T >, DiInputPixelTemplate< T1, T2 >, DiMonoOutputPixelTemplate< T1, T2, T3 >, DiMonoPixelTemplate< T >, DiColorPixelTemplate< T2 >, DiColorPixelTemplate< T3 >, and DiMonoPixelTemplate< T3 >.
Definition at line 83 of file dipxrept.h.
Referenced by DiMonoPixelTemplate< T3 >::getRepresentation(), DiMonoOutputPixelTemplate< T1, T2, T3 >::getRepresentation(), DiInputPixelTemplate< T1, T2 >::getRepresentation(), DiColorPixelTemplate< T3 >::getRepresentation(), and DiColorOutputPixelTemplate< T1, T2 >::getRepresentation().