Lynkeos
Instance Methods | List of all members
<MyImageStackerModeStrategy> Protocol Reference

Strategy for the stacking mode. More...

#import <MyImageStacker.h>

Inheritance diagram for <MyImageStackerModeStrategy>:
Inheritance graph
[legend]

Instance Methods

(id) - initWithParameters:list:
 Dedicated initializer. More...
 
(void) - processImage:withOffsets:
 Add one image to the stack. More...
 
(void) - finishOneProcessingThreadInList:
 Process the end of stacking for the current thread. More...
 
(void) - finishAllProcessingInList:
 Process the complete end of stacking. More...
 
(LynkeosStandardImageBuffer *) - stackingResult
 Access to the stacking result. More...
 

Detailed Description

Strategy for the stacking mode.

Method Documentation

- (void) finishAllProcessingInList: (id< LynkeosImageList >)  list

Process the complete end of stacking.

Parameters
listthe list which is stacked
- (void) finishOneProcessingThreadInList: (id< LynkeosImageList >)  list

Process the end of stacking for the current thread.

Parameters
listThe list which is stacked
- (id) initWithParameters: (id< NSObject >)  params
list: (id< LynkeosImageList >)  list 

Dedicated initializer.

Parameters
paramsthe stacking parameters
listThe list to stack
- (void) processImage: (id< LynkeosImageBuffer >)  image
withOffsets: (NSPoint *)  offsets 

Add one image to the stack.

Parameters
imageThe image to add
offsetsThe offsets of this image
- (LynkeosStandardImageBuffer*) stackingResult

Access to the stacking result.

Returns
The last stacking result

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