Inheritance diagram for DiFlipTemplate< T >:

Public Member Functions | |
| DiFlipTemplate (DiPixel *pixel, const Uint16 columns, const Uint16 rows, const Uint32 frames, const int horz, const int vert) | |
| constructor. | |
| DiFlipTemplate (const int planes, const Uint16 columns, const Uint16 rows, const Uint32 frames) | |
| constructor. | |
| virtual | ~DiFlipTemplate () |
| destructor | |
| void | flipData (const T *src[], T *dest[], const int horz, const int vert) |
| choose algorithm depending on flipping mode | |
Protected Member Functions | |
| void | flipHorz (const T *src[], T *dest[]) |
| flip source image horizontally and store result in destination image | |
| void | flipVert (const T *src[], T *dest[]) |
| flip source image vertically and store result in destination image | |
| void | flipHorzVert (const T *src[], T *dest[]) |
| flip source image horizontally and vertically and store result in destination image | |
Private Member Functions | |
| void | flipHorz (T *data[]) |
| flip image horizontally and store result in the same storage area | |
| void | flipVert (T *data[]) |
| flip image vertically and store result in the same storage area | |
| void | flipHorzVert (T *data[]) |
| flip image horizontally and vertically and store result in the same storage area | |
horizontally and vertically
Definition at line 53 of file diflipt.h.
|
||||||||||||||||||||||||||||||||
|
constructor. This method is used to flip an image and store the result in the same storage area.
Definition at line 69 of file diflipt.h. References DicomImageClass::checkDebugLevel(), DicomImageClass::DL_Warnings, DiFlipTemplate< T >::flipHorz(), DiFlipTemplate< T >::flipHorzVert(), DiFlipTemplate< T >::flipVert(), DiPixel::getCount(), DiPixel::getDataArrayPtr(), DiPixel::getPlanes(), and DiTransTemplate< T >::Planes. |
|
||||||||||||||||||||||||
|
constructor. This method is used to perform only the preparation and to start flipping later with method 'flipData()'
|
|
||||||||||||||||||||||||
|
choose algorithm depending on flipping mode
Definition at line 128 of file diflipt.h. References DiTransTemplate< T >::copyPixel(), DiFlipTemplate< T >::flipHorz(), DiFlipTemplate< T >::flipHorzVert(), and DiFlipTemplate< T >::flipVert(). |
|
||||||||||
|
flip image horizontally and store result in the same storage area
Definition at line 253 of file diflipt.h. References DiTransTemplate< T >::Dest_X, and DiTransTemplate< T >::Planes. |
|
||||||||||||||||
|
flip source image horizontally and store result in destination image
Definition at line 154 of file diflipt.h. References DiTransTemplate< T >::Dest_X, and DiTransTemplate< T >::Planes. Referenced by DiFlipTemplate< T >::DiFlipTemplate(), and DiFlipTemplate< T >::flipData(). |
|
||||||||||
|
flip image horizontally and vertically and store result in the same storage area
Definition at line 323 of file diflipt.h. References DiTransTemplate< T >::Planes. |
|
||||||||||||||||
|
flip source image horizontally and vertically and store result in destination image
Definition at line 223 of file diflipt.h. References DiTransTemplate< T >::Planes. Referenced by DiFlipTemplate< T >::DiFlipTemplate(), and DiFlipTemplate< T >::flipData(). |
|
||||||||||
|
flip image vertically and store result in the same storage area
Definition at line 286 of file diflipt.h. References DiTransTemplate< T >::Dest_X, and DiTransTemplate< T >::Planes. |
|
||||||||||||||||
|
flip source image vertically and store result in destination image
Definition at line 187 of file diflipt.h. References DiTransTemplate< T >::Dest_X, and DiTransTemplate< T >::Planes. Referenced by DiFlipTemplate< T >::DiFlipTemplate(), and DiFlipTemplate< T >::flipData(). |