Inheritance diagram for DiColorRotateTemplate< T >:
Public Member Functions | |
DiColorRotateTemplate (const DiColorPixel *pixel, const Uint16 src_cols, const Uint16 src_rows, const Uint16 dest_cols, const Uint16 dest_rows, const Uint32 frames, const int degree) | |
constructor | |
~DiColorRotateTemplate () | |
destructor | |
Private Member Functions | |
void | rotate (const T *pixel[3], const int degree) |
rotate pixel data |
by steps of 90 degrees
Definition at line 52 of file dicorot.h.
|
constructor
Definition at line 69 of file dicorot.h. References DicomImageClass::checkDebugLevel(), DicomImageClass::DL_Warnings, DiPixel::getCount(), DiPixel::getData(), and DiColorRotateTemplate< T >::rotate(). |
|
rotate pixel data
Definition at line 107 of file dicorot.h. Referenced by DiColorRotateTemplate< T >::DiColorRotateTemplate(). |