SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMFixedRotationOperation Class Reference

#import <SECMFixedRotationOperation.h>

Inheritance diagram for SECMFixedRotationOperation:
SECMImageOperation

Instance Methods

(id) - initWithSECMImage:andRotation:
 
- Instance Methods inherited from SECMImageOperation
(id) - initWithSECMImage:
 

Additional Inherited Members

- Properties inherited from SECMImageOperation
SECMImagesImage
 the image to apply the operation on More...
 
id< SECMImageOperationDelegatedelegate
 delegate that will be informed of the operation's events More...
 

Detailed Description

Operation that rotates the image to a fixed angle (90, 180 or 270 degrees)

Definition at line 18 of file SECMFixedRotationOperation.h.

Method Documentation

- (id) initWithSECMImage: (SECMImage *)  sImage
andRotation: (SECMImageRotation rotation 

Initializes the object

Parameters
SECMImage*sImage the image the operation will be applied to
SECMImageRotationrotation the desired fixed rotation angle
Returns
the initialized object

The documentation for this class was generated from the following file: