|
SimpleECM Image Processing SDK
1.1
|
#import <SECMImageOperation.h>
Instance Methods | |
| (id) | - initWithSECMImage: |
Properties | |
| SECMImage * | sImage |
| the image to apply the operation on More... | |
| id< SECMImageOperationDelegate > | delegate |
| delegate that will be informed of the operation's events More... | |
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.
| - (id) initWithSECMImage: | (SECMImage *) | sImage |
Initializes the object.
| SECMImage | *sImage the image to apply the operation on |
|
readwritenonatomicweak |
delegate that will be informed of the operation's events
Definition at line 34 of file SECMImageOperation.h.
|
readwritenonatomicstrong |
the image to apply the operation on
Definition at line 33 of file SECMImageOperation.h.