#import <MyCalibrationLock.h>


Public Member Functions | |
| (BOOL) | - addCalibrationItem: |
| Add a new calibration item. | |
| (BOOL) | - addImageItem: |
| Add a new image item to the list. | |
| (void) | - removeItem: |
| Remove one item from the list. | |
| (MyIntegerSize) | - calibrationSize |
| Get the size of the calibration frames. | |
Static Public Member Functions | |
| (id) | + calibrationLock |
| Constructor. | |
This class enforces the use of images or movies compatible for calibration purpose.
| - (BOOL) addCalibrationItem: | (MyImageListItem*) | item |
Add a new calibration item.
| item | The new item |
| - (BOOL) addImageItem: | (MyImageListItem*) | item |
Add a new image item to the list.
| item | The new item |
| - (void) removeItem: | (MyImageListItem*) | item |
Remove one item from the list.
| item | The item to be removed |
| - (MyIntegerSize) calibrationSize |
Get the size of the calibration frames.
| + (id) calibrationLock |
1.5.4