| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Template class to flip images (on pixel data level). More...
 Inheritance diagram for DiFlipTemplate< T >:
 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 | |
|  Protected Member Functions inherited from DiTransTemplate< T > | |
| DiTransTemplate (const int planes, const Uint16 src_x, const Uint16 src_y, const Uint16 dest_x, const Uint16 dest_y, const Uint32 frames, const int bits=0) | |
| constructor | |
| virtual | ~DiTransTemplate () | 
| destructor | |
| void | copyPixel (const T *src[], T *dest[]) | 
| copy pixel data | |
| void | fillPixel (T *dest[], const T value) | 
| fill pixel data with specified value | |
| void | clearPixel (T *dest[]) | 
| clear pixel data (set values to 0) | |
| 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 | |
| Additional Inherited Members | |
|  Protected Attributes inherited from DiTransTemplate< T > | |
| int | Planes | 
| number of planes | |
| Uint16 | Src_X | 
| width of source image | |
| Uint16 | Src_Y | 
| height of source image | |
| const Uint16 | Dest_X | 
| width of destination image | |
| const Uint16 | Dest_Y | 
| height of destination image | |
| const Uint32 | Frames | 
| number of frames | |
| const int | Bits | 
| number of bits per plane/pixel | |
Template class to flip images (on pixel data level).
horizontally and vertically
| 
 | inline | 
constructor.
This method is used to flip an image and store the result in the same storage area.
| pixel | pointer to object where the pixel data are stored | 
| columns | width of the image | 
| rows | height of the image | 
| frames | number of frames | 
| horz | flags indicating whether to flip horizontally or not | 
| vert | flags indicating whether to flip vertically or not | 
References DiTransTemplate< T >::DiTransTemplate(), flipHorz(), flipHorzVert(), flipVert(), DiPixel::getCount(), DiPixel::getDataArrayPtr(), DiPixel::getPlanes(), and DiTransTemplate< T >::Planes.
Referenced by DiColorFlipTemplate< T >::DiColorFlipTemplate(), and DiMonoFlipTemplate< T >::DiMonoFlipTemplate().
| 
 | inline | 
constructor.
This method is used to perform only the preparation and to start flipping later with method 'flipData()'
| planes | number of planes (1 or 3) | 
| columns | width of the image | 
| rows | height of the image | 
| frames | number of frames | 
References DiTransTemplate< T >::DiTransTemplate().
| 
 | inline | 
choose algorithm depending on flipping mode
| src | array of pointers to source image pixels | 
| dest | array of pointers to destination image pixels | 
| horz | flags indicating whether to flip horizontally or not | 
| vert | flags indicating whether to flip vertically or not | 
References DiTransTemplate< T >::copyPixel(), flipHorz(), flipHorzVert(), and flipVert().
| 
 | inlineprotected | 
flip source image horizontally and store result in destination image
| src | array of pointers to source image pixels | 
| dest | array of pointers to destination image pixels | 
References DiTransTemplate< T >::Dest_X, DiTransTemplate< T >::Frames, DiTransTemplate< T >::Planes, DiTransTemplate< T >::Src_X, and DiTransTemplate< T >::Src_Y.
Referenced by DiFlipTemplate(), DiColorFlipTemplate< T >::flip(), DiMonoFlipTemplate< T >::flip(), and flipData().
| 
 | inlineprivate | 
flip image horizontally and store result in the same storage area
| data | array of pointers to source/destination image pixels | 
References DiTransTemplate< T >::Dest_X, DiTransTemplate< T >::Frames, DiTransTemplate< T >::Planes, DiTransTemplate< T >::Src_X, and DiTransTemplate< T >::Src_Y.
| 
 | inlineprotected | 
flip source image horizontally and vertically and store result in destination image
| src | array of pointers to source image pixels | 
| dest | array of pointers to destination image pixels | 
References DiTransTemplate< T >::Dest_X, DiTransTemplate< T >::Dest_Y, DiTransTemplate< T >::Frames, and DiTransTemplate< T >::Planes.
Referenced by DiFlipTemplate(), DiColorFlipTemplate< T >::flip(), DiMonoFlipTemplate< T >::flip(), and flipData().
| 
 | inlineprivate | 
flip image horizontally and vertically and store result in the same storage area
| data | array of pointers to source/destination image pixels | 
References DiTransTemplate< T >::Dest_X, DiTransTemplate< T >::Dest_Y, DiTransTemplate< T >::Frames, and DiTransTemplate< T >::Planes.
| 
 | inlineprotected | 
flip source image vertically and store result in destination image
| src | array of pointers to source image pixels | 
| dest | array of pointers to destination image pixels | 
References DiTransTemplate< T >::Dest_X, DiTransTemplate< T >::Dest_Y, DiTransTemplate< T >::Frames, DiTransTemplate< T >::Planes, DiTransTemplate< T >::Src_X, and DiTransTemplate< T >::Src_Y.
Referenced by DiFlipTemplate(), DiColorFlipTemplate< T >::flip(), DiMonoFlipTemplate< T >::flip(), and flipData().
| 
 | inlineprivate | 
flip image vertically and store result in the same storage area
| data | array of pointers to source/destination image pixels | 
References DiTransTemplate< T >::Dest_X, DiTransTemplate< T >::Dest_Y, DiTransTemplate< T >::Frames, DiTransTemplate< T >::Planes, DiTransTemplate< T >::Src_X, and DiTransTemplate< T >::Src_Y.