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
References DicomImageClass::checkDebugLevel(), DiPixel::getCount(), DiPixel::getData(), and DiMonoRotateTemplate< T >::rotate(). |
|
rotate pixel data
References DiPixel::getCount(), DiRotateTemplate< T >::rotateLeft(), DiRotateTemplate< T >::rotateRight(), and DiRotateTemplate< T >::rotateTopDown(). Referenced by DiMonoRotateTemplate< T >::DiMonoRotateTemplate(). |