Lynkeos
1.2
|
Compatibility wrapper class for version 0 document format. More...
#import <MyDocumentData.h>
Public Attributes | |
NSArray * | _imageList |
MyImageListItem * | _referenceItem |
NSPoint | _searchSquareOrigin |
double | _searchSquareSide |
NSPoint | _analyzeSquareOrigin |
double | _analyzeSquareSide |
double | _selectThreshold |
NSRect | _cropRectangle |
BOOL | _doubleSize |
NSData * | _rawStack |
double | _uRadius |
double | _uGain |
double | _dRadius |
double | _dThreshold |
double | _blackLevel |
double | _whiteLevel |
Compatibility wrapper class for version 0 document format.
It contains the attributes of the image list and is send to MyObjectImageList for initalization when the unarchiver creates an instance of this class.
- (NSPoint) _analyzeSquareOrigin |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _analyzeSquareSide |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _blackLevel |
- (NSRect) _cropRectangle |
Referenced by MyObjectImageList::initWithImageListData:.
- (BOOL) _doubleSize |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _dRadius |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _dThreshold |
Referenced by MyObjectImageList::initWithImageListData:.
- (NSArray*) _imageList |
- (NSData*) _rawStack |
Referenced by MyObjectImageList::initWithImageListData:.
Referenced by MyObjectImageList::initWithImageListData:.
- (NSPoint) _searchSquareOrigin |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _searchSquareSide |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _selectThreshold |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _uGain |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _uRadius |
Referenced by MyObjectImageList::initWithImageListData:.
- (double) _whiteLevel |