Lynkeos  1.2
Public Attributes | List of all members
MyImageListData Class Reference

Compatibility wrapper class for version 0 document format. More...

#import <MyDocumentData.h>

Inheritance diagram for MyImageListData:
Inheritance graph
[legend]

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
 

Detailed Description

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.

Member Data Documentation

◆ _analyzeSquareOrigin

- (NSPoint) _analyzeSquareOrigin

◆ _analyzeSquareSide

- (double) _analyzeSquareSide

◆ _blackLevel

- (double) _blackLevel

◆ _cropRectangle

- (NSRect) _cropRectangle

◆ _doubleSize

- (BOOL) _doubleSize

◆ _dRadius

- (double) _dRadius

◆ _dThreshold

- (double) _dThreshold

◆ _imageList

- (NSArray*) _imageList

◆ _rawStack

- (NSData*) _rawStack

◆ _referenceItem

- (MyImageListItem*) _referenceItem

◆ _searchSquareOrigin

- (NSPoint) _searchSquareOrigin

◆ _searchSquareSide

- (double) _searchSquareSide

◆ _selectThreshold

- (double) _selectThreshold

◆ _uGain

- (double) _uGain

◆ _uRadius

- (double) _uRadius

◆ _whiteLevel

- (double) _whiteLevel

The documentation for this class was generated from the following file: