Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/karma/lib/iedit.html
Дата изменения: Unknown Дата индексирования: Tue Dec 25 01:16:11 2007 Кодировка: Поисковые слова: earth's atmosphere |
Library: karma
Link With: -lkarma
iedit_create_list | Create a managed image edit instruction list. |
iedit_free_list | Destroy image edit list. |
iedit_get_instruction_desc | Get the list descriptor for image edit instructions. |
iedit_alloc_edit_coords | Allocate an array of edit co-ordinates. |
iedit_get_edit_coords | Get a number of editing co-ordinates from a co-ordinate list. |
iedit_add_instruction | Add an image edit instruction to a list. |
iedit_remove_instructions | Remove instructions from an image edit list. |
iedit_apply_instructions | Apply image edit instructions. |
iedit_get_list | Get list of edits in an image edit list. |
iedit_make_list_default_master | Prepare image edit list for mastery. |
iedit_make_list_default_slave | Prepare image edit list for slavery. |
iedit_PROTO_add_func | Image edit instruction add callback. |
iedit_PROTO_loss_func | Image edit instruction loss callback. |
iedit_PROTO_apply_func | Image edit instruction apply callback. |
Create a managed image edit instruction list.
Parameters:
Destroy image edit list.
Parameters:
Get the list descriptor for image edit instructions.
Parameters:
Allocate an array of edit co-ordinates.
Parameters:
The routine will get a number of editing co-ordinates from a co-ordinate list. The routine will extract all co-ordinates in the list.
Parameters:
This routine will add a single edit instruction to a managed image edit instruction list. The add_func function registered for this instruction list will be called at a future time with a copy of the instruction to be added.
Parameters:
This routine will remove a number of edit instructions from a managed image edit instruction list. The loss_func function registered for this instruction list will be called at a future time.
Parameters:
This routine will issue an apply (commit) request for a managed image edit instruction list. The apply_func function registered for this instruction list will be called at a future time. Some time after this, the loss_func registered will also be called.
Parameters:
This routine will get the list of edit instructions associated with a managed image edit instruction list.
Parameters:
This routine will make a managed image edit instruction list the default list for accepting slave list connections.
Parameters:
This routine will make a managed image edit instruction list the default list for making slave list connections.
Parameters:
This routine will process a single edit instruction which has been added to a managed image edit instruction list.
Parameters:
This routine will process the loss of an edit instruction from a managed image edit instruction list.
Parameters:
This routine will apply (commit) an edit list prior to the list being cleared.
Parameters: