Lynkeos
1.2
|
#import <Cocoa/Cocoa.h>
Classes | |
class | MyUserPrefsController |
Defines | |
#define | K_PREF_ADJUST_FFT_SIZES @"Adjust FFT sizes" |
#define | K_PREF_ALIGN_FREQUENCY_CUTOFF @"Align frequency cutoff" |
#define | K_PREF_ALIGN_PRECISION_THRESHOLD @"Align precision threshold" |
#define | K_PREF_ALIGN_IMAGE_UPDATING @"Align image updating" |
#define | K_PREF_ALIGN_MULTIPROC @"Multiprocessor align" |
#define | K_PREF_ANALYSIS_LOWER_CUTOFF @"Analysis lower cutoff" |
#define | K_PREF_ANALYSIS_UPPER_CUTOFF @"Analysis upper cutoff" |
#define | K_PREF_ANALYSIS_IMAGE_UPDATING @"Analysis image updating" |
#define | K_PREF_ANALYSIS_MULTIPROC @"Multiprocessor analysis" |
#define | K_PREF_STACK_IMAGE_UPDATING @"Stack image updating" |
#define | K_PREF_STACK_MULTIPROC @"Multiprocessor stack" |
#define | K_PREF_PROCESS_MULTIPROC @"Multiprocessor processing" |
Enumerations | |
enum | ParalelOptimization_t { NoParallelOptimization = 0, FFTW3ThreadsOptimization, ListThreadsOptimizations } |
#define K_PREF_ADJUST_FFT_SIZES @"Adjust FFT sizes" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_ALIGN_FREQUENCY_CUTOFF @"Align frequency cutoff" |
#define K_PREF_ALIGN_IMAGE_UPDATING @"Align image updating" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_ALIGN_MULTIPROC @"Multiprocessor align" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_ALIGN_PRECISION_THRESHOLD @"Align precision threshold" |
#define K_PREF_ANALYSIS_IMAGE_UPDATING @"Analysis image updating" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_ANALYSIS_LOWER_CUTOFF @"Analysis lower cutoff" |
#define K_PREF_ANALYSIS_MULTIPROC @"Multiprocessor analysis" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_ANALYSIS_UPPER_CUTOFF @"Analysis upper cutoff" |
#define K_PREF_PROCESS_MULTIPROC @"Multiprocessor processing" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_STACK_IMAGE_UPDATING @"Stack image updating" |
Referenced by MyUserPrefsController(Private)::readPrefs.
#define K_PREF_STACK_MULTIPROC @"Multiprocessor stack" |
Referenced by MyUserPrefsController(Private)::readPrefs.