Lynkeos
Instance Methods | Protected Attributes | List of all members
MyImageAlignerPrefs Class Reference

Preferences for the alignment process. More...

#import <MyImageAlignerPrefs.h>

Inheritance diagram for MyImageAlignerPrefs:
Inheritance graph
[legend]
Collaboration diagram for MyImageAlignerPrefs:
Collaboration graph
[legend]

Instance Methods

(IBAction) - changeAlignFrequencyCutoff:
 Set the frequency cutoff for alignment. More...
 
(IBAction) - changeAlignThreshold:
 Change the alignment success threshold. More...
 
(IBAction) - changeAlignImageUpdating:
 Set wether to redisplay the image when aligned. More...
 
(IBAction) - changeAlignCheck:
 Set wether to redisplay the image when aligned. More...
 
(IBAction) - changeAlignMultiProc:
 Set the multiprocessor optimization to use for alignment. More...
 
- Instance Methods inherited from <LynkeosPreferences>
(NSView *) - getPreferencesView
 Get the view with the controls.
 
(void) - savePreferences:
 Save the controls changes in the user defaults.
 
(void) - revertPreferences
 Cancel all the changes to the user defaults.
 
(void) - resetPreferences:
 Reset the user defaults to factory settings.
 

Protected Attributes

IBOutlet NSView_prefsView
 The view inside the preferences window.
 
IBOutlet NSSlider_alignFrequencyCutoffSlider
 Slider for the cutoff frequency.
 
IBOutlet NSTextField_alignFrequencyCutoffText
 Text field for the cutoff frequency.
 
IBOutlet NSSlider_alignThresholdSlider
 Slider for the standard deviation threshold.
 
IBOutlet NSTextField_alignThresholdText
 Text field for the standard deviation threshold.
 
IBOutlet NSButton_alignImageUpdatingButton
 Checkbox for the image updating.
 
IBOutlet NSButton_alignCheckButton
 Checkbox for the image alignment checking.
 
IBOutlet NSPopUpButton_alignMultiProcPopup
 Popup for the multiprocessor opimization strategy.
 
double _alignFrequencyCutoff
 Frequency above which the spectrum is cleared before alignment.
 
double _alignThreshold
 Maximum standard deviation for succesful alignment.
 
BOOL _alignImageUpdating
 Wether to redisplay the images once aligned.
 
BOOL _alignCheck
 Wether to check the alignment result.
 
ParallelOptimization_t _alignMultiProc
 What kind of multiprocessor optimization to use for alignment.
 

Additional Inherited Members

- Class Methods inherited from <LynkeosPreferences>
(void) + getPreferenceTitle:icon:tip:
 Retrieves a preference toolbar characteristics. More...
 
(id< LynkeosPreferences >) + getPreferenceInstance
 Get the preference singleton instance. More...
 

Detailed Description

Preferences for the alignment process.

Method Documentation

- (IBAction) changeAlignCheck: (id)  sender

Set wether to redisplay the image when aligned.

Parameters
senderThe checkbox

References _alignCheck.

- (IBAction) changeAlignFrequencyCutoff: (id)  sender

Set the frequency cutoff for alignment.

Parameters
senderThe slider or the text field

References _alignFrequencyCutoff, _alignFrequencyCutoffSlider, and _alignFrequencyCutoffText.

- (IBAction) changeAlignImageUpdating: (id)  sender

Set wether to redisplay the image when aligned.

Parameters
senderThe checkbox

References _alignImageUpdating.

- (IBAction) changeAlignMultiProc: (id)  sender

Set the multiprocessor optimization to use for alignment.

Parameters
senderThe popup

References _alignMultiProc.

- (IBAction) changeAlignThreshold: (id)  sender

Change the alignment success threshold.

Parameters
senderThe slider or the text field

References _alignThreshold, _alignThresholdSlider, and _alignThresholdText.


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