dodo::graphics::transform Class Reference
provides simple image transformations More...
#include <graphicsTransform.h>
Public Types | |
| enum | rotateDirectionAngleEnum { ROTATE_DIRECTION_ANGLE_90CW = -90, ROTATE_DIRECTION_ANGLE_90CCW = 90, ROTATE_DIRECTION_ANGLE_180 = 180, ROTATE_DIRECTION_ANGLE_270CW = -270, ROTATE_DIRECTION_ANGLE_270CCW = 270 } |
defines rotation options More... | |
Static Public Member Functions | |
| static void | scale (image &image, unsigned long width, unsigned long height) |
| scale transform | |
| static void | scale (image &image, unsigned long size) |
| scale transform | |
| static void | rotate (image &image, double angle) |
| rotate transform | |
Detailed Description
provides simple image transformations
Definition at line 44 of file graphicsTransform.h.
Member Enumeration Documentation
defines rotation options
- Enumerator:
ROTATE_DIRECTION_ANGLE_90CW ROTATE_DIRECTION_ANGLE_90CCW ROTATE_DIRECTION_ANGLE_180 ROTATE_DIRECTION_ANGLE_270CW ROTATE_DIRECTION_ANGLE_270CCW
Definition at line 50 of file graphicsTransform.h.
00050 { 00051 ROTATE_DIRECTION_ANGLE_90CW = -90, 00052 ROTATE_DIRECTION_ANGLE_90CCW = 90, 00053 ROTATE_DIRECTION_ANGLE_180 = 180, 00054 ROTATE_DIRECTION_ANGLE_270CW = -270, 00055 ROTATE_DIRECTION_ANGLE_270CCW = 270, 00056 };
Member Function Documentation
| static void dodo::graphics::transform::rotate | ( | image & | image, | |
| double | angle | |||
| ) | [static] |
rotate transform
- See also:
- also transform::rotateDirectionAngleEnum
| static void dodo::graphics::transform::scale | ( | image & | image, | |
| unsigned long | size | |||
| ) | [static] |
| static void dodo::graphics::transform::scale | ( | image & | image, | |
| unsigned long | width, | |||
| unsigned long | height | |||
| ) | [static] |
The documentation for this class was generated from the following file:
- include/libdodo/graphicsTransform.h
Generated on Sun Nov 8 03:44:49 2009 for libdodo by
1.6.1

