#import <MyProcessableImage.h>


Public Member Functions | |
| (void) | - takeImageOfInstance: |
| Move the image or spectrum of another instance to this one. | |
Protected Attributes | |
| MyImageBuffer * | _originalImage |
| Stored original image. | |
| MyImageBuffer * | _processedImage |
| Stored processed image. | |
| MyFourierBuffer * | _processedSpectrum |
| Processed spectrum if any. | |
| MyProcessingParameter * | _parameters |
| Aggregate class for parameters. | |
| MyIntegerSize | _size |
| Cached image size. | |
| u_short | _nPlanes |
| Cached number of planes. | |
| REAL | _black |
| Black level for displaying the processed image. | |
| REAL | _white |
| White level for displaying the processed image. | |
| REAL | _gamma |
| Gamma correction for displaying. | |
| - (void) takeImageOfInstance: | (MyProcessableImage*) | other |
Move the image or spectrum of another instance to this one.
| other | The instance from which to take the image data |
1.5.4