Lynkeos
|
Wavelet processing parameters. More...
#import <MyWavelet.h>
Public Attributes | |
wavelet_kind_t | _waveletKind |
Kind of wavelet to use. | |
u_short | _numberOfWavelets |
Size of the wavelet array. | |
wavelet_t * | _wavelet |
Array of wavelets. | |
NSLock * | _loopLock |
Exclusive access to members below. | |
LynkeosFourierBuffer * | _spectrum |
Spectrum being processed. | |
u_short | _livingThreadsNb |
Number of threads still living. | |
u_short | _nextY |
Next line to process. | |
Additional Inherited Members | |
![]() | |
(void) | - setProcessingClass: |
Sets the processing class which handles this parameter. More... | |
(Class) | - processingClass |
Accessor to the associated processing class. More... | |
(BOOL) | - isExcluded |
Whether the process is excluded from processing. More... | |
(void) | - setExcluded: |
Set whether the process is excluded from processing. More... | |
![]() | |
< LynkeosProcessingParameter, NSCopying > u_long | _sequence |
Class | _processingClass |
Needed to autocomplete processings. | |
Wavelet processing parameters.