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

#import <SECMImageOperation.h>

Inheritance diagram for SECMImageOperation:
SECMBrightnessAndContrastOperation SECMConvertToBlackAndWhiteOperation SECMConvertToGrayScaleOperation SECMDetectEdgesOperation SECMDewarpOperation SECMFixedRotationOperation SECMRotationOperation

Instance Methods

(id) - initWithSECMImage:
 

Properties

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

Detailed Description

The SECMImageOperation tree allows executing the image's operations in a secondary thread. This abstract class defines the SECMImageOperation tree's behavior.

Definition at line 31 of file SECMImageOperation.h.

Method Documentation

- (id) initWithSECMImage: (SECMImage *)  sImage

Initializes the object.

Parameters
SECMImage*sImage the image to apply the operation on
Returns
the initialized operation

Property Documentation

- (id<SECMImageOperationDelegate>) delegate
readwritenonatomicweak

delegate that will be informed of the operation's events

Definition at line 34 of file SECMImageOperation.h.

- (SECMImage*) sImage
readwritenonatomicstrong

the image to apply the operation on

Definition at line 33 of file SECMImageOperation.h.


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