MyProcessableImage Class Reference

This root class is inherited by the classes which contain an image. More...

#import <MyProcessableImage.h>

Inheritance diagram for MyProcessableImage:

Inheritance graph
[legend]
Collaboration diagram for MyProcessableImage:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

This root class is inherited by the classes which contain an image.

Member Function Documentation

- (void) takeImageOfInstance: (MyProcessableImage*)  other  

Move the image or spectrum of another instance to this one.

Parameters:
other The instance from which to take the image data


The documentation for this class was generated from the following files:
Generated on Sat Mar 22 17:44:52 2008 for Lynkeos by  doxygen 1.5.4