Inheritance diagram for DiMonoRotateTemplate< T >:
Public Member Functions | |
DiMonoRotateTemplate (const DiMonoPixel *pixel, const Uint16 src_cols, const Uint16 src_rows, const Uint16 dest_cols, const Uint16 dest_rows, const Uint32 frames, const int degree) | |
constructor | |
~DiMonoRotateTemplate () | |
destructor | |
Private Member Functions | |
void | rotate (const T *pixel, const int degree) |
rotate pixel data |
by steps of 90 degrees
Definition at line 53 of file dimorot.h.
|
constructor
Definition at line 70 of file dimorot.h. References DicomImageClass::checkDebugLevel(), DicomImageClass::DL_Warnings, DiPixel::getCount(), DiPixel::getData(), and DiMonoRotateTemplate< T >::rotate(). |
|
rotate pixel data
Definition at line 108 of file dimorot.h. References DiPixel::getCount(). Referenced by DiMonoRotateTemplate< T >::DiMonoRotateTemplate(). |