|
Lynkeos
|
Internal methods. More...
Instance Methods | |
| (void) | - setURL: |
| Common part of standard and decoder initializers. | |
| (id) | - initWithParent:withIndex: |
| Initializer for movie items. | |
| (void) | - setSelectionState: |
| Set selection state with tri state option. | |
| (void) | - childrenSelectionChanged |
| Update the container selection state according to the children. | |
| (void) | - setName: |
| Initialize the name of this item. | |
| (id< LynkeosImageBuffer >) | - getCustomImageBufferInRect: |
| Read the custom image buffer if any, nil otherwise. More... | |
| (id< LynkeosImageBuffer >) | - getDarkFrame |
| Shortcut to speed up calibration frames retrieval. More... | |
| (id< LynkeosImageBuffer >) | - getFlatField |
| Shortcut to speed up calibration frames retrieval. More... | |
Internal methods.
| - (id< LynkeosImageBuffer >) getCustomImageBufferInRect: | (LynkeosIntegerRect) | rect |
Read the custom image buffer if any, nil otherwise.
| rect | The rectangle in which to extract the sample (it shall be entirely inside the image) |
References LynkeosIntegerSize::height, LynkeosIntegerRect::origin, LynkeosIntegerRect::size, LynkeosIntegerSize::width, LynkeosIntegerPoint::x, and LynkeosIntegerPoint::y.
| - (id< LynkeosImageBuffer >) getDarkFrame |
Shortcut to speed up calibration frames retrieval.
References myImageListItemDarkFrame.
| - (id< LynkeosImageBuffer >) getFlatField |
Shortcut to speed up calibration frames retrieval.
References myImageListItemFlatField.
1.8.4