|
Lynkeos
|
Protocol implemented by the document for processing views. More...
#import <LynkeosProcessingView.h>


Instance Methods | |
| (id< LynkeosImageList >) | - imageList |
| Images to be processed. | |
| (id< LynkeosImageList >) | - darkFrameList |
| Thermal noise images. | |
| (id< LynkeosImageList >) | - flatFieldList |
| Optical attenuations. | |
| (id< LynkeosImageList >) | - currentList |
| The list under use. | |
| (ListMode_t) | - listMode |
| The mode associated to the list. | |
| (DataMode_t) | - dataMode |
| Whether to act on list or result. | |
| (void) | - setListMode: |
| Set the list we will be working on from now. More... | |
| (void) | - setDataMode: |
| Set the data we will work with. | |
Instance Methods inherited from <LynkeosDocument> | |
| (void) | - startProcess:withEnumerator:parameters: |
| Start a list processing in several threads. More... | |
| (void) | - startProcess:forItem:parameters: |
| Start the processing of an single item, in a separate thread. More... | |
| (void) | - stopProcess |
| Stop the current processing. More... | |
| (oneway void) | - itemWasProcessed: |
| Signals that an item was used in the process. More... | |
Instance Methods inherited from <LynkeosProcessable> | |
| (id< LynkeosProcessingParameter >) | - getProcessingParameterWithRef:forProcessing: |
| Returns the required processing parameter. More... | |
| (id< LynkeosProcessingParameter >) | - getProcessingParameterWithRef:forProcessing:goUp: |
| Returns the required processing parameter. More... | |
| (void) | - setProcessingParameter:withRef:forProcessing: |
| Updates the required processing parameter. More... | |
Additional Inherited Members | |
Public Types inherited from <LynkeosDocument> | |
| enum | ParallelOptimization_t { NoParallelOptimization = 0, FFTW3ThreadsOptimization = 1, ListThreadsOptimizations = 2 } |
| Kinds of multiprocessor optimisation. More... | |
Protocol implemented by the document for processing views.
The document provides the notification LynkeosDocumentDidLoadNotification.
| - (void) setListMode: | (ListMode_t) | mode |
Set the list we will be working on from now.
| mode | The new current list (image/flat/dark) |
1.8.4