|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
Go to the source code of this file.
Macros | |
| #define | ME_USER_EXIT_CONTINUE 101 |
Functions | |
| ME_API int | USER_BOMLINE_find_candidates (int n_mbom_lines, const tag_t *mbom_lines, int n_ebom_candidates, const tag_t *ebom_candidates, int n_criteria, const char **property_names, const int *property_types, const int *operators, const char **values, const int *is_empty_value_valid, const int *is_mandatory, const char *user_data, tag_t ***matching_candidates, int ****property_indices) |
| ME_API int | USER_BOMLINE_repair_bomlines (int n_lines, const tag_t *mbom_lines, const tag_t *ebom_lines, const char **repair_actions, int n_propagation_properties, const char **propagation_properties, int **statuses, char ****error_messages) |
| ME_API int | USER_create_or_ref_item (tag_t ebom_node, tag_t ebom_line_node, const char *user_data, int *num_mfk_keys, char ***mfk_keys, char ***mfk_values, tag_t *to_be_created_type, tag_t *create_input) |
| ME_API int | USER_item_action_on_release (tag_t ebom_item, tag_t ebom_line_node, tag_t mbom_released_object, tag_t mbom_line_node, const char *user_data, int suggested_action_on_release, logical *modify_released, int *action_on_release) |
| ME_API int | USER_item_find_equivalent_line (tag_t ebom_item, tag_t ebom_line_node, tag_t mbom_parent_node, const char *user_data, tag_t *mbom_line_node) |
| ME_API int | USER_sync_item (tag_t ebom_item, tag_t ebom_line_node, tag_t mbom_line_node, const char *user_data) |
Include file to define entry points for user defined entry points.
Definition in file me_user_exits.h.